> 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/themes.md).

# Themes

The knowledge base can be organized by theme. This categorization also allows for the establishment of statistics on the most frequently addressed/utilized themes.

For each theme, the usage volume and distribution percentage are indicated.&#x20;

The calculation of topics is performed in a weighted manner, following the same principle as the statistics for knowledge. For each knowledge within a topic, the number of conversations in which it appears is considered, but in proportion to the number of interactions in each conversation. Specifically, each occurrence of the knowledge in a conversation is weighted by the number of interactions in that conversation. For example, if a knowledge appears in a conversation with 8 interactions, another with 2 interactions, and another with 4 interactions, the calculation would be:

$$
1/8​+1/2​+1/4​=0,875
$$

It is also possible to obtain details for each knowledge entry that comprises the themes. All data can be exported in Excel format.

Tags are organized in a tree structure.The following chart allows you to observe the distribution discussed in conversations. Hovering over each section displays the corresponding percentage.

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

The themes are organized in a hierarchical structure. You can click on "**Export to Excel**" to obtain analytical data about the chart, which is also displayed just below.

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


---

# 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/themes.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.
