# Онлайн-оплата

На сегодня в SmartBot есть оплата по кнопке VK Pay и с помощью лендинга через Яндекс.Деньги (требуется подключить [модуль](/moduli/yandeks.-dengi.md)).

Как создать и настроить кнопку VK pay читайте[ здесь.](https://docs.smartbot-vk.ru/sozdanie-scenariev/knopki/knopka-vk-pay)

О настройке оплаты через лендинг - [здесь. ](/rabota-s-podpischikami/lendingi/oplata-cherez-lending.md)

Как настроить реакцию бота на оплату - [вот здесь. ](https://docs.smartbot-vk.ru/sozdanie-scenariev/reakcii/reakciya-na-tranzakciyu-vk-pay)


---

# 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/rabota-s-podpischikami/onlain-oplata.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.
