# Guest Specific

- [Authenticate Guest](https://docs.zaui.com/zapi/zapi-calls/guest-specific/authenticate-guest.md): Authenticates that the guest is part of the system
- [Booking Details](https://docs.zaui.com/zapi/zapi-calls/guest-specific/booking-details.md): Get single booking details of a single guest.
- [Get Guest Profile](https://docs.zaui.com/zapi/zapi-calls/guest-specific/get-guest-profile.md): Retrieve the profile of any guest by ID.
- [Guest Lookup](https://docs.zaui.com/zapi/zapi-calls/guest-specific/guest-lookup.md): Search for a guest based on certain pieces of information.
- [Update Username](https://docs.zaui.com/zapi/zapi-calls/guest-specific/update-username.md): Update the username of the guest.
- [Update Password](https://docs.zaui.com/zapi/zapi-calls/guest-specific/update-password.md): Update the password of the guest.
- [Update Profile](https://docs.zaui.com/zapi/zapi-calls/guest-specific/update-profile.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://docs.zaui.com/zapi/zapi-calls/guest-specific.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.
