> 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/topicos/inteligencia-artificial/agentes-de-ia/agente-de-i.a.-como-desativar.md).

# Agente de I.A. - Como desativar

Na SprintHub, é possível desativar um Agente de I.A. de forma rápida, impedindo que ele continue realizando atendimentos automáticos.

#### Como desativar o Agente de I.A.

Você pode acessar a configuração de duas formas:

**Opção 1 – Pelo menu:**\
**Menu >> Inteligência Artificial >> Agente de IA**

**Opção 2 – Pela busca de serviços:**\
No campo **Encontrar serviços**, digite **Agente de IA** e acesse a funcionalidade.

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

Após acessar:

1. Localize o agente que deseja desativar;
2. Clique em **Ações**;
3. Desative a chave (**toggle**) de **Ativo** do agente.
4. Clique em **Salvar & Fechar**

Após a desativação, o Agente de I.A. deixará de responder novos atendimentos automaticamente.

<figure><img src="/files/43z7xeJW3kI7UR8u7AbL" alt=""><figcaption></figcaption></figure>

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

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

***

#### Atenção

* A desativação **não exclui** o agente, apenas interrompe seu funcionamento;
* Todas as configurações e personalizações permanecem salvas;
* Para voltar a utilizar, basta reativar o agente a qualquer momento.

> **Dica:** Se houver automações vinculadas ao Agente de I.A., revise os fluxos de atendimento para garantir que o processo continue funcionando conforme esperado.


---

# 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/topicos/inteligencia-artificial/agentes-de-ia/agente-de-i.a.-como-desativar.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.
