# How to Set up Alerts

{% embed url="<https://youtu.be/j1MQLw1gIfM>" %}

1. **Using the TradingView Web Platform**:
   * **Method 1: Alert Button on the Top Toolbar**:
     * Click the **Alert** button at the top of your chart.
     * Set the conditions and parameters for your alert, such as price levels or indicator crossovers.
     * Customize the alert text to describe what triggered the alert.
     * Choose how you want to be notified (e.g., via email, pop-up, sound, or webhook).
     * Click **Create Alert**.
   * **Method 2: Right-Click Menu**:
     * Right-click on the chart where you want to set the alert.
     * Select **Create Alert**.
     * Configure the alert conditions and notification preferences.
     * Click **Create Alert**.
   * **Method 3: Drawing Panel**:
     * Use the drawing tools to create a trendline, horizontal line, or other shapes.
     * Click the **Alert** button on the drawing panel.
     * Set the alert conditions based on the drawing.
     * Customize the alert message.
     * Choose your preferred notification method.
     * Click **Create Alert**.
2. **Using the TradingView Mobile App**:
   * Tap the **plus icon** at the bottom of the chart.
   * Select **Alerts**.
   * Specify the parameters for your alert (e.g., price levels, indicator conditions).
   * Customize the alert text.
   * Choose your preferred notification method (email, push notification, etc.).
   * Tap **Create Alert.**&#x20;

Remember to name your alerts appropriately so you can easily identify them in the alerts manager.


---

# 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://trnd-bot.gitbook.io/trnd/how-to/how-to-set-up-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.
