# Knowledge Base

- [Intents](https://docs.1millionbot.com/chatbot/knowledge-base/intents.md)
- [Create an intent](https://docs.1millionbot.com/chatbot/knowledge-base/intents/create-an-intent.md)
- [Training Phrases with Entities](https://docs.1millionbot.com/chatbot/knowledge-base/intents/training-phrases-with-entities.md)
- [Extracting values with parameters](https://docs.1millionbot.com/chatbot/knowledge-base/intents/extracting-values-with-parameters.md)
- [Rich responses](https://docs.1millionbot.com/chatbot/knowledge-base/intents/rich-responses.md): Each assistant integration in a channel allows you to display rich responses.
- [Best practices](https://docs.1millionbot.com/chatbot/knowledge-base/intents/best-practices.md)
- [Entities](https://docs.1millionbot.com/chatbot/knowledge-base/entities.md)
- [Create an entity](https://docs.1millionbot.com/chatbot/knowledge-base/entities/create-an-entity.md)
- [Types of entities](https://docs.1millionbot.com/chatbot/knowledge-base/entities/entity-types.md)
- [Synonym generator](https://docs.1millionbot.com/chatbot/knowledge-base/entities/synonym-generator.md)
- [Best practices](https://docs.1millionbot.com/chatbot/knowledge-base/entities/best-practices.md)
- [Training](https://docs.1millionbot.com/chatbot/knowledge-base/training.md)
- [Validation and training of the assistant](https://docs.1millionbot.com/chatbot/knowledge-base/training/validation-and-training-of-the-assistant.md)
- [Library](https://docs.1millionbot.com/chatbot/knowledge-base/library.md)


---

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