# How to get to the deals details page

The [Deal Details Page](/deals-page/deals-details-page/exploring-the-deals-details-page.md) provides a comprehensive view of specific deals generated by your trading bot. By navigating to this page, you can explore the intricate details of each deal, enabling in-depth analysis and evaluation. This article outlines the simple steps to access the Detailed Deal Page and highlights the wealth of information available for your review.\
\
**Accessing the Detailed Deal Page:**

* *Navigate to the Deals page:* Start by visiting the Deals section. This page serves as the central hub for all your deals, offering a convenient overview of your trading activities.<br>

  <figure><img src="/files/3gxuFAPQMyN2lt6J6phZ" alt="Dashboard page"><figcaption><p>Dashboard page</p></figcaption></figure>

* *Select the desired deal:* Within the Deals page, locate the specific deal you wish to explore in more detail. Each deal is typically represented as a distinct entry, containing key information such as the market pair, status, and investment details.<br>

  <figure><img src="/files/1Edn2c9tbeEnzAXCOKAN" alt="Deal card"><figcaption><p>Deal card</p></figcaption></figure>

* Clic*k on the deal:* Once you've identified the deal of interest, simply click on it to access the Detailed Deal Page. This action will redirect you to a dedicated page that provides an extensive breakdown of the selected deal.<br>

  <figure><img src="/files/OAklgFlTfROghTyALs1M" alt="Deal details page"><figcaption><p>Deal details page</p></figcaption></figure>

By following these straightforward steps to access the Detailed Deal Page, you can unlock a wealth of information and insights related to your trades. Use this in-depth analysis to evaluate the performance of your deals, make informed decisions, and fine-tune your trading strategy for optimal results.


---

# 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/deals-page/deals-details-page/how-to-get-to-the-deals-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.
