> For the complete documentation index, see [llms.txt](https://docs.fstrk.io/knowledge_base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fstrk.io/knowledge_base/channels/vk/vk-podklyuchenie-gruppy.md).

# VK подключение группы

**Важные требования перед началом:**

* Вы должны быть **администратором** (или иметь права «Управление сообществом») в группе VK, которую планируете подключить.
* У вас должен быть аккаунт в VK и на платформе [Fasttrack](https://dashboard.fstrk.io/bots/update/config/vkontakte/).

#### **Этап 1: Подготовка в Fasttrack**

1. Перейдите в личный кабинет Fasttrack по адресу:\
   \&#xNAN;**`https://dashboard.fstrk.io/bots/update/config/vkontakte/`**
2. Нажмите кнопку **«Вход».** Вас перенаправит на сайт VK.

<figure><img src="/files/2nZZb2gd3Yel0sLF7d45" alt=""><figcaption></figcaption></figure>

3. После успешной авторизации выберите из списка ту **Страницу группы,** которую хотите подключить.
4. Нажмите кнопку **«Подключить»**

<figure><img src="/files/8TdB0C6NROAEnhrETfCr" alt=""><figcaption></figcaption></figure>

5. Разрешите доступ приложению **Fasttrack (Bot Platform)** к вашему сообществу VK.

<figure><img src="/files/nDSgnCpjC90lCKhsm6CE" alt=""><figcaption></figcaption></figure>

7. Установите приложение в сообщество.

<figure><img src="/files/1NFGNAcsD4ELpJhSQRet" alt=""><figcaption></figcaption></figure>

#### **Этап 2: Настройка сообщества в VK**

8. Перейдите в **Управление вашим сообществом VK** (через меню под аватаркой группы).
9. В левом меню выберите раздел **«Сообщения»** → **«Настройки для бота»**.
10. Включите необходимые возможности бота:

    * **«Возможности ботов»** - включите.
    * **«Добавить кнопку «Начать»»** - включите, если хотите, чтобы у новых пользователей в диалоге с группой была эта кнопка для запуска взаимодействия.
    * Сохраните изменения.

    <figure><img src="/files/P00I68raR7nxZqrTw0oY" alt=""><figcaption></figcaption></figure>

#### **Этап 3: Подключение Callback API (самый важный этап)**

11. В левом меню управления сообществом перейдите в раздел **«Дополнительно»** → **«Работа с API»**.

<figure><img src="/files/b7H9rSKE7QSMiE16nC8f" alt=""><figcaption></figcaption></figure>

11. Откройте подраздел **«Callback API»** и выберите сервер **«Fasttrack»**

<figure><img src="/files/4sjoKww7WCwWh0Rs1FwB" alt=""><figcaption></figcaption></figure>

12. Из поля **«Строка, которую должен вернуть сервер»** скопируйте набор символов.&#x20;

<figure><img src="/files/BY019J0Hf37REwb8qrLp" alt=""><figcaption></figcaption></figure>

13. **Не закрывайте эту вкладку!** Переключитесь обратно на вкладку с платформой Fasttrack [(адрес из **пункта 1**)](https://dashboard.fstrk.io/bots/update/config/vkontakte/).
14. Вставьте **скопированный** набор символов и нажмите на кнопку **«Сохранить»**

<figure><img src="/files/WFsD3KAcjUQBnxDYt7t3" alt=""><figcaption></figcaption></figure>

15. Переключитесь на вкладку с настройкам группы и нажмите на кнопку **«Подтвердить»**

<figure><img src="/files/pT50srpUvvq294M2IvZ1" alt=""><figcaption></figcaption></figure>

✅ Сообщество подключено ✅


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.fstrk.io/knowledge_base/channels/vk/vk-podklyuchenie-gruppy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
