> For the complete documentation index, see [llms.txt](https://docs.caraml.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.caraml.dev/user-guides/router/monitor-a-router/configure-alerts.md).

# Configure Alerts

{% hint style="warning" %}
This document assumes that an appropriate alerting solution has been integrated to the deployment of Turing. The actual functionality may be different, according to the specific deployment configurations.
{% endhint %}

You can configure alerts for the critical metrics of your deployed router. An alert will be fired if a metric is out of range, to the destination set up in the alerting backend.

1. Navigate to the Router Details View of your router.
2. Click on the Alerts Tab and then, the Configure Alerts button. ![configure\_alerts](/files/kHdNfZsrDjPZdNtQkEaU)
3. Select a team that must be informed of any alerts associated with your router. You can choose a provided team from the dropdown or enter a custom team. You will only be able to configure a **single team** for all your alerts. ![alerts\_team](/files/3VhMfVTkzKllXpjEIB28)
4. Enable the alert by toggling the switch of the metric you want to be alerted for. ![toggle\_alert](/files/25TtGdKqhMfXiPMBMkgY)
5. Configure the details of the alert. ![alert\_details](/files/kbQ9KQwZP1XEfTKkFAWM)
6. Click on Update Alerts. ![update\_alerts](/files/2wd5ULIhgtyH1P6PoBd3)
   1. If there is an error in validation, you will be taken back to the first section with an error and will be able to see all the errors in the form. You will need to rectify all errors before clicking on the Update button again. ![alert\_validation](/files/d2po1TWBjMrGPmORIEK0)
7. Once the alerts have been successfully validated and configured, you will be taken to the Alerts Details page and will see the alerts you have configured. ![alert\_config](/files/gPasnzbwbYByc1sArnbV)


---

# 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:

```
GET https://docs.caraml.dev/user-guides/router/monitor-a-router/configure-alerts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
