# Check-in Process

Before the check-in process, it is essential to assign a room to the guest. The room number can be selected from the 'Room' field or by clicking on the magnifier icon, which opens a list of available rooms. Rooms that are available within the accommodation date range can be listed, and the guest can double-click on a suitable room to assign it to the reservation.

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

Once the reservation is completed by providing the room number, the check-in process can be initiated by clicking the 'Check-in' button or the airplane icon.

<figure><img src="/files/rbqr4TPThm6FpTptVJtm" alt=""><figcaption></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://manuel.eptera.com/check-in-process.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.
