# Operation: Property List

**Operation Overview**:

* This operation allows DirectConnect to request the OTA to return a list of hotels available on the OTA systems for a given chain account or log-in.

**Customary Setup**:

* OTAs typically set up multiple properties of a hotel chain for a given login. In such cases, the OTA returns a list of all hotels set up for that login.
* If the OTA allows only one hotel per login, that hotel’s details are returned.

**Messages Involved**:

1. **HotelPropertyListGetRQ**:
   * Sent by DirectConnect to the OTA service to request a list of properties.
2. **HotelPropertyListGetRS**:
   * Sent by the OTA service in response, providing the requested list of properties.


---

# 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.rategain.com/our-products/channel-manager/direct-connect-demand-push/interface-specifications-ari-service/operation-property-list.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.
