# Filter and Search Notification

This feature allows you to search for notifications by title, channel, or notification status. In order to make it easier for you to find notification among hundreds of notifications in the list.

### Search Notification by Title

If you want to search for notifications based on the title or content of the message, type a keyword in the search field then click the **'Search'** icon button or press **'Enter'** then the Notification page will only display a list of notifications that match the keywords as shown below.

<figure><img src="/files/9q3F9COAdsNOCVvJFMvG" alt=""><figcaption><p>Search by Title</p></figcaption></figure>

### Filter Notification by Channel

You can also filter notifications based on the channel, by selecting the desired channel in the *Channel* dropdown field, then the Notification page will only display a list of notifications that match the selected channel.

<figure><img src="/files/LUp0fvj4GKGcXDUBr9V6" alt=""><figcaption><p>Filter by Channel</p></figcaption></figure>

### Filter Notification by Status

If you want to filter notifications according to their status, you can check the status that you want to display, then on the Notification page it will only display a list of notifications that match the selected status.

<figure><img src="/files/3TQZsUSc74p3QK5iUpdg" alt=""><figcaption><p>Filter by Status</p></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.3dolphins.ai/marketing/notification/filter-and-search-notification.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.
