# Примеры решений

- [Омни-канальный контакт центр](https://metabot.gitbook.io/documentation/primery-reshenii/omni-kanalnyi-kc.md): Омни-канальный контакт центр на базе Umnico с ботом Метабот24
- [Торговый бот первого касания](https://metabot.gitbook.io/documentation/primery-reshenii/torgovyi-bot-pervogo-kasaniya.md): Торговый бот первого касания с каталогом продуктов и переводом на оператора
- [Бот поддержки](https://metabot.gitbook.io/documentation/primery-reshenii/bot-podderzhki.md): Помогу снизить до 80% нагрузки на колл-центр и онлайн-чат! Человеческое вмешательство будет необходимо только в оставшихся 20% «уникальных» случаях.
- [Туннели продаж](https://metabot.gitbook.io/documentation/primery-reshenii/tunneli-prodazh.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://metabot.gitbook.io/documentation/primery-reshenii.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.
