# Subscribing to email notifications

You can choose to receive email notifications on specific events.

## List of notifications <a href="#list" id="list"></a>

You can subscribe to Overall notifications (for any project), SonarQube Cloud new feature notifications and Project notifications (for selected projects).

<figure><img src="/files/aPVbYFxdAHJrcQStXbjN" alt="Notification setting for an account"><figcaption></figcaption></figure>

<details>

<summary>Overall notifications (for any project)</summary>

| **Notification**                                        | **Description**                                                                                                  |
| ------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
| Background tasks in failure on my administered projects | You are notified of any background task failure for any project you’re an admin of.                              |
| Changes happen in issues/hotspots assigned to me        | You are notified of any change performed by another user on any issue or hotspot assigned to you on any project. |
| My new issues                                           | You are notified of any new issues introduced by your code for any project.                                      |

</details>

<details>

<summary>Project notifications (for a specific project)</summary>

| **Notification**                                 | **Description**                                                                                                            |
| ------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------- |
| Background tasks fail                            | You are notified of any background task failure on the specific project.                                                   |
| Changes happen in issues/hotspots assigned to me | You are notified of any change performed by another user on any issue or hotspot assigned to you for the specific project. |
| New Quality Gate status                          | You are notified of any quality gate status change for the specific project.                                               |
| Issues resolved as false positive or accepted    | You are notified if issues have been marked as False Positive or Accepted in an analysis of the specific project.          |
| New issues are assigned to me                    | You are notified if new issues are assigned to you for the specific project.                                               |
| My new issues                                    | You are notified of any new issues introduced by your code for the specific project.                                       |

</details>

{% hint style="info" %}

* Notifications can only be sent on events occurring on the main branch and long-lived branches.
* Notifications are not sent on new issues if the issue creation date has been backdated.
  {% endhint %}

## Subscribing to overall notifications <a href="#overall" id="overall"></a>

1. Select your account menu in the top right corner of the SonarQube Cloud interface.
2. In the menu, select **My Account** > **Notifications**.
3. In the **Overall Notifications** section, select the checkbox corresponding to the kind of notification you want to subscribe to. See **Overall notifications** above.

## Subscribing to notifications on a specific project <a href="#project" id="project"></a>

You can perform this configuration either from your account menu or from your project page.

<details>

<summary>From your account menu</summary>

1. Select your account menu in the top right corner of the SonarQube Cloud interface.
2. In the menu, select **My Account** > **Notifications**.
3. In the **Project Notifications** section, select **Add a project**, and select the project.
4. For the added project, select the checkbox corresponding to the kind of notification you want to subscribe to. See **Project notifications** above.

</details>

<details>

<summary>From your project page</summary>

1. Check the [Retrieving projects](/sonarqube-cloud/managing-your-projects/retrieving-projects.md) page for information about accessing your project.
2. Go to **Project information**.
3. In the **Notifications** section, select the checkbox corresponding to the kind of notification you want to subscribe to. See [#project-notifications-for-a-specific-project](#project-notifications-for-a-specific-project "mention") for more details.

</details>


---

# 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.sonarsource.com/sonarqube-cloud/managing-your-account/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.
