# Line Concepts: VAT, Discounts, and More

ERP systems allow users to specify detailed information on each line item of a sales order, such as VAT (Value-Added Tax), item discounts, and shipping costs. This ensures transparency and accuracy in the sales process.

**Key Concepts in Sales Orders:**

* **VAT Amounts:** ERP systems automatically calculate VAT based on the customer's location and the type of goods being sold.
* **Discounts and Promotions:** Discounts can be applied per line item or to the total order.
* **Shipping and Handling Fees:** Additional charges related to delivery can be added to the order.

<figure><img src="/files/sw4hBZoh005tb7Em1URU" alt=""><figcaption><p>Line item VAT in Pakk</p></figcaption></figure>

<figure><img src="/files/FxcKB4uHFZR449yReYqT" alt=""><figcaption><p>Discount settings in Pakk</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://academy.pakk.io/school-of-erp/sales-order-process/line-concepts-vat-discounts-and-more.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
