> For the complete documentation index, see [llms.txt](https://docs.economize.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.economize.cloud/product-features/notifications/budgets.md).

# Budgets

Budget enables you to track your actual spend against your planned spend by defining spending limits.

<figure><img src="/files/30vqlQOtCgMBaFjaNYbn" alt=""><figcaption></figcaption></figure>

## Creating a Budget

To create a budget, navigate to Notifications from the [Economize console](https://www.economize.cloud/app/login) sidebar, and follow the below steps:

{% stepper %}
{% step %}

### Enter Details

* **Budget name:** Enter a descriptive name for your budget.
* **For:** Choose what the budget should monitor, i.e., Projects, Services, Labels, or SKUs.
* **Filter:** Define the specific resources within the selected criteria of *the "For"* field above.
* **Time Range:** Define the frequency for the budget, i.e., daily, weekly, or monthly.

<figure><img src="/files/bH639X7DZbB0Z7FstSAt" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Define Scope

* **Include Credits:** Choose whether to subtract available credits from your actual spend when tracking the budget.
* **Target Amount:** Set the amount that you will compare your actual spend against.
* **Threshold:** Define alert triggers to notify you when spending exceeds a certain percentage or amount of the budget.

<figure><img src="/files/QYblHnfEFB8FrihBGMgX" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Specify Destination

{% hint style="info" %}
Budgets can be routed to multiple channels or destinations across any [supported integration](/integrations/overview.md). This makes it easy to deliver them to different teams, projects, or groups, depending on your organizational needs. Simply select the desired destinations and channels from the dropdown menu during configuration.&#x20;

![](/files/Yn61PcKLEpzbRdOT4JS5)
{% endhint %}

* **Destination:** Select the workspace tools where you want to receive the budget from the available [integrations](/integrations/overview.md).
* **Channel:** Select the specific channels within the chosen destinations.

<figure><img src="/files/vOxSiLMvjwHt2tf7ftvc" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.economize.cloud/product-features/notifications/budgets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
