# What is "Price Alert" ?

{% hint style="info" %}
"Price Alert" feature give you away to get notification when your target price reach.

:thumbsup:That mean you can set your stop loss, profit, buy, sell price and get notification right after these price point reach.
{% endhint %}

***

{% hint style="success" %}
**Local Price Alert (Android only)** : The app will get price data from the server, then check and send a notification from your phone if your alert is triggered. When using this feature, you will consume a lot of network data and battery because the app needs to work in the background.
{% endhint %}

{% hint style="danger" %}
Note: this feature is required to do this section [***"config app run in background"***](/config-app-android-only/config-app-to-run-correctly-in-background.md) for work correctly.
{% endhint %}

***

{% hint style="success" %}
**Cloud Price Alert (Android & IOS) :** You will set up then add an alert to our server, then our server will check and send you a notification right after your alert is triggered. App won't need to be constantly fetching data from server to check like "Local Price Alert" feature.
{% endhint %}

{% hint style="danger" %}
Note for Android: In some case like DND mode, sleeping, low battery... Android maybe drop or delay your notification alert. In this case you can do this section [***"config app run in background"***](/config-app-android-only/config-app-to-run-correctly-in-background.md) to avoid this issue.
{% endhint %}

&#x20; [![](https://tracking.avapartner.com/imp/?affid=214848\&bannerid=35546\&adTheme=768\&campaign=221449\&campaignName=Default%20Campaign\&tag=214848\&source=general_setting)](https://tracking.avapartner.com/click/?affid=214848\&bannerid=35546\&adTheme=768\&campaign=221449\&campaignName=Default%20Campaign\&tag=214848\&source=about_price_alert)[![](https://d3dpet1g0ty5ed.cloudfront.net/EN_Spreads_Pay_less_keep_more_2-4_Google_300x250.jpg)](https://one.exnessonelink.com/intl/en/a/t7p3v7p3)


---

# 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.tradingalert.net/price-alert-feature/what-is-price-alert.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.
