> For the complete documentation index, see [llms.txt](https://klook.gitbook.io/openapi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://klook.gitbook.io/openapi/getting-started/integration-process.md).

# Integration Process

### Integration & Go-Live Process

<figure><img src="/files/KZPAkqPNyRpq319lM3Vu" alt=""><figcaption></figcaption></figure>

1. **Review API Specifications:** The partner or supplier reviews Klook's Open API specifications to understand integration requirements.
2. **Confirm Development Needs:** Inform the Klook team if any additional development is necessary, including an estimated time of completion.
3. **Development & Testing Setup:** Once development is completed, share test API credentials and product data with Klook for initial validation. Klook will expect both URL endpoints with the format of **https\://*****{your endpoint name}*****/octo/*****{path}*** & ***API keys*** to be generated by you.
4. **System Readiness Configuration** Klook performs necessary configurations and preliminary tests to confirm system compatibility and readiness.
5. **Provide Live Credentials** After successful testing, the supplier provides Klook with live API credentials for final configuration.
6. **Live Test Bookings** Klook conducts live test bookings to confirm end-to-end functionality. This includes testing booking creation, voucher issuance, and system response.
7. **Verify Bookings and Vouchers**
   1. The Klook BD team shares booking details and vouchers (tickets) with the supplier for verification.
   2. The supplier verifies the booking details, including product information, date/timeslots, and participant data. They also scan the voucher’s QR code or barcode to confirm its validity.
8. **Go Live** Once all checks are complete and the live environment is verified, the integration is officially launched.

Overview of API Flow Diagram:

<figure><img src="/files/eV7MGPpLUy3peF3wqGAp" alt=""><figcaption></figcaption></figure>


---

# 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://klook.gitbook.io/openapi/getting-started/integration-process.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.
