# Price Alerts

Get notified instantly when a market reaches your target price — never miss a trading opportunity on Polymarket.

<figure><img src="/files/PWlIXwX5pig4LIERyvJA" alt=""><figcaption></figcaption></figure>

#### **How it works**

1. **Connect Telegram** \
   Link your Telegram account to receive instant alerts when your price conditions are met ([guide](/getting-started/quickstart.md)).
2. **Choose a market**\
   Find any Polymarket market you want to track.
3. **Set your condition**\
   Decide when you want to be notified.

* **UP** – when the price rises above your target.
* **DOWN** – when the price falls below your target.

4. **Create alert**\
   Set your target price and confirm to create your alert.
5. **Manage and get notified**\
   You can view and manage all your alerts in the Profile section.\
   Telegram notifications will be sent as soon as your alert triggers.

#### **Create Alert**

When creating an alert, fill out the following fields:

* **Market ID** – Paste the ID from the opportunities table.
* **Price Type** – Select which price to monitor (e.g., Mid Price).
* **Alert Condition** – Choose between “UP” or “DOWN.”
* **Target Price** – Enter your desired target price (value between 0 and 1).

<figure><img src="/files/eSGS2jcuEgxDYSdFJviN" alt=""><figcaption></figcaption></figure>

In the **Profile** section, you can view all your active alerts, edit them, or delete those you no longer need.

<figure><img src="/files/61y5ffXtVf7tJ3ugbIdV" alt=""><figcaption></figcaption></figure>

#### **Tip**

Use price alerts to monitor multiple Polymarket markets at once.\
It’s a perfect tool for scalpers and arbitrage traders who want to act fast when new opportunities appear.


---

# 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.polyscalping.org/tools/markdown.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.
