> For the complete documentation index, see [llms.txt](https://developer.siteminder.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.siteminder.com/smx-api/additional-resources/reference-tables/property-publishers.md).

# Property Publishers

Property Publishers are certified systems connected to SMX that push ARI and reservations to the SiteMinder Platform. This list includes PMS partners and SiteMinder's own products — SiteMinder Channel Manager and Little Hotelier.

Use the publisher code to identify the source of a booking in reservation data, or to configure the correct publisher when completing the Activation Form.

<table><thead><tr><th width="174.993896484375">Code</th><th width="261.4305419921875">Publisher</th><th data-type="checkbox">ARI</th><th width="163.55810546875" data-type="checkbox">Reservations</th></tr></thead><tbody><tr><td>5STELLE</td><td>5stelle*</td><td>true</td><td>true</td></tr><tr><td>SMARTFX</td><td>Abode Booking</td><td>true</td><td>true</td></tr><tr><td>AQHOLDER</td><td>aqholder</td><td>true</td><td>true</td></tr><tr><td>BRILLANTEZ</td><td>BrillantEZ iHMS</td><td>true</td><td>true</td></tr><tr><td>GUESTCENTRIX</td><td>CMS GuestCentrix</td><td>true</td><td>true</td></tr><tr><td>EASYREZ</td><td>Easy-Rez</td><td>true</td><td>true</td></tr><tr><td>EZEE</td><td>eZee Technosys</td><td>true</td><td>true</td></tr><tr><td>FNSHOTELDESK</td><td>FnsRooms</td><td>true</td><td>true</td></tr><tr><td>FRONT2GO</td><td>Front2Go</td><td>true</td><td>true</td></tr><tr><td>GOLDENUP</td><td>GoldenUp</td><td>true</td><td>true</td></tr><tr><td>HOTEL360</td><td>Guest Hotel Software</td><td>true</td><td>true</td></tr><tr><td>HOTELIGA</td><td>hoteliga</td><td>true</td><td>true</td></tr><tr><td>IBELSA</td><td>Ibelsa.rooms</td><td>true</td><td>true</td></tr><tr><td>INNKEYPMS</td><td>innkeyPMS</td><td>true</td><td>true</td></tr><tr><td>littlehotelier</td><td>Little Hotelier</td><td>false</td><td>true</td></tr><tr><td>MISTERBOOKING</td><td>Mister Booking</td><td>true</td><td>true</td></tr><tr><td>NewBook</td><td>NewBook</td><td>true</td><td>true</td></tr><tr><td>OCCUPANCYPLUS</td><td>Occupancy Plus</td><td>true</td><td>true</td></tr><tr><td>PRENO</td><td>Preno</td><td>true</td><td>true</td></tr><tr><td>RDPWIN</td><td>RDPWin - Resort Data Processing</td><td>true</td><td>true</td></tr><tr><td>ROOMRACCOON</td><td>RoomRaccoon</td><td>true</td><td>true</td></tr><tr><td>ROOMRANGER</td><td>RoomRanger</td><td>true</td><td>true</td></tr><tr><td>SHALOM</td><td>Shalom PMS</td><td>true</td><td>true</td></tr><tr><td>SIRVOY</td><td>Sirvoy Reservation System</td><td>true</td><td>true</td></tr><tr><td>channelmanager</td><td>SiteMinder Channel Manager</td><td>false</td><td>true</td></tr><tr><td>THAISHOTELS</td><td>Thaïs-Hôtel</td><td>true</td><td>true</td></tr><tr><td>TKSYSTEM</td><td>TK System</td><td>true</td><td>true</td></tr><tr><td>ULYSESCLOUD</td><td>Ulyses Cloud</td><td>true</td><td>true</td></tr><tr><td>VHP</td><td>VHP Sindata</td><td>true</td><td>true</td></tr><tr><td>WINHMS</td><td>WinHMS</td><td>true</td><td>true</td></tr><tr><td>WINHOTEL</td><td>Winhotel</td><td>true</td><td>true</td></tr><tr><td>XENIA</td><td>Xenia PMS</td><td>true</td><td>true</td></tr><tr><td>ZAVIA</td><td>Zavia ERP</td><td>true</td><td>true</td></tr></tbody></table>


---

# 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.siteminder.com/smx-api/additional-resources/reference-tables/property-publishers.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.
