# Guests

- [Get Guest Relationship Form URL](https://experience-crm.gitbook.io/experience-crm-api/guests/get-guest-relationship-form-url.md): With this API, you can get the URL of any Experience CRM for a specific guest.
- [Get Pre Check-In URL](https://experience-crm.gitbook.io/experience-crm-api/guests/get-guest-relationship-form-url/get-pre-check-in-url.md)
- [Get Pre Stay URL](https://experience-crm.gitbook.io/experience-crm-api/guests/get-guest-relationship-form-url/get-pre-stay-url.md)
- [Get In Stay URL](https://experience-crm.gitbook.io/experience-crm-api/guests/get-guest-relationship-form-url/get-in-stay-url.md)
- [Get Post Stay URL](https://experience-crm.gitbook.io/experience-crm-api/guests/get-guest-relationship-form-url/get-post-stay-url.md)
- [Guests Personal Space](https://experience-crm.gitbook.io/experience-crm-api/guests/guests-personal-space.md)
- [Account exists](https://experience-crm.gitbook.io/experience-crm-api/guests/guests-personal-space/account-exists.md)
- [Update password / Create account](https://experience-crm.gitbook.io/experience-crm-api/guests/guests-personal-space/update-password-create-account.md)
- [Account Login](https://experience-crm.gitbook.io/experience-crm-api/guests/guests-personal-space/account-login.md)
- [Get Guest Information](https://experience-crm.gitbook.io/experience-crm-api/guests/guests-personal-space/get-guest-information.md)
- [Guest reservations](https://experience-crm.gitbook.io/experience-crm-api/guests/guests-personal-space/guest-reservations.md)
- [Update Guest Information](https://experience-crm.gitbook.io/experience-crm-api/guests/guests-personal-space/update-guest-information.md)
- [Guest custom fields](https://experience-crm.gitbook.io/experience-crm-api/guests/guest-custom-fields.md): With this API, you can view and modify the Guest's custom fields.
- [Get customs fields for a guest](https://experience-crm.gitbook.io/experience-crm-api/guests/guest-custom-fields/get-customs-fields-for-a-guest.md)
- [Modify Customs fields for a guest](https://experience-crm.gitbook.io/experience-crm-api/guests/guest-custom-fields/modify-customs-fields-for-a-guest.md)


---

# 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://experience-crm.gitbook.io/experience-crm-api/guests.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.
