# Dialogflow

- [Регистрация в Dialogflow](https://metabot.gitbook.io/documentation/dialogflow/registraciya-v-dialogflow.md): Рассмотрим последовательность действий при регистрации в Dialogflow
- [Интеграция с Dialogflow](https://metabot.gitbook.io/documentation/dialogflow/integraciya-s-dialogflow.md): Рассмотрим последовательность действий при настройке интеграции с Dialogflow
- [Обучение бота](https://metabot.gitbook.io/documentation/dialogflow/obuchenie-bota.md): База знаний, по которой бот понимает, что необходимо ответить пользователю
- [Подключение нескольких интеграций](https://metabot.gitbook.io/documentation/dialogflow/podklyuchenie-neskolkikh-integracii.md): При использовании Dialogflow с контекстами, возникла необходимость в создании ботов с использованием нескольких агентов Dialogflow, для этого есть возможность настраивать несколько интеграций.


---

# 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://metabot.gitbook.io/documentation/dialogflow.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.
