# 1.5 Log: Transactions & Positions Record

<mark style="color:purple;">**Log on each strategy is situated in the upper right corner under the list icon 📃**</mark>

Log has two sections: <mark style="color:purple;">transactions and events.</mark>&#x20;

<figure><img src="/files/bvsYiJLLNWDPoe64jbuy" alt="" width="439"><figcaption></figcaption></figure>

👉🏻 **Transactions section:** In this section are displayed all transactions made by the bot: buy and sell positions. To ensure smooth operation of the trading bot, the system will delete transaction records every <mark style="color:purple;">**120 days.**</mark>

👉🏻 **Positions section:** In this section are displayed positions that are not still closed (sold) by the bot.&#x20;

<div><figure><img src="/files/xCPAzcFKqurmrgkvWUDj" alt="" width="375"><figcaption></figcaption></figure> <figure><img src="/files/FfBgVUA3uBJrlyT5ehSm" alt="" width="375"><figcaption></figcaption></figure></div>


---

# 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://hash7-gitbook.gitbook.io/en/user-guide/1.5-log-transactions-and-positions-record.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.
