> 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/chatbot/knowledge-base/intents/training-phrases-with-entities.md).

# Training Phrases with Entities

Training phrases are example sentences that a chatbot user can type or say to capture the intent of the chatbot. For each intent, you have to enter many different phrases for the chatbot to learn and match it with real expressions.

Below I give you an example. A user can say “I want a house” but could also say “how do I get a house?” or “I would like to get a house”. The chatbot must respond the same to all these user phrases, therefore, they will belong to the same intention.

Within the training phrases it is possible to create annotations of fragments of the same. These annotations are associated with entity types and serve both for the synonym list comparison and for the extraction of the end-user expression in the form of parameters.


---

# 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:

```
GET https://docs.1millionbot.com/chatbot/knowledge-base/intents/training-phrases-with-entities.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.
