> For the complete documentation index, see [llms.txt](https://docs.adalysis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adalysis.com/tools/budget/auto-manage.md).

# Auto manage

{% embed url="<https://youtu.be/-Gkrv30UmME>" %}

When you define a monthly target, Adalysis suggests a daily budget split for the campaigns based on your preferred performance goal.&#x20;

Applying the recommended campaign budget breakdown **doesn't guarantee** the monthly target will be met or not exceeded. This is because the campaigns behave differently every day.

The **Auto manage** tool reviews spend daily and recalculates the ideal daily budget values. This saves you from manually monitoring or making changes yourself.

The ideal budget split is determined by your goals and limits, as well as each campaign's performance and potential based on spend.

### Enabling Auto manage — Account level

You can activate **Auto manage** under **Budget** > **Manage**. Don't forget to set your monthly target first.

<figure><img src="/files/Ryf4biipywEI4RR4U2EF" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/mwdwb5cYBm7RJNcJnCZ4" alt="" width="340"><figcaption></figcaption></figure>

* [x] Set a performance goal for your campaign.
* [x] Define a maximum percentage change for budget adjustments.
* [x] Choose which days budgets can be updated on.

Once enabled, you'll see a confirmation on the individual account screen and the multi-account **Audit & Budget** view.

<figure><img src="/files/K3iCRtbPxspFYwGDuWUV" alt="" width="398"><figcaption></figcaption></figure>

<figure><img src="/files/CffLV6BEHvGjgMAUGR4H" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
You can also review your budget **change log** directly within the tool.\
\
![](/files/cFnDIYYYKqJmaJlqdXLw)
{% endhint %}

### Enabling Auto manage — Budget groups

Auto manage is also available for subsets of your campaigns, called [budget groups](/tools/budget/budget-groups.md). You can find these settings under **Budgets** > **Budget groups**.

When you create your group, make sure you choose **Allocation**.

<figure><img src="/files/pf9N0E52qpPvKuQxb6k6" alt="" width="143"><figcaption></figcaption></figure>

Next, define your target budget and activate **Auto manage** from its column.

<figure><img src="/files/sZKuAn96p0ePzG2ut1Rj" alt="" width="563"><figcaption></figcaption></figure>

### Daily budget value limits

Budget limits mean you can define minimum and/or maximum daily budget thresholds. These limits guide the budget recommendations and can be found on **Budgets** > **Manage**.

<figure><img src="/files/RIBvQGAj2AgEPryp5nXW" alt=""><figcaption></figcaption></figure>

### Daily stop

If you prefer not to use the Auto manage tool, but you still want to control the spend, the **Daily stop** tool can help.

It'll monitor campaign spend twice an hour and pause it once it exceeds its daily budget. The campaign is then re-enabled the next day, shortly after midnight in the time zone of the account.&#x20;

[Find out more](/tools/budget/daily-stop.md)

### Future targets & rollover

Adalysis allows you to define your targets up to 12 months in advance, both at the account and [budget group](/tools/budget/budget-groups.md) level. There's also an option to [upload ](/tools/budget/bulk-updates.md)targets using a CSV file for up to three months in advance.

Rollover lets you specify how any underspent or overspent budget should be allocated in the following month.&#x20;

[Find out more](/tools/budget/future-targets-and-rollover.md)


---

# 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.adalysis.com/tools/budget/auto-manage.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.
