# Exploring Technical Logs

Darkbot's trading system maintains detailed technical logs for every deal, capturing essential information and events throughout the deal's lifecycle. These logs provide users with a comprehensive overview of their trade activity, regardless of the deal's current status. Let's delve into the key details available in the technical logs and learn how to access them.

**Accessing Technical Logs:** \
\
To access the technical logs for a specific deal, follow these steps:

1. Navigate to the "Deals" page in Darkbot.<br>

   <figure><img src="/files/wNLKyiHdj6iCYWYzmXfy" alt="Dashboard page"><figcaption><p>Dashboard page</p></figcaption></figure>
2. Select the deal you are interested in by clicking on it.<br>

   <figure><img src="/files/aO8AjI6xzTWrIQUZdTiZ" alt="Running deal"><figcaption><p>Running deal</p></figcaption></figure>
3. On the deal details page, locate the "Trade Request" section and find the "Technical Logs" button.<br>

   <figure><img src="/files/rMH3CH31EltQTtp5nOvb" alt="Technical logs button"><figcaption><p>Technical logs button</p></figcaption></figure>
4. Click on the "Technical Logs" button to open a pop-up window.<br>

   <figure><img src="/files/hCuaEtWuKzujOzkaJMeE" alt="Technical logs pop-up"><figcaption><p>Technical logs pop-up</p></figcaption></figure>

**Technical Log Details:** \
The opened pop-up window will display the technical logs associated with the selected [deal](/deals-page/deals-details-page/exploring-the-deals-details-page.md). You will find information such as the timestamps for deal creation, starting, completion, cancellation, as well as the logs related to buy/sell trade requests and information related to trailing buy/sell.

**Analyzing Technical Logs:** \
By reviewing the timestamps and events in the technical logs, users can gain valuable insights into the timing and sequence of important deal-related events. This information allows traders to track the progress of their deals, evaluate performance, and make informed decisions based on accurate and up-to-date information.

**Conclusion:** \
Darkbot's technical logs provide users with a comprehensive view of their trade activity, offering timestamps and details for various events related to deals, trade requests, and trailing. By accessing and analyzing these logs, traders can effectively monitor their trades, evaluate their strategies, and make informed decisions. Understanding how to access and utilize the technical logs empowers users to optimize their trading approach and achieve success in the cryptocurrency market.


---

# 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/exploring-technical-logs.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.
