# Intenções

{% hint style="info" %}
Não está familiarizado com análises? Recomendamos que você dê uma olhada em nosso [Conceitos de Analytics](/chatlayer-documentation-pt-br/bot-answers/definitions.md).
{% endhint %}

O **Intents** a página mostra as 10 intenções mais acionadas. Isso significa que estas são as intenções mais usadas no seu bot.&#x20;

<figure><img src="/files/caa1c15cfc3958aec744d75dfd907bc75b343fae" alt=""><figcaption><p>A página de Intenções.</p></figcaption></figure>

{% hint style="success" %}
Ao manter e melhorar suas intenções e modelo de PLN, concentre-se nessas intenções primeiro. Estas são as mais usadas pelos seus usuários, então é importante que eles possam acionar essas intenções facilmente com o maior número possível de expressões. Use o [treinar ](https://docs.chatlayer.ai/understanding-users/natural-language-processing-nlp/tutorial-train-your-bot-based-on-actual-user-messages)módulo para aprimorar essas intenções com entradas reais de usuários.&#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/chatlayer-documentation-pt-br/navegacao/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.
