> For the complete documentation index, see [llms.txt](https://docs.3dolphins.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3dolphins.ai/customer-service/agent-automation/on-aux-changes-trigger-agent.md).

# On Aux Changes Trigger Agent

For example, when you will apply agent automation to changes in Agent status then, you must configure the trigger, filter, and action as follows:

![Configure Automation Status Agent Change](/files/hi4yzlgGiNW9fHpUUHeV)

In the example above, if there are users who already changed their status into 'Available' is more than 40% out of 100% of all users that are logged in to the specified group, the system will automatically reject status changes from remaining agents. Here, we can see that the 'Target Aux percentage' is filled with a value of 2,00 with the condition 'Target Aux' being 'Available' then, the action applied is 'Reject Aux Changes'.

![System Reject User Status Change](/files/ZLIp86LNiDs9Dz8VxKWh)

You can also add additional filters based on time or user aux. Time is to specify the time range to activate this filter. While the user aux is to set the filter based on the Agent's current status. If there is more than one additional filter, you will see the AND/OR relation, which will be used when running the defined filter series.

![Additional Filter Automation Status Agent Change](/files/V6dI7jClZkOx2fftatWh)

For example, as shown above, if users in the 'Coaching' status will change their status to 'Backup' more than 2% of 100% of all users in the group with time range '08.00 - 18.00' then, the system automatically rejects status changes from other agents. Here we can see that the 'Target Aux percentage' is filled with 2.00 and the condition 'Target Aux' becomes 'Break' in the time '08.00-18.00' when the status of 'User Aux' is 'Coaching' then, the action applied is 'Reject Aux Changes' as shown below.

![SysReject User Status Change](/files/1lHfafpPmiQ5zisJnIDd)


---

# 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.3dolphins.ai/customer-service/agent-automation/on-aux-changes-trigger-agent.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.
