# Модули

- [Яндекс.Деньги](https://docs.smartbot-vk.ru/moduli/yandeks.-dengi.md): Эта статья покажет, как активировать модуль Яндекс.Денег
- [Виджет](https://docs.smartbot-vk.ru/moduli/vidzhet.md): Как создать, настроить и показать виджет сообщества
- [Гугл-таблицы](https://docs.smartbot-vk.ru/moduli/gugl-tablicy.md): В этой статье мы рассмотрим, как подключить модуль гугл-таблиц и сохранять данные пользователей из бота прямо в гугл-доки!
- [Геймификация](https://docs.smartbot-vk.ru/moduli/modul-geimifikaciya.md)
- [Взаимодействие пользователей](https://docs.smartbot-vk.ru/moduli/modul-geimifikaciya/vzaimodeistvie-polzovatelei.md): Смена контекста
- [Источники переходов](https://docs.smartbot-vk.ru/moduli/istochniki-perekhodov.md)
- [Модуль HTTP-запросы](https://docs.smartbot-vk.ru/moduli/http-requests.md)
- [Пример использования](https://docs.smartbot-vk.ru/moduli/http-requests/primer-ispolzovaniya.md)
- [Способы подтверждения владения доменом](https://docs.smartbot-vk.ru/moduli/http-requests/sposoby-podtverzhdeniya-vladeniya-domenom.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.smartbot-vk.ru/moduli.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.
