# English

- [Overview](https://developer.gotadi.com/english/overview.md)
- [B2B2C Partner](https://developer.gotadi.com/english/b2b2c-partner.md)
- [Webview method](https://developer.gotadi.com/english/b2b2c-partner/webview-method.md): This document describes issues related to implementing Webview integration between B2B2C partners (referred to as "Partners" in this document) and Gotadi.
- [API Login](https://developer.gotadi.com/english/b2b2c-partner/webview-method/api-login.md): Initialize Webview Integration
- [Security Requirements](https://developer.gotadi.com/english/b2b2c-partner/webview-method/security-requirements.md)
- [Place Order](https://developer.gotadi.com/english/b2b2c-partner/webview-method/place-order.md)
- [API Get Booking Detail](https://developer.gotadi.com/english/b2b2c-partner/webview-method/api-get-booking-detail.md)
- [API Commit](https://developer.gotadi.com/english/b2b2c-partner/webview-method/api-commit.md): API Ghi nhận thanh toán và xác nhận xuất vé
- [API Check commit result](https://developer.gotadi.com/english/b2b2c-partner/webview-method/api-check-commit-result.md): API Truy vấn kết quả xuất vé/phòng
- [SDK method](https://developer.gotadi.com/english/b2b2c-partner/sdk-method.md): This document describes issues related to implementing Webview integration between B2B2C partners (referred to as "Partners" in this document) and Gotadi.
- [API Login](https://developer.gotadi.com/english/b2b2c-partner/sdk-method/api-login.md)
- [Security Requirments](https://developer.gotadi.com/english/b2b2c-partner/sdk-method/security-requirments.md)
- [Initiate SDK](https://developer.gotadi.com/english/b2b2c-partner/sdk-method/initiate-sdk.md)
- [Init IOS SDK](https://developer.gotadi.com/english/b2b2c-partner/sdk-method/initiate-sdk/init-ios-sdk.md): Gotadi SDK Integration Guide for iOS
- [Init Android SDK](https://developer.gotadi.com/english/b2b2c-partner/sdk-method/initiate-sdk/init-android-sdk.md): Gotadi SDK Integration Guide for Android
- [Place order](https://developer.gotadi.com/english/b2b2c-partner/sdk-method/place-order.md)
- [API Commit](https://developer.gotadi.com/english/b2b2c-partner/sdk-method/api-commit.md)
- [API Get booking detail](https://developer.gotadi.com/english/b2b2c-partner/sdk-method/api-get-booking-detail.md)
- [API Check commit result](https://developer.gotadi.com/english/b2b2c-partner/sdk-method/api-check-commit-result.md)
- [API method](https://developer.gotadi.com/english/b2b2c-partner/api-method.md)
- [Integration process](https://developer.gotadi.com/english/b2b2c-partner/api-method/integration-process.md)
- [Login API](https://developer.gotadi.com/english/b2b2c-partner/api-method/login-api.md)
- [Flight](https://developer.gotadi.com/english/b2b2c-partner/api-method/flight.md)
- [Search API](https://developer.gotadi.com/english/b2b2c-partner/api-method/flight/search-api.md)
- [Booking API](https://developer.gotadi.com/english/b2b2c-partner/api-method/flight/booking-api.md)
- [Hotel](https://developer.gotadi.com/english/b2b2c-partner/api-method/hotel.md)
- [Search API](https://developer.gotadi.com/english/b2b2c-partner/api-method/hotel/search-api.md)
- [Booking API](https://developer.gotadi.com/english/b2b2c-partner/api-method/hotel/booking-api.md)
- [Cancellation API](https://developer.gotadi.com/english/b2b2c-partner/api-method/hotel/cancellation-api.md)
- [Booking Journey Handling](https://developer.gotadi.com/english/b2b2c-partner/api-method/booking-journey-handling.md)
- [Payment API](https://developer.gotadi.com/english/b2b2c-partner/api-method/payment-api.md)
- [Corporate Agent Partner (CA)](https://developer.gotadi.com/english/corporate-agent-partner-ca.md)
- [Integration Process](https://developer.gotadi.com/english/corporate-agent-partner-ca/integration-process.md)
- [Authentication API](https://developer.gotadi.com/english/corporate-agent-partner-ca/authentication-api.md)
- [Security Requirements](https://developer.gotadi.com/english/corporate-agent-partner-ca/security-requirements.md)
- [Affiliate Partner](https://developer.gotadi.com/english/affiliate-partner.md)
- [FAQ section](https://developer.gotadi.com/english/faq-section.md)
- [Booking Statuses in Gotadi's Booking Flow](https://developer.gotadi.com/english/faq-section/booking-statuses-in-gotadis-booking-flow.md)
- [Regulations for Testing](https://developer.gotadi.com/english/faq-section/regulations-for-testing.md)
- [Flight](https://developer.gotadi.com/english/faq-section/regulations-for-testing/flight.md)
- [Hotel](https://developer.gotadi.com/english/faq-section/regulations-for-testing/hotel.md)
- [CS Support Overall Flow](https://developer.gotadi.com/english/faq-section/cs-support-overall-flow.md)
- [Airlines List](https://developer.gotadi.com/english/faq-section/airlines-list.md)


---

# Agent Instructions: 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:

```
GET https://developer.gotadi.com/english.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
