> For the complete documentation index, see [llms.txt](https://help.wayment.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.wayment.net/instrukcii-po-oplate/kak-zabronirovat-zhile-na-booking.md).

# Как забронировать жилье на Booking

{% hint style="danger" %}
Перед началом включите VPN с локацией в США или любой европейской стране.
{% endhint %}

В этой инструкции показано, как выбрать жильё на Booking и подтвердить бронирование с помощью виртуальной карты Wayment.

{% stepper %}
{% step %}

## Проверьте подключение к VPN

Откройте [2ip.ru](https://2ip.ru/) и убедитесь, что отображаемая страна соответствует выбранной локации VPN.

<figure><img src="/files/7ae775fd92aa3b730cf6f5687d4c8722a1d099ed" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

## Выберите жильё

Откройте Booking, выберите подходящий вариант размещения, укажите номер и нажмите **«Я бронирую»**.

<figure><img src="/files/3468a9050f6bf305cd575d20f80eed151ed80437" alt=""><figcaption></figcaption></figure>

Перед переходом к следующему шагу проверьте стоимость, условия отмены и порядок оплаты.
{% endstep %}

{% step %}

## Заполните данные гостя

Укажите свои данные:

* имя и фамилию латиницей;
* адрес электронной почты;
* номер телефона;
* дополнительные пожелания при необходимости.

После заполнения нажмите **«Далее: финальные данные»**.

<figure><img src="/files/2c5e1480747af00acc9c6abbd898f68eda747432" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="warning" %}
Имя и фамилия должны совпадать с данными документа, который вы предъявите при заселении.
{% endhint %}
{% endstep %}

{% step %}

## Откройте реквизиты карты Wayment

Перейдите в [@WaymentBot](https://t.me/WaymentBot) и нажмите на приобретённую карту.

<figure><img src="/files/9901feb0d8d101f4232a0a13c1f90860d9c34a5b" alt="" width="375"><figcaption></figcaption></figure>

Скопируйте:

* номер карты;
* срок действия;
* CVV-код.

<figure><img src="/files/f673fc9e326c1fdee38587922570c4375de2b8e3" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="warning" %}
Не передавайте номер карты, CVV-код и коды подтверждения другим людям.
{% endhint %}
{% endstep %}

{% step %}

## Завершите бронирование

Вернитесь на страницу Booking и выберите способ оплаты **«Новая карта»**.

Укажите имя владельца карты латиницей, номер карты, срок действия и CVC-код. Затем ещё раз проверьте стоимость и условия бронирования.

Нажмите **«Завершить бронирование»**.

<figure><img src="/files/58034eddc1d6d0fef99cdac20be6ba5984fa2b87" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

## Проверьте результат

После успешного оформления появится сообщение о подтверждении бронирования. Информация также будет отправлена на указанный адрес электронной почты.

<figure><img src="/files/e7f74ba4649b0cb0180681528cff718aabe312b7" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="success" %}
Готово — бронирование на Booking подтверждено.
{% endhint %}
{% endstep %}
{% endstepper %}

Интерфейс Booking может обновляться, поэтому названия и расположение отдельных элементов иногда отличаются от скриншотов.


---

# 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://help.wayment.net/instrukcii-po-oplate/kak-zabronirovat-zhile-na-booking.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.
