> 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/alerts.md).

# Alerts

Panel for managing alerts: create trigger conditions, configure parameters, and monitor active alerts.

### Main Elements

* **Subtabs** — switch between "Active" and "History"
* **Control buttons** — start, stop, and create alerts
* **Alerts table** — list of configured alerts with parameters
* **Filter panel** — search and filter alerts by criteria

### "Active" Subtab

Display of active alerts awaiting condition triggers.

#### Table Information

* **Profile name** — configured alert name
* **Symbol** — trading pair for which alert is configured
* **Condition** — alert trigger condition
* **Repeat** — alert repeat mode after triggering
* **Expiration** — alert expiration date and time
* **Last trigger time** — date and time of last trigger

⚠️ **Note:** full list of available columns can be configured through **Table management**.

#### Operations

#### Alert Management

* **Start all** — activate all alerts
* **Stop all** — deactivate all alerts
* **Add alert** — create new alert
* **Copy symbols** — copy selected alerts
* **Delete selected** — delete selected alerts

#### Individual Alert Operations

* **Start** — activate alert
* **Stop** — deactivate alert
* **Edit** — change alert parameters
* **Delete** — delete alert

### "History" Subtab

Display of executed alerts for selected time period.

#### Table Information

* **Profile name** — triggered alert name
* **Symbol** — trading pair
* **Condition** — condition that was met
* **Trigger time** — alert trigger date and time

⚠️ **Note:** full list of available columns can be configured through **Table management**.

### Filters

* **Search** — search by alert name or symbol
* **Status** — filter by active and inactive alerts
* **Time range** — select period for viewing alert history

⚠️ **Note:** when triggered, an alert can generate a trigger for automatic action execution if configured.


---

# 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/alerts.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.
