> For the complete documentation index, see [llms.txt](https://jetbot.gitbook.io/help_docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jetbot.gitbook.io/help_docs/integracii/yumoney.md).

# Юmoney

Для того, чтобы интегрировать сервис Юmoney с конструктором JetBot, нужно перейти в настройки чат-бота (1), в раздел интеграции (2). В возможных интеграциях найти сервис и нажать на него (3)

![](/files/-Mh7TbM6qj8saqJo_kGo)

Появится дополнительное окно интеграции. В поле "номер кошелька" нужно ввести номер своего кошелька, который можно посмотреть в личном кабинете сервиса.

![](/files/-MgzEKzIj8YlEtZmSEcC)

Переходим в личный кабинет и копируем свой номер кошелька.

![](/files/-Mh7Ugeh1ufcQ6XW7sCh)

Переходим в конструктор и вставляем его в соответствующее поле.

![](/files/-MgzEUmz-YEJCImD9pP9)

Далее переходим в раздел интеграции "Webhook" (1). Копируем адрес (2) и переходим по ссылке нажатием на синий текст "Юmoney" (3).

![](/files/-Mh2gDRH3szXZqmMHJlO)

Мы попадаем на страницу HTTP-уведомления на сервисе Юmoney. Вставляем адрес в соответствующее поле (1) и нажимаем "готово" (2).

![](/files/-Mh3KBR_Gigu-1D378uE)

После этого нам выходит уведомляющее окно о том, что новые настройки сохранены.

![](/files/-Mh3LHTyp5tIKc2Y4k0e)

Переходим в конструктор и видим, что интеграция успешно подключена. Теперь она находится в разделе "подключенные интеграции" и исчезла из раздела "возможные интеграции".

![](/files/-Mh3LLx9JF6iQqMrSapH)


---

# 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://jetbot.gitbook.io/help_docs/integracii/yumoney.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.
