> 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/administration/notifications/budget-notifications.md).

# Budget Notifications

Users can get notified (on a [notification channel](/administration/notifications.md#channels)) whenever a configured threshold is reached. This way you can inform customers, departments, or project owners when they are reaching their configured budget.\
\
These are the steps to configure a Budget notification:

{% hint style="info" %}
This tutorial teaches you how to create notifications for yourself, but you can also [create them for other users](/administration/notifications.md#creating-notifications-for-other-users) if you have admin rights.
{% endhint %}

\
\
1\. [Create a Budget](/accounts/budgets.md) or choose an existing one.

2\. Click on your username at the top right corner of the screen, then select **My Notifications.**

3\. Fill in the details (**Name**, **Title** and **Description**) and make sure the **Trigger** is set to *Budget Evaluated*:

![Example of Budget Notification](/files/Bab7KtwXZg3KOIKSuz7y)

4\. Select a **Budget**.

5\. It is possible to select **Only specific accounts** in the chosen Budget by ticking the **Enabled** box.

6\. Configure the **Threshold** to your desired percentage.&#x20;

*In the example image above, the threshold of 80% indicates that a notification will be sent when 80% of the Budget will be reached.*

7\. You can opt between sending a Budget notification only the first time it has passed the threshold or every time that budget gets evaluated. To do this tick/untick the **Enabled** box next to **Only once**.&#x20;

8\. Finally, click the **Create** button.


---

# 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/administration/notifications/budget-notifications.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.
