> For the complete documentation index, see [llms.txt](https://docs.1millionbot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.1millionbot.com/es/chatbot/knowledge-base/entities/create-an-entity.md).

# Crear una entidad

## Manualmente

Para crear una entidad, sigue estos pasos:

1. En el menú de la barra lateral izquierda, accede a Chatbot > Base de Conocimiento > Entidades.&#x20;
2. Haz clic en el botón 'Crear Entidad'.&#x20;
3. Introduce el nombre de la entidad, recuerda introducir un título sin caracteres especiales o acentuaciones.
4. Introduce un valor como por ejemplo: vehículo.&#x20;
5. Introducir una lista de sinónimos como por ejemplo: coche, automóvil, autobús, tren, camión, motocicleta, bicicleta, etc. Incluir términos con deformaciones permite prever erratas de los usuarios finales.&#x20;
6. Haz clic en 'Guardar'.

## Automáticamente con Gen AI

Puedes hacer uso de la inteligencia artificial para crear entidades de forma más rápida, para ello:

1. En el menú de la barra lateral izquierda, accede a Chatbot > Base de Conocimiento > Entidades.
2. Haz clic en el botón 'Añadir'.
3. En el desplegable 'Tipo' selecciona el que corresponda.
4. Clic en 'Generación de contenido basado en descripciones AI'
5. Describe la entidad que deseas generar, cuanto más detallada mejor.
6. Pulsa en 'Generar contenido'

Automáticamente se rellenará el título y el apartado de entidades.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.1millionbot.com/es/chatbot/knowledge-base/entities/create-an-entity.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
