# Price Alerts

Set price alerts to get notified when a token reaches your target price.

### How to create an alert <a href="#dc6651ca-ceda-496a-a603-f4fa63da14a7" id="dc6651ca-ceda-496a-a603-f4fa63da14a7"></a>

1. **Use the** `/alert` command — type `/alert` to open the alert creation flow
2. **Select or paste a token** — enter the token contract address (CA) or search by name
3. **Set your target price** — choose a price above or below the current price
4. **Confirm** — the bot saves your alert and monitors the price

You can also create alerts inline: type `alert SOL 200` directly in chat.

### Managing alerts <a href="#ef189be2-997c-4ab2-be3b-c9f888afbbbf" id="ef189be2-997c-4ab2-be3b-c9f888afbbbf"></a>

* **View all alerts** — use `/alerts` to see your active price alerts
* **Delete an alert** — select an alert and tap Delete
* **Modify an alert** — delete the existing alert and create a new one with updated parameters

### Key details <a href="#id-72a9ada3-84f0-4ca2-863b-1c15195c2dbb" id="id-72a9ada3-84f0-4ca2-863b-1c15195c2dbb"></a>

* Alerts are **one-time triggers** — once the target price is hit, the alert fires and is removed
* The bot sends you a **notification message** when your alert triggers
* Supports any token tradeable on the Spot Bot
* No limit on the number of active alerts


---

# 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.click.trade/spot-trading-bot/features/price-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.
