> For the complete documentation index, see [llms.txt](https://docs.guestway.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guestway.io/guestway-platform.md).

# Guestway Platform

- [Multi-Calendar](https://docs.guestway.io/guestway-platform/multi-calendar.md): The Multi-Calendar gives you a single, visual overview of every listing, reservation, and cleaning status across your portfolio. Instead of switching between properties one by one, you see everything
- [Unified AI inbox](https://docs.guestway.io/guestway-platform/unified-ai-inbox.md)
- [Guest Portal](https://docs.guestway.io/guestway-platform/guest-portal.md): The Guest Portal is a personalised web app generated for every reservation. It gives guests every piece of information they need for their stay in one branded link — cutting down repetitive questions
- [Reservation Panel](https://docs.guestway.io/guestway-platform/reservation-panel.md): The Reservation Panel is your single source of truth for every reservation across your portfolio: past, present, and future. Use it to look up bookings, prepare for arrivals and departures, and keep
- [Review Center](https://docs.guestway.io/guestway-platform/review-center.md)
- [Properties](https://docs.guestway.io/guestway-platform/properties.md)
- [General (Listings Details)](https://docs.guestway.io/guestway-platform/properties/general-listings-details.md)
- [Guidebooks](https://docs.guestway.io/guestway-platform/properties/guidebooks.md)
- [Saved Replies](https://docs.guestway.io/guestway-platform/properties/saved-replies.md)
- [Checklists](https://docs.guestway.io/guestway-platform/properties/checklists.md)
- [Custom Fields](https://docs.guestway.io/guestway-platform/properties/custom-fields.md)
- [Service Templates](https://docs.guestway.io/guestway-platform/service-templates.md)
- [Cleaning](https://docs.guestway.io/guestway-platform/cleaning.md)
- [Thermostats](https://docs.guestway.io/guestway-platform/thermostats.md)
- [Smart Locks](https://docs.guestway.io/guestway-platform/smart-locks.md)
- [Static Locks](https://docs.guestway.io/guestway-platform/static-locks.md)


---

# 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://docs.guestway.io/guestway-platform.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.
