# Notifications

## **Manage notifications in Secoda** <a href="#h_3a4bfd6458" id="h_3a4bfd6458"></a>

Viewers, editors, and admins can change their personal notification settings by going to [**Settings**](/readme/secoda-as-an-admin/settings.md) **-> Notifications.** Click on the workspace name in the top left of the UI, select "Settings", and "Notifications".

You can change how often you receive these notifications, where you'll receive the notifications and which kinds of notifications you'll receive.

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/60d26f78-f53c-4596-a36b-3f2d81816d2a.png" alt=""><figcaption></figcaption></figure>

## Notification Channels

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/6b84f744-2355-422e-90c9-5d650ef0bead.png" alt=""><figcaption></figcaption></figure>

### In-App Notifications

In-app notifications will go to your Inbox. Read more about that feature here [Inbox](/features/data-inbox.md).

### Email Notifications

Email notifications are sent to the email that is associated with your Secoda account.

### Slack Notifications

Read up on how to configure your notifications to be sent to Slack here [Slack](/extensions/slack-connection.md#slack-notifications).

## Schema change notifications

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/80f7cffa-d044-4d31-b474-4d8d943cbd94.png" alt=""><figcaption></figcaption></figure>

## Subscribe to resource changes

Each resource has a list of subscribers which can be found on the bottom right side of a resource. As an admin, you can subscribe team members to get notifications for updates on a resource. An update can include changes to any of the metadata such as the description, documentation, ownership, collections, and tags. A viewer can subscribe themselves to a resource but cannot modify the subscription list of any other users.

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/c4d2a128-57dc-4aa4-bef7-ba0c9c497a28.png" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Not using Secoda to manage your data documentation yet? Sign up for free [here](http://app.secoda.co/) 👈
{% endhint %}


---

# 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.secoda.co/features/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.
