> For the complete documentation index, see [llms.txt](https://knowledge-base.letsgetdigital.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge-base.letsgetdigital.com/the-admin-panel/content/application-1/programmes/session-check-in-app.md).

# Session check-in (App)

## How to set it up

1. Hover over 'Settings' and click on 'App settings'.
2. Click on 'Registered Sessions' from the left-hand side menu.
3. Enable the option 'Enable speakers and organisations to check in attendees.'

More information about the registerd session settings can be found in [this article](https://knowledge-base.letsgetdigital.com/the-admin-panel/settings/app-settings-app/workshops-settings-app).

## How to check in users

There are two options for users to be checked in for a session. Either speakers, admins and hosts check them in by scanning their QR-code or the session QR-code can be scanned by an attendee to check him or herself in. Read further below on how to set this up.

{% tabs %}
{% tab title="Check-in users yourself" %}
Make sure the setting to enable speakers and organisations to check in attendees is turned on in the settings.&#x20;

1. Login to your app and navigate to the programme.
2. Select the session that you want to check in the user for.&#x20;
3. Click on the three dots in the right upper corner.
4. Select 'Scan people'.

![](/files/qV9HbNKCy7QYYvhzzGdd)

5. The QR-code scanner will open and you are now able to scan the QR-code of attendees. After the QR code is scanned, the person is checked in for the session.
   {% endtab %}

{% tab title="Self check-in" %}
First, make sure this setting is enabled. You can do so by following these steps:

1. Go to 'Settings' -> 'App settings'
2. Click in the left menu on 'Self check-in service settings (App)'
3. Enable the setting 'Enable self check-in'
4. &#x20;Save the changes.

Users can also check themselves in by scanning the session QR code. The session QR codes can be downloaded as follows.

1. Hover over 'Content' and click on 'Programme'.
2. Click on 'Actions' and select 'Export QR codes'.

![](/files/L6nn2OCScoaGR9J32ZPP)

3. An online PDF file including all QR codes of the sessions will be opened and can be downloaded.

![](/files/ux7OOHjOTmrohKea5TDR)

4. Attendees can scan the QR code with the QR scanner in the app and this will check them in for the session.
   {% endtab %}
   {% endtabs %}


---

# 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://knowledge-base.letsgetdigital.com/the-admin-panel/content/application-1/programmes/session-check-in-app.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.
