# How to go to the backtest page

Once you have run a backtest for your trading bot, you may want to access the detailed page to review its results and performance. In this article, we will guide you through the steps to access the detailed page for a backtest.

**Step 1: Select the Bot and Access the Bot's Detail Page**&#x20;

Start by navigating to the Bots page on the trading platform. Choose the specific trading bot you are interested in and click on it. This will redirect you to the bot's detailed page.

<figure><img src="/files/rAiZ5XVhOi9ijXNQ3McW" alt="Bots page"><figcaption><p>Bots page</p></figcaption></figure>

**Step 2: Access the Backtest Tab**&#x20;

On the bot's detail page, locate the Backtest tab. Click on it to access the backtest settings and history.

<figure><img src="/files/6gdRgPWdy31Q75otj4eW" alt="Backtest tab"><figcaption><p>Backtest tab</p></figcaption></figure>

**Step 3: Select the Backtest of Interest**&#x20;

In the Backtest table, you will find a list of all the backtests associated with the bot. If there are no backtests listed, you will need to run a backtest first by following the instructions provided in a [previous article](/backtesting/how-to-run-a-backtest-for-your-trading-bot.md). Once you have at least one backtest in the [Backtest table](/backtesting/backtest-result-table.md), click on the specific backtest you want to review.

<figure><img src="/files/85y5AdtcRjouztBKqzky" alt="Backtest status"><figcaption><p>Backtest status</p></figcaption></figure>

**Step 4: Access the Detailed Page**&#x20;

By clicking on the desired backtest, you will be redirected to the [detailed page ](/backtesting/exploring-the-backtest-page.md)dedicated to that particular backtest. Here, you can delve into the specifics of the backtest and analyze its results in more detail.

<figure><img src="/files/ylzI57TauFj6ozjmVGrW" alt="Backtest page"><figcaption><p>Backtest page</p></figcaption></figure>

**Conclusion:**&#x20;

Accessing the detailed page for a backtest provides valuable insights into the performance and outcomes of your trading bot. By following the steps outlined in this article, you can easily navigate to the detailed page, where you can review the backtest's results, metrics, and other relevant information. Take advantage of the detailed page to fine-tune your trading strategies and make informed decisions for optimizing your bot's performance.


---

# Agent Instructions: 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.darkbot.io/backtesting/how-to-go-to-the-backtest-page.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.
