# Invoices

The **Invoices** page provides a detailed list of all invoices generated for your account, allowing you to track your billing history and manage payments efficiently.

### **Invoice Details**

Each invoice in the list includes the following information:

* **Invoice Number** – A unique identifier for each invoice.
* **Billing Period** – The time frame covered by the invoice.
* **Amount** – The total charge for the billing period.
* **Status** – Indicates whether the invoice is **paid**, **pending**, or **overdue**.
* **Download Option** – Allows you to download the invoice as a file for your records.

<figure><img src="/files/s5ZCsyfhQAhdHjaWmzrr" alt=""><figcaption></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://docs.decisionrules.io/doc/profile/invoices.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.
