# alerts manage

## Description

Displays an alert manager with options to view, add, and delete price alerts.

## Usage

> /alerts manage

## Actions

* **Alerts Select Menu:** Allows selection of a price alert configuration to view or delete it.
* <mark style="color:green;">**New**</mark>**&#x20;Button:** Displays [dialog ](https://docs.bitbot.tools/commands/configuration/alerting/add-alert-dialog)to add a new price alert.
* <mark style="color:red;">**Delete**</mark> **Button:** Deletes the price alert that is currently selected in the manager.
* **Refresh Button:** Refreshes the alert manager, updating the alerts.

## Preview

*Command previews are coming soon...*


---

# 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.bitbot.tools/commands/configuration/alerting/alerts-manage.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.
