> For the complete documentation index, see [llms.txt](https://docs-en.dydu.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-en.dydu.ai/analytics/exploitation/dialogs.md).

# Dialogs

### Dialogs analytics

The **Dialogs** section lets you track how users' dialogs with the bot are changing.

### Volume

This graph allows you to evaluate the dialog evolution of your bot:

* **The blue curve ("conversations")** shows the evolution of the conversation volume of your bot at a given period.
* **The gray curve ("previous period")** shows in parallel the evolution of the conversation volume of your bot during the previous period.

You can edit the period at any time thanks to the menu on the left: **Period selection**.

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

Note: we do not recommend comparing the gray curve of period N with the blue curve of period N-1. Even if they are ultimately based on the same data, the 2 curves will not always have the same form since the reference dates are not the same.

### Distribution

The distribution allows you to see the distribution of dialogs by:

* Consultation space;
* Browser;
* Operating system.

<figure><img src="/files/2Nv5h7bZ3dk3uFo11K0d" alt=""><figcaption></figcaption></figure>

Clicking on each item displays the graph representing evolution.

* **Space distribution:** this block allows you to get the analytics on the distribution of dialogs according to the consultation spaces used.
* **Browser distribution:** this block allows you to get the analytics on the distribution of dialogs according to browsers used.
* **Operating system distribution:** this block allows you to get the analytics on the distribution of dialogs according to the operating systems used.


---

# 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://docs-en.dydu.ai/analytics/exploitation/dialogs.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.
