> 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/onboarding.md).

# Onboarding

- [Account Creation (Sign-up)](https://docs.guestway.io/onboarding/sign-up-registration.md)
- [Linking Your PMS](https://docs.guestway.io/onboarding/property-management-systems.md): How to set up your first PMS integration
- [Hostaway - Onboarding](https://docs.guestway.io/onboarding/property-management-systems/hostaway.md): Connect your Hostaway account to Guestway during initial sign-up.
- [Guesty - Onboarding](https://docs.guestway.io/onboarding/property-management-systems/guesty.md): Connect your Guesty account to Guestway during initial sign-up.
- [Smoobu - Onboarding](https://docs.guestway.io/onboarding/property-management-systems/smoobu.md): Connect your Smoobu account to Guestway during initial sign-up.
- [Apaleo - Onboarding](https://docs.guestway.io/onboarding/property-management-systems/apaleo.md): Connect your Apaleo account to Guestway during initial sign-up.
- [Mews - Onboarding](https://docs.guestway.io/onboarding/property-management-systems/smoobu-1.md): Connect your Mews account to Guestway during initial sign-up.
- [Creating Organizations](https://docs.guestway.io/onboarding/creating-organizations.md): An Organization in Guestway is a workspace that groups your listings, teams, and operations together. Creating the right organization structure is the first step to keeping your inbox, cleaning tasks,


---

# 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/onboarding.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.
