> For the complete documentation index, see [llms.txt](https://docs.eventication.com/event/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eventication.com/event/accreditation/check-in-out.md).

# Check in / out

This will be the page you use when checkin in or out people. In the middle of the page there is a text area. Use this to find people by name, or use one of our wired scanners to scan ticket QR codes. Scanning a QR code is **a lot** faster.

<img src="/files/gPvNCAcwHLAyfDBdy0uH" alt="" data-size="line"> You can check in [members](/event/accreditation/members.md) (pink background if you can't)

<img src="/files/4CvsIk8qQDDLSFpq05r6" alt="" data-size="line"> You can check in [list visitors](/event/accreditation/lists/forms/attendees.md) (pink background if you can't)

<img src="/files/Xj3wR1H5kJC3Gh2cEUYj" alt="" data-size="line"> Open up [auto checkin](/event/accreditation/check-in-out/auto-checkin.md)

<img src="/files/qvzbWUqU1XcRxPrdpM7Y" alt="" data-size="line"> Open up the [document signing page](/event/accreditation/check-in-out/document-signing.md)

<img src="/files/NHMqUcKVgs9ipY90npcL" alt="" data-size="line"> Open up the [preferences](/event/accreditation/check-in-out/preferences.md) page

On mobile devices like smartphones you are presented with a button "*Start camera*". Click the button to start the camera and point it to a wristband or a ticket QR code. The platform will present you with the checkin page of that person after the scan is completed.

Once you are on the checkin page of a person, go to the "[Person checkin page](/event/accreditation/check-in-out/person-checkin-page.md)" for more information.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.eventication.com/event/accreditation/check-in-out.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
