> For the complete documentation index, see [llms.txt](https://docs.digibee.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digibee.com/documentation/developer-guide/pt-br/development-cycle/dashboards/alerts/how-to-activate-deactivate-or-duplicate-an-alert.md).

# Como ativar, desativar ou duplicar um alerta

## **Ativar ou desativar um alerta**

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkqXsI0cPgzRnwxNhnH%2Fuploads%2FSokrwa6nqnokO4ayCFM2%2FActivate_Alert_PT%20-%20Made%20with%20Clipchamp.mp4?alt=media&token=519ac975-1316-47a8-87a4-4e1965ba64e0>" %}

Quando um alerta é criado na Digibee Integration Platform, ele é configurado como desativado por padrão. Para que ele comece a monitorar e gerar notificações, é necessário ativá-lo manualmente. Siga estas etapas para ativar ou desativar um alerta:

1. Na página inicial da plataforma, clique em **Monitor**.
2. No menu superior da página, clique em **Configuração de alertas**.
   * Você também pode clicar em **Configurações** e, no menu à esquerda, selecionar **Alertas**.
3. Na tabela, localize o alerta que deseja ativar ou desativar.
4. Clique no botão na coluna **Status** para ativar o alerta.
   * Se o alerta já estiver ativado, clique novamente no botão para desativá-lo.

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

## Duplicar um alerta

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkqXsI0cPgzRnwxNhnH%2Fuploads%2F0nJ2PhPWeu0FF5UBJYkj%2FDuplicate_Alert_PT%20-%20Made%20with%20Clipchamp.mp4?alt=media&token=cb03d6dd-06e0-4a08-8c8b-214b8a16e124>" %}

1. Na aba **Configuração de alertas**, localize o alerta que deseja duplicar na tabela.
2. Clique no **ícone de duplicar** na última coluna.
3. Uma nova janela de criar alerta é aberta já com todas as informações do alerta que você quer duplicar.&#x20;
4. Clique em **Salvar** para duplicar o alerta ou em **Cancelar** para retornar à página anterior.


---

# 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.digibee.com/documentation/developer-guide/pt-br/development-cycle/dashboards/alerts/how-to-activate-deactivate-or-duplicate-an-alert.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.
