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

# How to check in

{% hint style="warning" %}
An internet connection is required to use the access application! If your mobile internet coverage is inadequate at your event, make sure you have a Wi-Fi connection to ensure smooth access.
{% endhint %}

### The check in process

1. Download the application to the phone you used to log in
2. Log in with your username and password
3. Hold your phone's camera over the ticket and read the QR code on it
4. If the QR code is unreadable or the scan fails, click the "Enter Code" button and enter the string below the QR code.
5. Check the result

### Possible results

The feedback always shows the type of ticket and, in the case of a registered ticket, the name of the ticket holder.

#### Successful entry

"Successful entry" message on green background: entry was successful, ticket validated. In the case of once-valid tickets, the ticket will no longer be usable. To avoid fast accidental scanning, a QR code cannot be re-scanned for 5 seconds after scanning. Another QR code can be scanned immediately during this time.

#### Check in failed

&#x20;"Login failed" message on red background: login failed.

| Error messages                                    |                                                                                                                                           |
| ------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| Ticket was previously validated                   | A ticket has been previously scanned and previously validated successfully.                                                               |
| Ticket is invalid                                 | There is no such ticket in our system                                                                                                     |
| Ticket is not yet/already valid:                  | You are trying to validate a ticket outside the validity period specified in the advanced settings of the ticket type in the event editor |
| No more occassions                                | Several occassion tickets that have been used completely                                                                                  |
| You don't have permission to validate this ticket | You are trying to enter a ticket for an event to which you do not have access.                                                            |

#### No result

Check your internet connection, if it's ok, try restarting the app or your phone.


---

# 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:

```
GET https://docs.cooltix.com/cooltix-support/organizers/check-in/how-to-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.
