# Algo724 - Empower your trading with tech

## Algo724 - Empower Your Trading

- [Algo724 Lab](https://docs.algo724.com/readme.md)
- [Welcome!](https://docs.algo724.com/introduction/welcome.md)
- [What is Algorithmic Trading?](https://docs.algo724.com/what-is-algorithmic-trading.md)
- [Why Use Algo724 Flagship?](https://docs.algo724.com/why-use-algo724-flagship.md)
- [Quick Start: Launch Your First Bot in 5 Minutes](https://docs.algo724.com/quick-start-launch-your-first-bot-in-5-minutes.md)
- [Connecting on Exchange via API](https://docs.algo724.com/getting-started/connecting-on-exchange-via-api.md)
- [The Dashboard: Your Mission Control](https://docs.algo724.com/getting-started/the-dashboard-your-mission-control.md)
- [Setting Up Telegram Notifications](https://docs.algo724.com/getting-started/setting-up-telegram-notifications.md)
- [Manual Trading](https://docs.algo724.com/getting-started/manual-trading.md)
- [Key Terminology (Grid, DCA, Trailing)](https://docs.algo724.com/core-concepts/key-terminology-grid-dca-trailing.md)
- [Understanding Profit, PnL, and APY](https://docs.algo724.com/core-concepts/understanding-profit-pnl-and-apy.md)
- [Universal Bot Actions (Pause, Stop, Duplicate)](https://docs.algo724.com/core-concepts/universal-bot-actions-pause-stop-duplicate.md)
- [Anatomy of the "Create Bot" Screen](https://docs.algo724.com/bot-strategies-and-creation/anatomy-of-the-create-bot-screen.md)
- [Booster Bot](https://docs.algo724.com/bot-strategies-and-creation/booster-bot.md)
- [Hedge Bot](https://docs.algo724.com/bot-strategies-and-creation/hedge-bot.md)
- [Long Adaptive Range Bot](https://docs.algo724.com/bot-strategies-and-creation/long-adaptive-range-bot.md)
- [Short Adaptive Range Bot](https://docs.algo724.com/bot-strategies-and-creation/short-adaptive-range-bot.md)
- [Strategy Guide: Fomo Bot](https://docs.algo724.com/bot-strategies-and-creation/strategy-guide-fomo-bot.md)
- [Strategy Comparison](https://docs.algo724.com/bot-strategies-and-creation/strategy-comparison.md)
- [The Bot Details Page Explained](https://docs.algo724.com/managing-and-monitoring/the-bot-details-page-explained.md)
- [Understanding Your Transaction History](https://docs.algo724.com/managing-and-monitoring/understanding-your-transaction-history.md)
- [The Portfolio Page: A 360° View](https://docs.algo724.com/managing-and-monitoring/the-portfolio-page-a-360-view.md): The Portfolio page is your central command center for performance analytics. It aggregates data from all of your connected exchange accounts to give you a complete picture of your total value, asset a
- [Bot Strategy vs. Buy-and-Hold](https://docs.algo724.com/advanced-guides/bot-strategy-vs.-buy-and-hold.md)
- [Tips for Different Market Conditions (Bull, Bear, Sideways)](https://docs.algo724.com/advanced-guides/tips-for-different-market-conditions-bull-bear-sideways.md)
- [Automating with Webhooks](https://docs.algo724.com/advanced-guides/automating-with-webhooks.md)
- [Research Hub](https://docs.algo724.com/research-hub.md)
- [Lens: Uniswap LP Tracker](https://docs.algo724.com/lens-uniswap-lp-tracker.md)
- [Frequently Asked Questions](https://docs.algo724.com/faq-and-support/frequently-asked-questions.md)
- [Security Best Practices](https://docs.algo724.com/faq-and-support/security-best-practices.md)
- [Contacting Support](https://docs.algo724.com/faq-and-support/contacting-support.md)
- [Terms and Conditions](https://docs.algo724.com/legal-and-policies/terms-and-conditions.md)
- [Privacy Policy](https://docs.algo724.com/legal-and-policies/privacy-policy.md)
- [Disclaimer](https://docs.algo724.com/legal-and-policies/disclaimer.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.algo724.com/readme.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.
