> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/general/sac-360/sac-360-common-questions/sac-360-manually-enabling-and-disabling-the-ai-agent.md).

# SAC 360° - Manually Enabling and Disabling the AI Agent

The **AI Agents** allow automating part of the service, responding to messages and performing actions according to its configuration. In SAC 360º, it is also possible **to manually enable or disable an AI Agent** during a service interaction, giving the agent greater control over when Artificial Intelligence should act.

> **Important:** To use this feature, it is necessary that there is at least one **AI Agent** previously configured and active on the platform.

{% content-ref url="/pages/e77e713dad316c23d174e88a4d2c3523f3202a84" %}
[Artificial Intelligence](/en/topics/artificial-intelligence.md)
{% endcontent-ref %}

***

### Accessing a support interaction

1. Go to the **Menu →** **General → SAC 360º**.
2. Open the service interaction in which you want to use the AI Agent.

***

### Enabling the AI Agent

During the service interaction:

1. Click the **AI Agent**, located in the service toolbar.
2. The list of available agents will be displayed.
3. Select the agent you want to use.
4. After selection, the AI Agent will be started and will begin acting according to the instructions and rules configured for it.

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

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

***

### Disabling the AI Agent

If you want to stop Artificial Intelligence from acting during the conversation:

1. Click the icon of the **AI Agent**.
2. Select the option to **disable** or **stop** the running agent.

From that moment on, the service interaction will continue normally, being handled only by the agent.

> **Tip:** Manual activation is ideal when the agent wants to transfer part of the conversation to the AI or resume human support as needed by the customer.

<figure><img src="/files/0e0a9c1391bba6c4530ed5386c8ca16399ff131d" alt=""><figcaption></figcaption></figure>

***

### Conclusion

Manual activation of AI Agents offers more flexibility for your support team, allowing you to switch between human and automated support whenever necessary. In this way, it is possible to take advantage of Artificial Intelligence without losing control over the customer experience.


---

# 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.sprinthub.com/en/topics/general/sac-360/sac-360-common-questions/sac-360-manually-enabling-and-disabling-the-ai-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.
