> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/english/skyone-studio/overview/settings-and-preferences/notifications.md).

# Notifications

There are two ways to read notifications:&#x20;

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

1. **Navigation Botton**

When you click on "**Notifications**," the **Skyone Studio** screen displays two tabs: New and Read — showing both recent communications and those previously viewed.

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

The bell icon in the navigation bar also alerts you when new system notifications are sent.

#### 2. **Notifications Menu**

You can also view notifications by clicking on the "**Profile**" menu and then "**Notifications**."

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

The notifications show the following details:

* **Status:** When a notification hasn't been viewed (i.e., hasn't been clicked by the user), it remains with a red indicator in the upper left corner.
* **Action notifications:** Shows user actions within a workspace.
* **Workspace notifications:** Displays alerts related to data usage, billing, etc.
* **Select period:** Allows you to select dates to view specific notifications. After choosing the period, click "**Apply**". To remove the previously set filter, click "**Clear Filter**".

### Notification Settings <a href="#configurar-notificacoes" id="configurar-notificacoes"></a>

Clicking on "**Notification settings**" will display two tabs: "**Alerts**" and "**Channels**".

<figure><img src="/files/60jXlMRK6jtw7A3bxl7R" alt=""><figcaption></figcaption></figure>

#### **Alerts**

In this area, you define which types of alerts you would like to receive. The alert blocks are divided into the following themes:

* **Browser alerts**: the "**Enable notifications"** button activates browser notifications.
* **Users**: access requests or new user in a space
* **Element notifications**: creation and deletion of modules, flows, integrations, API Gateway and Terminals.
* **Space usage**: GIGS used, plan and balance.
* **Updates and tool status**: new functionalities and inactive system.

You can choose to activate or deactivate item by item, as well as activate or deactivate all notifications per block, by choosing "**Activate All"** or **"Deactivate All"**.

After configuring the alerts, click "**Save changes**".&#x20;

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

**Channels**

In this tab, you define which channels you want to receive alerts on, choosing e-mail or SMS.

{% hint style="warning" %}
Make sure the email and/or SMS number are correct. If you need to edit them, go to your [Profile](/english/skyone-studio/overview/settings-and-preferences/profile.md).
{% endhint %}

You can choose to activate or deactivate item by item, as well as activate or deactivate all channels by choosing "**Activate All" ou "Deactivate All"**.&#x20;

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

After configuring the channels, click "**Save changes"**. <br>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.skyone.cloud/english/skyone-studio/overview/settings-and-preferences/notifications.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
