> For the complete documentation index, see [llms.txt](https://guide.moontrader.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.moontrader.com/en-moontrader-docs/interface-basics/tabs/notifications.md).

# Notifications

Panel for viewing system notifications and events: information about important events in platform operation, algorithms, and trading operations.

### Main Elements

* **Control buttons** — mark as read and delete notifications
* **Notification list** — display notifications with description and time
* **Filter panel** — search and filter notifications by type and status
* **Counters** — number of notifications by categories

### Notification Information

* **Title** — brief event description
* **Description** — detailed event information
* **Time** — notification date and time
* **Type** — notification category (icon with type indicator)

⚠️ **Note:** notifications can be viewed in card or table mode. The "Expand/Collapse" button allows showing or hiding duplicate messages.

### Operations

#### Notification Management

* **Mark as read** — mark all notifications as read
* **Clear all notifications** — delete all notifications from list

#### Individual Notification Operations

* **Delete** — delete notification

### Filters

* **Search** — search by notification content
* **By type** — filter by notification type
* **By category** — filter by categories (Trading, Emulation, System, Exchange, Algorithm filters)

⚠️ **Note:** numbers next to categories show the count of unread notifications in each category.


---

# 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:

```
GET https://guide.moontrader.com/en-moontrader-docs/interface-basics/tabs/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.
