> 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/auto-checkin.md).

# Auto checkin

The auto checkin button <img src="/files/Xj3wR1H5kJC3Gh2cEUYj" alt="" data-size="line"> opens up a page which allows you to automatically scan wristbands. On that new page you can edit a couple of settings on what you want the platform to do when it scans.

{% hint style="info" %}
Use this feature to automatically check in / out people with their wristbands.

* A laptop or computer stays on this page
* The search field is focussed (blue border)
* Configure the settings you need
* A wired handscanner can be configured with continuous scan, or scan manually
* Put your wristband under the laser to test
  {% endhint %}

**Check in / out**: What is the action the platform should do if a wristband is scanned right nog?

**Action if no visiting day**: Imaging you scan a wristband of a person that does not have a visiting day today, what do you want the platform to do?

* **Check in / out**: Check that person in or out, even if that person doesn't have a day today. This will be the only action done.
* **Add visiting day & check in / out**: Let the platform create a visiting day for this person today and do the check in or out action.
* **Don't check in / out**: Basically do nothing.

**Query**: This is the text field you have to activate (focus, select) to start scanning wristbands.


---

# 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/auto-checkin.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.
