> For the complete documentation index, see [llms.txt](https://olddocs.exivity.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://olddocs.exivity.io/reports/budget.md).

# Budget

After [configuring a budget](/accounts/budgets.md), it is possible to report on current budget spendings. To do so, first browse to the **Reports** > **Budget** screen and select a *Budget* from the drop-down list:

![](/files/-LoL9PBg1kMAIYtwuTx9)

Also, make sure to select a date range that matches with one or more of the configured [budget revisions](/accounts/budgets.md#revisions). Once selected, the budget report will start loading. This may take a few seconds, and a report similar to this will be shown on your screen:

![](/files/-LoL9zwjq_esvrMom5fr)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://olddocs.exivity.io/reports/budget.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.
