# Intents

{% hint style="info" %}
Not familiar with analytics? We recommend that you have a look at our [Analytics concepts](/bot-answers/definitions.md).
{% endhint %}

The **Intents** page shows the 10 most triggered intents. This means that these are the most used intents in your bot.&#x20;

<figure><img src="/files/Ad2xhLkN56tt48o2apij" alt=""><figcaption><p>The Intents page.</p></figcaption></figure>

{% hint style="success" %}
While maintaining and improving your intents and NLP model, focus on these intents first. These are most used by your users, so it is important they can trigger these intents easily with as many expressions as possible. Use the [train ](https://docs.chatlayer.ai/understanding-users/natural-language-processing-nlp/tutorial-train-your-bot-based-on-actual-user-messages)module to enhance these intents with actual user input.&#x20;
{% endhint %}


---

# 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.chatlayer.ai/navigation/analytics/intents.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.
