# Event Check-in

{% hint style="info" %}
**Good to know:** Our all-digital platform, allows you to handle ticket sales and onsite check-in.
{% endhint %}

### Ticketing

Move handles event ticketing with a simple reservation system. When customers visit an event's landing page, they're able to view a listing of the available tickets for that event and complete reservations. Customers are able to simply reserve and complete payment in one seamless process.

1. A user enters details and completes payment within the booking process

   ![](/files/X5ofU2HUK3GYOIWZrnqa)
2. Once processed, Move generates confirmation codes and sends a confirmation email to the customer
3. Move generates a unique QR Code that is used for event check-in

### Check-in

Event attendees are able to provide their check-in QR code in a few ways.

1. Attendees can print out their ticket attached within their confirmation email
2. Attendees can present their confirmation email at check-in that contains the QR code
3. Attendees can present their Move pass by visiting **m0ve.app/move-pass/(Confirmation code)**

#### Attendee View

![](/files/6AYOiqJIsWu4CaV1EWGJ)

#### Organizer view

When an event organizer is logged into the platform, and scans an attendee's QR code. They will be directed to the check-in page for that attendee. Event staff can simply toggle the attendee as "checked-in".

When a attendee is "checked-in", the counts for that event are instantly updated and that attendee is marked as checked-in.

**Attendee check-in page when an attendee&#x20;*****is not*****&#x20;checked-in**

![](/files/6xM28PvwokLthrGqQtnN)

**Attendee check-in page when an attendee&#x20;*****is*****&#x20;checked-in**

![](/files/72e4VYbWyi0aKUMlf414)


---

# 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.m0ve.app/events/event-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.
