> 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/running-backtests.md).

# Running Backtests

Backtests can be ran from a number of different scenarios described earlier, but essentially whenever you confirm a Query, you’ll be able to run a Backtest. &#x20;

To run a backtest:

* Configure a Query as you normally would
  * You can also retrieve an already saved Query in the [View/Modify Query](/sol-bangers-only/how-to-get-started/main-menu/query-management/view-modify-query.md) menu
* Click confirm the Query
* The confirmation message window will appear with a Run Backtest button.

<figure><img src="/files/f8Q5umrFRKUjKgiWqpth" alt=""><figcaption><p>Option To Run a Backtest</p></figcaption></figure>

* Selecting Run Backtest, will bring up a prompt to name the backtest.  The same restrictions apply to naming backtests as they do Queries.

<figure><img src="/files/68Au4YuvuDo8bWWKF23P" alt=""><figcaption><p>Backtest Naming Message</p></figcaption></figure>

* On successfully naming your backtest, you’ll receive a confirmation message that your naming was successful.  At this point, your backtest has been added to the queue.

<figure><img src="/files/4y6yEViAK8Au8EM8CRPP" alt=""><figcaption><p>Backtest Success Message</p></figcaption></figure>

* After receiving the confirmation message, the backtest request is added to the queue and will be ran in the prioritized order based the user’s subscription status.


---

# 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/running-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.
