# Create a virtual assistant

## Getting started

Follow our guides to learn the basics as quickly as possible:

{% content-ref url="/pages/nXfCp8aGacCqiQ483a0r" %}
[Create an intent](/chatbot/knowledge-base/intents/create-an-intent.md)
{% endcontent-ref %}

{% content-ref url="/pages/ISy4FO9QwQ0aWRY0jNdH" %}
[Training Phrases with Entities](/chatbot/knowledge-base/intents/training-phrases-with-entities.md)
{% endcontent-ref %}

{% content-ref url="/pages/4VVcd3o87q3rz46TsaCE" %}
[Rich responses](/chatbot/knowledge-base/intents/rich-responses.md)
{% endcontent-ref %}

## Go further

Follow the guides of the most advanced tools to get more benefits from your assistant:

{% content-ref url="/pages/IzKDIX44GF7vSiYibZDo" %}
[Extracting values with parameters](/chatbot/knowledge-base/intents/extracting-values-with-parameters.md)
{% endcontent-ref %}

{% content-ref url="/pages/G3fl24Hczr1JRjj1Be4X" %}
[Create an entity](/chatbot/knowledge-base/entities/create-an-entity.md)
{% endcontent-ref %}

{% content-ref url="/pages/r9zF0OZanUoKeBZrkSP3" %}
[Types of entities](/chatbot/knowledge-base/entities/entity-types.md)
{% endcontent-ref %}

{% content-ref url="/pages/3tgCVdB8jEtIAT0mqn1P" %}
[Synonym generator](/chatbot/knowledge-base/entities/synonym-generator.md)
{% endcontent-ref %}

{% content-ref url="/pages/EwBzDap23ehIWgsLwfax" %}
[Validation and training of the assistant](/chatbot/knowledge-base/training/validation-and-training-of-the-assistant.md)
{% endcontent-ref %}


---

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