# NLP

Let's now configure the intelligent part of the bot, the artificial intelligence (NLP). We set NLP [in this section](/bot-builder/nlp.md) in case you are lost.

During a conversation, when the user does not click buttons or cards, but writes something and sends the bot. This message is processed by the bot so that it can understand the user's intent and perform an action according to that intent.

But before we can better explain how the bot treats these Intentions, let us first explain what Entity is.


---

# 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-en.cosmobots.io/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.
