# NLP

Vamos configurar agora a parte inteligente do bot, o NLP (inteligência artificial). Definimos NLP [nesta seção aqui](https://help.cosmobots.io/help/definicoes), caso você esteja perdido.

Durante uma conversa, quando o usuário não clicar em botões ou cartões, mas escreve algo e envia ao bot. Esta mensagem é processada pelo bot de forma que este possa entender a intenção do usuário e executar uma ação de acordo com aquela intenção.

Mas antes de explicarmos melhor como o bot trata estas Intenções, vamos primeiro explicar o que é Entidade.


---

# 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://help.cosmobots.io/help/bot-builder/nlp.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.
