# Other

* **Clicked rewords:** when the bot is not sure if it understands a question, it offers 1 to 3 related knowledge. We can thus obtain the percentage of proposals that have been clicked.

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

* **Interactions by dialog:** here you can see the distribution of dialogs according to the amount of interactions. The average length of a dialog is often linked to the way your bot answers.

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

* **Knowledge distribution:** this metric allows you to find out how much knowledge covers a percentage of all dialogs with the bot.
* **Different knowledge:** different knowledge used during a dialog. On the graph, it is possible to find the sum of these knowledge.

<figure><img src="/files/hzPB2Y1tASLf1NCnp6Gz" 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-en.dydu.ai/analytics/exploitation/other.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.
