> For the complete documentation index, see [llms.txt](https://help.wotnot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.wotnot.io/deploy/testing-the-chatbot/chat-logs.md).

# Chat logs

The Logs feature allows you to see detailed information for every interaction that occurs with your bot.

Each log captures events such as user queries, bot responses, AI model details, latency, and message flow — helping you debug, analyze, and optimize your bot’s performance.

You can view these logs in two places:

* **Test Bot page**: Click “View Logs” to see a chronological record of each message exchange while testing your bot.

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

* **Live Chat page**: Click context menu > View logs to view real-time logs for ongoing or completed conversations with users.

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

These insights help you understand how your bot is interpreting queries, what responses are being generated, and how tokens or AI credits are being used.

{% hint style="info" %}
**NOTE**: Logs are stored for a 90 day period.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://help.wotnot.io/deploy/testing-the-chatbot/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.
