# Notifications

Here you can manage all the notifications sent by Typo to you. You can manage the notification channel as:

* Email
* Slack

Next, you can manage the notification type and the channel where you would like to receive them. If you turn all the notifications off, then you will still be able to see them on your dashboard.

### Dev Analytics Notification

The Dev Analytics notification types are as follows:

<div align="left"><figure><img src="/files/oYen2fezIAz9xylsl8Te" alt=""><figcaption></figcaption></figure></div>

* **Burnout**

  Notifications are sent to the respective Managers whenever a developer on their team is flagged in a burnout zone
* **Weekly Team Insights**

  A weekly digest of changes in key metrics like Cycle Time, Deployment Frequency, etc.

### Code Health Notification

The Dev Analytics notification types are as follows:

<div align="left"><figure><img src="/files/p8Dp8r5NaZQkXqjqI7yR" alt=""><figcaption></figcaption></figure></div>

* **Git comments**\
  Comments for code issues & coverage analysis are posted against each Pull Request
* **Git status**\
  Status for code issues & coverage analysis is posted against each Pull Request
* **Manual Review Time Label**

  AI-generated label against each PR to depict the estimated manual review time
* **Pull Request Summary**

  Detailed AI summary of each Pull Request posted as a Git comment


---

# 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://typo.gitbook.io/typo-help-docs/platform/settings/notifications.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.
