# VK

Наша платформа позволяет создавать ботов для ВКонтакте! Просто привяжите ваш аккаунт ВКонтакте и выберите страницу для бота.

![](/files/-MfdRr5_KxZgLYUJVq_R)

#### Редактор клавиатуры

Боты ВКонтакте поддерживают кнопки, а мы со своей стороны сделали поддержку редактора этих кнопок.

![](/files/-MfdRxKL8U-v8h10z560)

**Требования к клавиатуре со стороны ВК:**

* Максимальный размер стандартной клавиатуры — 5×10.&#x20;
* Максимальное количество кнопок: 40.
* Максимальный размер инлайн клавиатуры — 5×6.&#x20;
* Максимальное количество кнопок: 10.
* Строка содержащая кнопку со ссылкой должна содержать не более двух кнопок.

{% content-ref url="/pages/32bPbOn16lfbsnzM6MlZ" %}
[Добавление канала Вконтакте](/chat-boty/kanaly/vk/dobavlenie-kanala-vkontakte.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://help.watbot.ru/chat-boty/kanaly/vk.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.
