> For the complete documentation index, see [llms.txt](https://mtrsolution.gitbook.io/eventic-ticket-scanner-mobile-application/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mtrsolution.gitbook.io/eventic-ticket-scanner-mobile-application/master.md).

# How it works?

The Eventic Scanner Mobile Application is used to register and to grant access to attendees in an event. The application is multilingual and supports the languages available in the Eventic platform.&#x20;

![](/files/-MQmlrT175W1jnjfAI3x)

## Authentification

You can log in into the application using a scanner accounts created by organizers.&#x20;

![](/files/-MQNsfLJQxd0AyAiYl24)

The app is developed with the Ionic framework, making it easy to use it on both Android and Ios devices.

![](/files/-MQNssJvo7ZgQWHRh4OO)

## How to register attendees ?

It comes with two ways to register attendees:

* **Scan the QR Code using the camera**
* **Tap to check in using a list**

![](/files/-MQNt1CIn12XbmtR-1mP)

## Response messages

When the camera locates a QR Code, it searches for the ticket reference in the paid orders of the relative event date. Three response messages are returned after checking the ticket reference:

* **Access granted:** The ticket is valid for this event date
* **Access not granted:** The ticket is not valid for this event date
* **Access not granted:** The ticket was already scanned at \<date>

![](/files/-MQNtX8Ik7KWPOSMJgGi)

![](/files/-MQNtX8JXZ91ZSIzSmev)

![](/files/-MQNtX8KXvJBBj9DFUAk)

## Additional actions

While the camera is looking for a QR Code, you can do the following:

* **Switch the camera to the front and back**
* **Turn on / off the flash light**

## Tap to check in feature

As an alternative, the Scanner mobile application lets you tap on an attendee name in a list to grant access in case you have problems with the camera or if you find it more convenient than scanning the QR Code.

![](/files/-MQNtleJW12jVpf4AKC1)


---

# 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://mtrsolution.gitbook.io/eventic-ticket-scanner-mobile-application/master.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.
