# Check-Out Process

After creating the invoice, the system verifies the departure date. If the date is correct, the guest is considered ready for check-out. Check-out can be completed using airplane icons, similar to the check-in process, or automatically from the reservation card.

<figure><img src="/files/1Ptz7rPjgJkxW8AZuJlz" alt=""><figcaption></figcaption></figure>

For check-outs scheduled on the same day, the record type should be updated to 'Day Use,' and the date and time verification must be fulfilled.

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

Upon check-out, clicking on the reservation in the list automatically relocates it to the 'Departures' section/tab on the front desk control panel. Rooms that checked out were automatically marked as dirty. If needed, the status of a room can be adjusted by clicking on it.

<figure><img src="/files/rOCguX5YYbIYtBHd3SSo" 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-out-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.
