# Check-in

### What is a check-in?&#x20;

A check in resembles the collection of personal data within a reservation. In some countries, cities or Provence's it is mandatory to collect personal information regarding your guests.&#x20;

With a check-in you an collect data from your guests, at the moment they join the reservation. This process is managed by the [Brand check-in settings](/the-basics/brands/check-in.md).

### Check your local authorities if guest registration is applicable to you.

Wether your are required to collect personal information, that depends on your location and jurisdiction. In some countries , like Spain, you are required to do so. We always recommend to consult your local authorities to check what information is required.&#x20;

### What information can be collected during the check-in?&#x20;

Depending your local authorities or your own requirements you can collect guest information of single guest or all guests with a reservation. Find an overview of possible information below:&#x20;

<table><thead><tr><th width="285">Label</th><th>Information</th></tr></thead><tbody><tr><td><code>First Name</code></td><td>The first name of the guest, if this information is know, the field will be pre-filled.</td></tr><tr><td><code>Last Name</code></td><td>The last name of the guest, if this information is know, the field will be pre-filled.</td></tr><tr><td><code>Email</code></td><td>The email of the guest, if this information is know, the field will be pre-filled.</td></tr><tr><td><code>Phone</code></td><td>The phone of the guest, if this information is know, the field will be pre-filled.</td></tr><tr><td><code>Address</code></td><td>The address field consists of multiple inputs. Based on our localisation we provide the following data: <br>- Line 1<br>- Line 2<br>- Postal code<br>- City<br>- Region<br>- Country<br>- Latitude<br>- Longitude</td></tr><tr><td><code>Gender</code></td><td>We can asked for internationally recognised gender formats. </td></tr><tr><td><code>Date of birth</code></td><td>The date of birth of the guest. </td></tr><tr><td><code>Document Type</code></td><td>If documents are required, we can ask for international accepted documents. Based on the location of the listing we adapt the list of required documents. We offer:<br>- Driving License<br>- ID-Card<br>- NIE<br>- Passport</td></tr><tr><td><code>Document Number</code></td><td>The official document number of the guest associated with the selected document type. </td></tr><tr><td><code>Document Expiry Date</code></td><td>The expiry date of the selected document type</td></tr><tr><td><code>Document Issue Date</code></td><td>The issue date of the selected document type</td></tr><tr><td><code>Document Image</code></td><td>If required, guests can upload a document image. Such images are securely stored on our own CDN and can be removed based upon your preference.</td></tr><tr><td><code>Flight Number</code></td><td>Guests can be asked to provide their flight number. This field will always be optional. </td></tr></tbody></table>

### Interests and Budget

If you would like to collect more information about your guests, you can ask them to provide their interests and budget. These settings are separated from the check-in forms and will be asked to every user.&#x20;

<figure><img src="/files/3WcBCBXWUSKvFvk3cxsy" alt=""><figcaption></figcaption></figure>

The interest and budget are based on a user. And they are accumulated on the reservation itself.&#x20;

### Reservation Behaviour

Depending on the region, you may need to collect information about all or a single guest. HolidayHero is able to work in with both scenario's.&#x20;

| Behavior                           | Guest Interaction                                                                                                                           |
| ---------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| `One guest needs to be checked In` | Once a single guest has checked in, the reservation status will switch to checked in.                                                       |
| `All guests need to be check in`   | The amount of checkins should match the total number of guests (adults + children + babies) before a reservation switches state to check in |

<figure><img src="/files/qZvChjUTvbDJZdaqGAov" alt=""><figcaption><p>Reservation Behaviour</p></figcaption></figure>

***


---

# 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://support.holidayhero.com/the-basics/brands/check-in.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.
