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

# Modules

- [UI Overview](https://docs.volven.io/modules/ui-overview.md)
- [Ticker](https://docs.volven.io/modules/ui-overview/ticker.md): The benefit of algorithmic trading is the ability to monitor and participate in the markets 24/7.
- [Strategies](https://docs.volven.io/modules/ui-overview/strategies.md): Trading strategies is the core of Volven.
- [Actions](https://docs.volven.io/modules/ui-overview/strategies/actions.md)
- [Statuses](https://docs.volven.io/modules/ui-overview/strategies/statuses.md)
- [Balances Chart](https://docs.volven.io/modules/ui-overview/balances-chart.md): Manage your portfolio from a single module
- [Public Trades](https://docs.volven.io/modules/ui-overview/public-trades.md)
- [Order book](https://docs.volven.io/modules/ui-overview/order-book.md)
- [Chart](https://docs.volven.io/modules/ui-overview/chart.md): TradingView Integration
- [Trades](https://docs.volven.io/modules/ui-overview/trades.md): Overview of your own historical trades
- [Orders](https://docs.volven.io/modules/ui-overview/orders.md): Manage and view your open and historical orders.
- [Futures Positions](https://docs.volven.io/modules/ui-overview/futures-positions.md): Multi exchange position view
- [Futures Settings](https://docs.volven.io/modules/ui-overview/futures-settings.md): Manage your leverage and positions modes across exchanges
- [Accounts](https://docs.volven.io/modules/ui-overview/accounts.md): Manage your API Keys in the terminal


---

# 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://docs.volven.io/modules.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.
