# Create an entity

## Manually

To create an entity, follow these steps:

1. In the left sidebar menu, access Chatbot > Knowledge Base > Entities.
2. Click the 'Add' button.
3. Select 'Type' in the dropdown list
4. Enter the name of the entity, remember to enter a title without special characters or accents.
5. Enter a value such as: vehicle.
6. Enter a list of synonyms such as: car, automobile, bus, train, truck, motorcycle, bicycle, etc. Including deformed terms allows you to anticipate misprints from end users.
7. Click 'Save'.

## Automatically with Gen AI

1. In the left sidebar menu, go to Chatbot > Knowledge Base > Entities.&#x20;
2. Click on the 'Add' button.&#x20;
3. Select 'Type' in the dropdown list.&#x20;
4. Click on 'Descriptive content generation AI'&#x20;
5. Describe the entity in as much detail as possible.
6. Click on 'Generate entity'
7. Click 'Save'


---

# 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.1millionbot.com/chatbot/knowledge-base/entities/create-an-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.
