# For OTA

- [Intro](https://docs.channex.io/for-ota/intro.md): Here we have 2 API for OTA to connect with Channex
- [Channex Shopping API](https://docs.channex.io/for-ota/shopping-api.md): API Methods to get real time rates, availability and content from Channex.
- [Open Channel API](https://docs.channex.io/for-ota/open-channel-api.md): Details on how to connect your OTA, booking engine or channel manager as a channel on Channex.


---

# 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://docs.channex.io/for-ota.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.
