> For the complete documentation index, see [llms.txt](https://developer.rategain.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.rategain.com/our-products/smart-distribution/certification-demand.md).

# Certification - Demand

For demand partners onboarded on **Smart Distribution (SD)** through **TravelGateX (TGX)**, the following checklist outlines the steps required to certify the connection:

***

#### **1️⃣ Connection Initiation (Test Mode)**

* Begin the connection in **Test Mode** to verify system integrity.
* Conduct **2-3 test reservations** to ensure proper functionality.
* In Test Mode, only a limited number of properties will be live for testing.
* The Implementation Team will specify the exact number of properties (X).

***

#### **2️⃣ Test Reservation Criteria**

* Perform test bookings on **two properties** using the criteria below:
  * **Occupancy:** 2 Adults, 1 Child (age 5)
  * **Check-in/Check-out Dates:** 27th May 2025 – 30th May 2025 (*Dates to be updated by the implementation team*)
  * **Property IDs:**
    1. **TP500105** – Top Hotel ODELYA, Basel, Switzerland
    2. **TP500266** – TOP StayInn, Tashkent, Uzbekistan
    3. *(If unavailable, use)* **TP046437** – TOP Hotel An der Oper, Munich, Germany (*for 2 Adults only*)
* **Important:** Bookings should be made on **refundable rate plans**. If availability is an issue, adjust the check-in/out dates and occupancy settings.

***

#### **3️⃣ Data Sharing Requirements**

For each test booking, please provide the following to the **Implementation Team**:

1. Logs of **Search, Quote, Book, and Cancel** processes
2. **Currency** in which the prices are received
3. **Cancellation policy** details
4. **Price Key** – to verify **Gross Price** and **Net Price**
5. **VCC Amount** to be generated
6. **VCC Currency** in which it will be loaded

***

#### **4️⃣ Certification Process**

* The **Implementation Team** will analyze the test results.
* Upon successful validation, the connection will be officially **certified**.


---

# 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.rategain.com/our-products/smart-distribution/certification-demand.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.
