> 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/channel-manager/rg-bridge-reservation-retrieval-pull.md).

# RG Bridge - Reservation Retrieval (Pull)

This document is a part of the RGBridge Integration Deck, which provides comprehensive information on integrating RG Bridge with CRS or PMS systems. Here's an overview:

**RGBridge Integration Deck**:

* **Purpose**: To facilitate the integration of RG Bridge with CRS or PMS systems.
* **Integration**: RGBridge is the integrated version of RateGain's channel-management solution, trusted by the world’s leading hotels.
* **Flagship Product**: RG Channel Manager is the flagship product of RateGain, bringing smart technology to the global hospitality industry.

**Technical Specifications**:

* **Web Service Clients**: This document provides technical specifications for developing web service clients to pull reservations from RGBridge.
* **Supplementary Document**: This document should be read in conjunction with the RGBridge Integration Specification document for a complete understanding.


---

# 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/channel-manager/rg-bridge-reservation-retrieval-pull.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.
