# Configurable Alerts

BugSplat provides tools for teams to get alerted the instant something changes in an application.

These tools currently allow you to build alerts that show if your crash rate has increased to a certain number (configurable to any number) of crashes per minute or if a new type of crash is present in a certain database.

{% content-ref url="messanger-apps/slack" %}
[slack](https://docs.bugsplat.com/introduction/development/integrating-with-tools/messanger-apps/slack)
{% endcontent-ref %}

{% content-ref url="messanger-apps/microsoft-teams" %}
[microsoft-teams](https://docs.bugsplat.com/introduction/development/integrating-with-tools/messanger-apps/microsoft-teams)
{% endcontent-ref %}

{% content-ref url="messanger-apps/discord" %}
[discord](https://docs.bugsplat.com/introduction/development/integrating-with-tools/messanger-apps/discord)
{% endcontent-ref %}

{% content-ref url="messanger-apps/email" %}
[email](https://docs.bugsplat.com/introduction/development/integrating-with-tools/messanger-apps/email)
{% endcontent-ref %}

{% content-ref url="messanger-apps/webhook" %}
[webhook](https://docs.bugsplat.com/introduction/development/integrating-with-tools/messanger-apps/webhook)
{% endcontent-ref %}


---

# Agent Instructions: 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.bugsplat.com/introduction/development/integrating-with-tools/messanger-apps.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.
