> For the complete documentation index, see [llms.txt](https://ova-themes.gitbook.io/aovis/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ova-themes.gitbook.io/aovis/scan-qr-code/application.md).

# Application

## Step 1: Config in Movie Settings <a href="#step-1-create-an-user-in-site" id="step-1-create-an-user-in-site"></a>

* You have to setup this before the customer booking an movie.
* Go to Movies >> Settings >> General tab >> "Scan Qrcode via" opiton choose "Application"

<figure><img src="/files/8Z2AVvpWwz3RGFupsfQK" alt=""><figcaption></figcaption></figure>

## Step 2: Download Application <a href="#step-1-create-an-user-in-site" id="step-1-create-an-user-in-site"></a>

This is application for mobile to scan Qr Code in Ticket. After Scan Ticket, The status of ticket will updated to checked and the customer can't use it again.

**Mobile Android OS**: We supports .APK file to install application for mobile you can download it in Package theme or link <https://ovatheme.com/documentation/aovis/app/app-release.apk> . We also support code to build application, so you can customize app to fit your purpose.

**Mobile IOS OS:** We supports code to build application, so you can build application then release it in Apple store.

## Step 3: Create an user in site <a href="#step-1-create-an-user-in-site" id="step-1-create-an-user-in-site"></a>

Go to Users >> Add New

Example:&#x20;

**Username**: demo&#x20;

**Password**: demo

<figure><img src="/files/m03SmxEMCBROGa75DzgM" alt=""><figcaption></figcaption></figure>

## Step 4: Assign username to per Movie <a href="#step-2-assign-username-to-per-movie" id="step-2-assign-username-to-per-movie"></a>

Go to Movies >> Choose a movie to edit >> Insert Username to "Username of staff" setting

<figure><img src="/files/sc8xDw4g1fx3NxrmxmDj" alt=""><figcaption></figcaption></figure>

## Step 5: Login App and Use App <a href="#step-3-login-app" id="step-3-login-app"></a>

Insert "Site address (URL) ": Go to Settings >> General >> Use "WordPress Address (URL)" setting for login.Username/Password: You created to step 1

<div><figure><img src="/files/gaZF7RdqKpCQWbQtMebh" alt="" width="282"><figcaption></figcaption></figure> <figure><img src="/files/8hOMgcjsPofnWodGMwbb" alt="" width="281"><figcaption></figcaption></figure></div>

For First Login: Please logout then login again

<figure><img src="/files/xpDKtIX97sU18rXlTK9W" alt="" width="276"><figcaption></figcaption></figure>

Then login again, you will see the all Movies that assign to username (Ex: demo).

<figure><img src="/files/tvytry93muQQHDoMqVxV" alt="" width="280"><figcaption></figcaption></figure>

Choose a movie to scan QR Code

<figure><img src="/files/0jcLZb5DQWpkQyhIfRJX" alt="" width="280"><figcaption></figcaption></figure>

Scan Qr Code: Valid Ticket

<figure><img src="/files/HynkhGAOQrDYViqRzLd9" alt="" width="277"><figcaption></figcaption></figure>

Scan Qr Code: Invalid Ticket

<figure><img src="/files/VCMnWk1D16YO1lqf6tGp" alt="" width="273"><figcaption></figcaption></figure>


---

# 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://ova-themes.gitbook.io/aovis/scan-qr-code/application.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.
