# What information is available on the bot details page

The Bot Details page provides users with in-depth information about a specific bot, including its settings, trading parameters, performance metrics, and more. In this article, we will walk you through the various sections and widgets available on the [Bot Details page](/bots-and-strategy/bots-details-page/how-to-go-to-the-bots-details-page.md), helping you gain valuable insights into your chosen bot's configuration and performance.

**Header Section:**&#x20;

At the top of the page, you will find the bot's name, which can be edited by clicking on it. Additionally, the header displays the bot's ID, status, a toggle switch for enabling/disabling the bot, and the creation date.

<figure><img src="/files/onUXcC5gK0k2cOQ1Ty8m" alt="Bot detail page header"><figcaption><p>Bot detail page header</p></figcaption></figure>

**Left Side:**&#x20;

The left side of the page contains a set of widgets that remain consistent regardless of the selected tab.

1. *Bot Settings Widget:* This widget displays the bot's settings, including its type and the candlestick chart period used for analysis. It also provides information about the market(s) the bot operates in. Additionally, if conditional statements are set, they will be displayed here. For genetic bots, the selected criteria will also be shown.<br>

   <figure><img src="/files/VWt4PoHOC6XGfyIrzuOU" alt="Bot settings widget"><figcaption><p>Bot settings widget</p></figcaption></figure>

2. *Trade Settings Widget:* In this widget, you can view and modify the trading settings of the bot. A select box allows you to choose the market for which you want to display the trading settings. By default, no market is selected.<br>

   <figure><img src="/files/rcVFsVPfBtbUv5ZYdsGs" alt="Trade settings widget"><figcaption><p>Trade settings widget</p></figcaption></figure>

3. *Investment Widget*: This widget provides information about the primary coin on which the bot operates.<br>

   <figure><img src="/files/c5joQdtvaFUkHLWjjgul" alt="Investment widget"><figcaption><p>Investment widget</p></figcaption></figure>

4. *Exchange Widget:* This widget displays information about the connected exchange on which the bot operates.<br>

   <figure><img src="/files/QAC2EAEA6j95u9BakU0K" alt="Exchange widget"><figcaption><p>Exchange widget</p></figcaption></figure>

5. *Danger Zone:* The Danger Zone widget enables users to delete the connected exchange. This option should be exercised with caution, as it permanently removes the exchange from the system.<br>

   <figure><img src="/files/olHGOf3wf80M91Aow2cv" alt="Danger zone"><figcaption><p>Danger zone</p></figcaption></figure>

**Right Side Content:**&#x20;

The content on the right side of the page varies depending on the selected tab. By default, the "Deals" tab is selected.

[**Deals Tab:**](/bots-and-strategy/bots-details-page/exploring-the-deals-tab-on-the-bot-details-page.md)

<figure><img src="/files/2hrqt6vIWe7CcytnMnFM" alt="Deals tab"><figcaption><p>Deals tab</p></figcaption></figure>

1. *Running Deals Widget:* This widget displays the deals that are currently running and those in the "Ready" status. You can use this widget to force-run a deal that is ready or force-complete a running deal.
2. *Deals History Table:* In this table, you can find details of all completed and canceled deals associated with the bot.

[**Markets Tab:**](/bots-and-strategy/bots-details-page/exploring-the-markets-tab-on-the-bot-details-page.md)

<figure><img src="/files/DL8XMZmtXEkcKHTxlaoF" alt="Markets tab"><figcaption><p>Markets tab</p></figcaption></figure>

1. *Active Markets Table:* This table provides statistics for each market for which the bot has collected data. It offers insights into the bot's performance and activities in each specific market.

[**Statistics Tab:**](/bots-and-strategy/bots-details-page/exploring-the-statistics-tab-on-the-bot-details-page.md)

<figure><img src="/files/r08CLOIYCZwBkMki6qeo" alt="Statistics tab"><figcaption><p>Statistics tab</p></figcaption></figure>

1. *General Metrics Widget:* This widget presents various statistics related to the bot's performance, including total profit, total loss, profit deals, loss deals, average daily return, and more.
2. *Trade Statistics Graph:* This graph visually represents the trading statistics of the bot, showing columnar representations of daily trading performance or performance over a selected period.

[**Technical Analysis Tab:**](/bots-and-strategy/bots-details-page/exploring-the-technical-analysis-tab-on-the-bot-details-page.md)

<figure><img src="/files/WqgZk5z8ARMGdL0wAFbp" alt="Tehcnical analysis tab"><figcaption><p>Tehcnical analysis tab</p></figcaption></figure>

1. *Market Summary Table:* This table provides a detailed technical analysis of each market the bot operates in. It includes information on whether the conditions for initiating a trade are met, signals from indicators, and pivot points. Clicking on a market opens a more detailed technical analysis page for that market.<br>

   <figure><img src="/files/vczfgiRAWY2oQGjmkWCz" alt="Detailed Technical Analysis"><figcaption><p>Detailed Technical Analysis</p></figcaption></figure>

[**Machine Learning Tab**](/bots-and-strategy/bots-details-page/exploring-the-machine-learning-tab-on-the-bot-details-page.md) **(Genetic Bots Only):**

<figure><img src="/files/9pVLJt3BQigJHgUzDPGC" alt=""><figcaption></figcaption></figure>

1. *Genetic Strategies Table:* This table displays the status of genetic strategies for each market. Clicking on a market opens the genetic algorithm page with further details.

[**Backtest Tab:**](/bots-and-strategy/bots-details-page/exploring-the-backtest-tab-on-the-bot-details-page.md)

<figure><img src="/files/FUFT1Gg6f9PWzLGf3EJD" alt=""><figcaption></figcaption></figure>

1. *Backtest Table:* In this tab, you can find a table with previous backtest results. By clicking "Run a new backtest," you can initiate a new backtest for the bot.

**Conclusion:**&#x20;

The Bot Details page offers a comprehensive overview of a bot's settings, performance metrics, and trading activities. By exploring the various sections, widgets, and tabs, traders can gain a deeper understanding of their bots' configurations, historical performance, and technical analysis. This information empowers users to make informed decisions and optimize their trading strategies on our platform.


---

# 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/bots-and-strategy/bots-details-page/what-information-is-available-on-the-bot-details-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.
