# Intention and Entity

Enter dialog conversation flow that defines responses to the defined **intention** and **entities**. An **intention** represents the purpose of a user’s input. You define an intent for each type of user request. An **entity** represents a term or object that is relevant to your intents and that provides a specific context for an intent.

Type the word that you wanna used to be your intention and entity (able more than one). Then, Select the word that will be used as the **intention** or **entity** (if you want defined intention you can type on the entity field as intention). And you can delete and edit the intention & entity that has been created.&#x20;

For example, you want to add a dialog about 'find nearby station'. You may add several questions like 'station near Bekasi', 'where is nearby station', and 'which station is close to Juanda', add many possible questions to this situation. Station, nearby station is **Intention**, and Bekasi, Juanda is **Entity** name location.&#x20;

Besides adding the intention and entity one by one, you may add several entities at once in one sentence. This is also known as **Multi-Entity**. For example, the nearby station from Juanda at 5 pm. The nearby station is an intention, Juanda is entity name location and 5.pm is entity name time.

![Intention and Entity](/files/-MYt6v4S0MNzqHyg0i8g)

After you have finished defining the intention and entity dialog, click the next button to proceed to stage 2 **Prompt Response** by clicking the **'next'** button.


---

# 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.3dolphins.ai/5.1.x/bot-settings/dialog-flows/untitled-1/defined-intention-and-entity-from-user-response.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.
