# Notifications

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

* Email
* Slack

### Dev Analytics Notifications

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

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.

The notification types are as follows:

* **Pull request** workflow Notifications are sent to contributors when a Pull Request is raised for approval and/or merged
* **Burnout** Notifications are sent to respective Managers whenever a developer of their teams is flagged in a burnout zone
* **Daily PR Summary** A daily digest of all open, pending, and merged PRs
* **Weekly PR Summary** A weekly digest of all open, pending, and merged PRs
* **Weekly Team Insights** A weekly digest of changes in key metrics like Cycle Time, Deployment Frequency, etc.

### Code Health Notifications

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

The notification types are as follows:

* **Git comments** are the comments for code issues & coverage analysis posted against each Pull Request
* **Git Status** for code issues & coverage analysis posted against each Pull Request


---

# 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/configurations/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.
