> For the complete documentation index, see [llms.txt](https://docs.fluxbeam.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fluxbeam.xyz/infinity.md).

# INFINITY

- [INFINITY UI](https://docs.fluxbeam.xyz/infinity/infinity-ui.md): The Infinity UI features a trading dashboard with token details, risk analysis, a customizable TradingView chart, and an activity log displaying real-time transactions, transaction history, and more.
- [Trading Dashboard](https://docs.fluxbeam.xyz/infinity/infinity-ui/trading-dashboard.md)
- [Token Info](https://docs.fluxbeam.xyz/infinity/infinity-ui/token-info.md)
- [Trading Chart](https://docs.fluxbeam.xyz/infinity/infinity-ui/trading-chart.md)
- [Activity Log/Analytics](https://docs.fluxbeam.xyz/infinity/infinity-ui/activity-log-analytics.md)
- [Advanced Limit Orders](https://docs.fluxbeam.xyz/infinity/advanced-limit-orders.md): Say goodbye to basic limit orders. Infinity's advanced limit orders offer not only take profit and stop loss, but also trailing stop loss, all combined with real-time data.
- [Limit Order](https://docs.fluxbeam.xyz/infinity/advanced-limit-orders/limit-order.md): A limit order lets you set a specific price at which you want to buy a token executing only when the market reaches that price.
- [Take Profit](https://docs.fluxbeam.xyz/infinity/advanced-limit-orders/take-profit.md): Take Profit enables you to set a target price at which to sell, automatically locking in your gains once your goal is reached.
- [Stop Loss](https://docs.fluxbeam.xyz/infinity/advanced-limit-orders/stop-loss.md): Minimize losses by setting a stop loss at your desired price, automatically selling your token if the price hits that amount.
- [Trailing Stop Loss](https://docs.fluxbeam.xyz/infinity/advanced-limit-orders/trailing-stop-loss.md): We go a step further with the Trailing Stop Loss, allowing you to lock in gains when your target is reached, and automatically sell if prices drop by your set percentage.
- [Smart Money](https://docs.fluxbeam.xyz/infinity/smart-money.md)
- [Trending](https://docs.fluxbeam.xyz/infinity/trending.md)
- [Gems](https://docs.fluxbeam.xyz/infinity/gems.md)
- [Signals and Automations](https://docs.fluxbeam.xyz/infinity/signals-and-automations.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 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, and the optional `goal` query parameter:

```
GET https://docs.fluxbeam.xyz/infinity.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
