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

# Documentation

### Overview

Welcome to the official AstraAlgo documentation.

Explore the documentation to quickly learn how to activate AstraAlgo, use the Indicator and Backtester, optimize your trading strategies, and access support resources.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-rocket-launch">:rocket-launch:</i></h4></td><td><strong>Onboarding</strong></td><td>Learn how to gain access to AstraAlgo’s trading tools on TradingView.</td><td><a href="/files/mQgobMPQ0uHjHphvtYEq">/files/mQgobMPQ0uHjHphvtYEq</a></td><td></td><td><a href="/pages/45msBA4G1sanrGbLtOGc">/pages/45msBA4G1sanrGbLtOGc</a></td></tr><tr><td><h4><i class="fa-chart-column">:chart-column:</i></h4></td><td><strong>AstraAlgo Indicator</strong></td><td>Understand signals, overlays, alerts, and how to customize your settings.</td><td><a href="/files/UqtE4OuH5KFgNRAfLpsl">/files/UqtE4OuH5KFgNRAfLpsl</a></td><td></td><td><a href="/pages/j6TC6saraoYS8HsSYhc8">/pages/j6TC6saraoYS8HsSYhc8</a></td></tr><tr><td><h4><i class="fa-hourglass-clock">:hourglass-clock:</i></h4></td><td><strong>AstraAlgo Backtester</strong></td><td>Test strategies, interpret results, and refine your trading approach.</td><td><a href="/files/xdOZ5D3dy2XC6Q6iWcna">/files/xdOZ5D3dy2XC6Q6iWcna</a></td><td></td><td><a href="/pages/xVeCkKUTQ90fAYvn0HA7">/pages/xVeCkKUTQ90fAYvn0HA7</a></td></tr><tr><td><i class="fa-display-chart-up">:display-chart-up:</i></td><td><strong>Backtest Library</strong></td><td>See trade examples with charts and settings in action.</td><td><a href="/files/I1IFvoZIFjONMVpwrlNW">/files/I1IFvoZIFjONMVpwrlNW</a></td><td></td><td><a href="/pages/LbkFEvyhBvuEvJzI4D66">/pages/LbkFEvyhBvuEvJzI4D66</a></td></tr><tr><td><i class="fa-rectangle-terminal">:rectangle-terminal:</i></td><td><strong>Reference Materials</strong></td><td>Access complete settings documentation, and the changelog of updates.</td><td><a href="/files/JWEmeYySxw2ehn8h1HfR">/files/JWEmeYySxw2ehn8h1HfR</a></td><td></td><td><a href="/pages/0nupinQzRU3bwtwGOzLu">/pages/0nupinQzRU3bwtwGOzLu</a></td></tr></tbody></table>

***


---

# 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.astraalgo.com/readme.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.
