# (5) Create Entity

### Things you should know

* How to create entities
* How to label an entity in an utterance

### Main Points

* **Purpose**: To train the bot more effectively.
* **Creating entities** : ‌Entity means a word that can be denoted with a person, partnership, organization, or business which has an identifiable existence, so **can be replaced with similar things of the same category**.

### Steps

1. Click on **`My Bot`** >  **`Intent`** > **`Entity`** on the left panel.
2. Click **`+`** to add new entity”
3. Click on the top right of the **`+ Entity Value`**
4. Enter an entity value.
5. You can also click **`+ Synonym`** and enter a synonym.

![](/files/-LpRyrGX3dZ719V_Xz_z)

### Labeling entity in utterance

1. Click on **`My Bot`** > **`Intent`** on the panel.
2. Select or create an utterance.
3. Add an entity in the utterance. For instance, “How much is the **{{drink}}**?”

![](/files/-LpRyu4k6cyHgDnrzncA)


---

# 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-en.yoctol.ai/chatbot-building-guide/5-create-entity.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.
