# Chat Logs

The conversation history captured by chatbots is known as chat logs. These can be reviewed and downloaded for more in-depth analysis.

Select the "**Chat Logs**" tab  to access and view all recorded chat logs. Review each log individually by checking the corresponding box.

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

The chat logs can be sorted based on different criteria; you have the option to filter them by channels or by the dates on which the conversations were recorded.

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

You can download chat logs in batches by selecting the desired logs all at once. Once selected, you can choose to download them either as JSON files or in PDF format.

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


---

# 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.starrynift.art/starryai/my-bot/customisation-options/chat-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.
