# Guest Journey

Use **Guest Journey** to configure the check-in form your guests see when they open the **Guest Portal**. A focused journey captures everything you need to prepare for arrival without slowing the guest down.

***

### Overview

Guest Journey is the single place where you decide two things:

* **What information** you collect from each guest during check-in.
* **Which optional steps** (signatures, ID checks) are part of the flow.

Every change you make here applies to the check-in form guests encounter in the Guest App.

<figure><img src="/files/Lof75Zji2XNn2z5QuQcR" alt=""><figcaption></figcaption></figure>

***

### Guest Information

Collect only what you need. Common fields include:

* Name
* Contact information
* Country

Decide what happens when there is a guest count mismatch:

* Allow the guest to proceed
* Warn the guest about the mismatch
* Block the guest from proceeding untill every guest is accounted for

***

### Trip Information

Collect only what you need. Common fields include:

* Purpose of stay
* Special requests
* Estimated arrival and departure times

***

### Optional steps

Enable these steps as part of the flow when your operation requires them:

* **ID verification** — for properties that require identity checks. Two options are available:
  * Require guest to take a selfie to match the document
  * Allow guest to upload an existing photo instead of forcing them to use the camera

<figure><img src="/files/j2VctF66MlakizF6WmLA" alt=""><figcaption></figcaption></figure>

* **Rental agreement signature** — for properties that require a signed agreement before arrival.

<figure><img src="/files/SwklJqcMOHTr4IoNaYrK" alt=""><figcaption></figcaption></figure>

### Tips

#### 💡 Academy Tip

> **Keep the journey as short as possible.** Shorter flows usually get better completion rates — only ask for what you truly need at check-in. If a field isn't driving a decision, a task, or a legal requirement, leave it out.

***

### Related

* [Branding](https://docs.guestway.io/settings/organization-settings/branding) — set up your branding for your guest journey..
* [Guest Portal](https://docs.guestway.io/guestway-platform/guest-portal) — the guest-facing web app where your guest journey is displayed.

<br>


---

# 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.guestway.io/settings/organization-settings/guest-journey.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.
