# Inbox

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/8ab8ee5d-a4bc-4f56-8961-fc171451dd0c.png" alt=""><figcaption></figcaption></figure>

## Overview

The Inbox centralizes all notifications regarding changes to the metadata in your workspace. Receive inbox notifications about:

* Schema changes that impact resources you are subscribed to
* Downstream and upstream changes to your resources
* Access requests from viewers in the workspace
* Integration sync failures from your integrated sources
* Questions asked
* Documentation updates

These notifications are all configurable within the [Notifications](/features/notifications.md) settings.

## Manage notifications

**Mark as unread:** After opening a notification, you are able to mark it as unread similar to how you would in email. This is helpful to remind yourself to address the notification at a later time.

**Delete notifications:** You are able to delete singular notifications, all notifications, as well as all read notifications. This will help you stay organized if you'd rather there be less clutter in your Inbox.

**Mark as read:** You are able to mark singular notifications are read by clicking into the notification, or by clicking the Mark as read button. You are also able to mark all notifications as read to easily clean up your notifications in one click.

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/63ef1a06-e451-4e63-9daa-5072eb86e4a7.png" alt=""><figcaption></figcaption></figure>

## Filter and search within notifications

You can filter your Inbox to show only a certain type of notification, like notifications regarding Questions. You can specify for "Notification is" or "is not". You can toggle on to include the read/opened notifications as well, or toggle it off to see only net new notifications. You can also use the search icon :mag: to search for keywords.

<figure><img src="https://secoda-public-media-assets.s3.amazonaws.com/5d8aeb83-66fa-45ea-b62c-0095b93c3af3.png" alt=""><figcaption></figcaption></figure>


---

# 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/data-inbox.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.
