> For the complete documentation index, see [llms.txt](https://sol-bangers-only.gitbook.io/sol-bangers-only/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sol-bangers-only.gitbook.io/sol-bangers-only/backtests-1/viewing-backtests.md).

# Viewing Backtests

Viewing backtests may be done through several options:

* Once a backtest is complete, a message is sent to your private chat with th=e bot that has a presigned link to the backtest report. The user may view and download the report via the link. Links are also shareable.  File preview is also enabled to allow a one-click access through the Telegram app.  See below on link expiration.
* The other option is to access your full list of backtests through the View Backtest menu accessible from the Backtest Management menu. This will retrieve all your backtests and provide a unique link to each.

A few notes about backtests:

* We limit backtest results to the most recent 5,000 data points. That is, if the Query ran returns 10,000 hits, only the most recent 5,000 are presented in backtesting. This is done to limit computational resources focusing on the most recent and relevant data.
* For security purposes, links are presigned by us and are given an expiration date. Links are regenerated on-demand if they expire when you access your backtests from the View Backtest menu. If you experience any issues with link expiry, please let us know. You may download the reports as many times as you wish and we retain a copy on our cloud hosting service for your convenience as well.

Further backtest management such as retrieving and recreating the Query ran as part of the backtest and deleting old backtests no longer desired are in development and will be available shortly.


---

# 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://sol-bangers-only.gitbook.io/sol-bangers-only/backtests-1/viewing-backtests.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.
