> For the complete documentation index, see [llms.txt](https://developer.gotadi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.gotadi.com/english/faq-section/regulations-for-testing/hotel.md).

# Hotel

## Introduction:&#x20;

Description of the steps and regulations for booking domestic flight tickets in Vietnam during the integration process between partners and Gotadi in both environments:

* Production Environment&#x20;
* UAT Environment&#x20;

{% hint style="warning" %}
Please notify in advance before performing ticket testing.
{% endhint %}

{% hint style="danger" %}
Testing is only allowed on hotels provided by Gotadi. Depending on the testing period, please contact Gotadi’s technical support team to obtain the hotel list at the time of testing.
{% endhint %}

1. Select check-in/out dates at least **3 months** from the testing date.
2. Guest information, email, and phone number must be the **actual details** of the tester.
3. **Do not use dummy test data** (e.g., NGUYEN VAN A, 090000000, <Test@gmail.com>, etc.).
4. For test ticket refund/cancellation requests on **UAT/PRODUCTION**, please send an email to **<system@gotadi.com>** and CC **<ota@gotadi.com>** **before 4 PM** on the same day. The email should include the **cancellation request details and the refund amount (if applicable).**

<details>

<summary>Refund / Cancellation Request Template </summary>

**Subject:** \[\<Partner Name>-Testing] - Hotel Refund/Cancellation Request \<Booking code>

**Email Content:**\
\<Optional>

Please find the booking details for the refund/cancellation request:

* **Booking Code:** \[Insert Booking Code]
* **Reference Code:** \[Insert Reference Code]
* **Hotel Name:** \[Insert Hotel Name]
* **Guest Names:** \[List of Guests]
* **Paid Amount:** \[Insert Amount]
* **Check-in - Check-out Date:** \[DD/MM/YYYY - DD/MM/YYYY]

</details>


---

# 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://developer.gotadi.com/english/faq-section/regulations-for-testing/hotel.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.
