> For the complete documentation index, see [llms.txt](https://fluidtrade.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fluidtrade.gitbook.io/docs/future-features/notifications.md).

# Notifications

These are timely alerts or messages that keep you informed about crucial events or market changes. Imagine a personal assistant who nudges you whenever there's something significant you should be aware of.\
\
**Development planned for:**

* **Custom Alerts:** Tailor alerts to your specific needs and preferences. Whether it's **Pricing** notifications when a cryptocurrency reaches a desired price, **SL/TP (Stop Loss/Take Profit)** alerts when your set levels are achieved, or **Liquidations** warnings when positions are nearing liquidation, you're always in the know and can act swiftly.
* **Price Alerts:** Receive timely notifications when specific cryptocurrencies hit predetermined price points, allowing you to make informed decisions.
* **AI Market News Alerts:** Enjoy your own AI assistant that will help you sift through the news and let you know about news that matters to you. The only news alert source you won't have to mute. Because when it sends an alert, you will want to pay attention.&#x20;
* **Security Alerts:** Prioritize your safety with alerts related to account security, unauthorized access attempts, or other potential threats.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://fluidtrade.gitbook.io/docs/future-features/notifications.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.
