# Invoice Items

An invoice item is a record of the sale of goods or services by a business to its customers. It includes a description of the product or service, the quantity sold, the unit price, the total price, and any other relevant details. The purpose of an invoice item is to provide the customer with a detailed record of their purchase, which can be used for accounting and tax purposes. It also helps businesses keep track of their sales and inventory.

**Components of an Invoice Item**

An invoice item typically includes the following information:

1. Description: A detailed description of the product or service being sold.
2. Quantity: The number of units of the product or service sold.
3. Unit Price: The price per unit of the product or service.
4. Total Price: The total amount to be paid for the quantity of the product or service.
5. Additional Details: Any other relevant information, such as discounts, taxes, or shipping charges.[<br>](https://oboloo.com/blog/what-is-an-invoice-item-definition/)


---

# 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://guide.eprocessify.com/invoices/invoice-items.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.
