> For the complete documentation index, see [llms.txt](https://highlightcards.gitbook.io/getting-started/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://highlightcards.gitbook.io/getting-started/how-to-use-highlightcards/scanner-app.md).

# Scanner App

Scanner app lets you scan the cards created in Highlightcards. A simple scan takes you to the login page where you can login and scan any card with just a click or a tap from your mobile device.

1. Use the <https://app.highlightcards.co.uk/scanner-app/login> URL from your mobile device to land on the scanner app login page.
2. From the login screen, enter your email address in the Email field.
3. Use the Password field to enter the password.
4. Once the credentials are entered, click the Sign In button.

<figure><img src="/files/pARVtHr7Xu4i0F24ScOn" alt="" width="375"><figcaption><p>Login</p></figcaption></figure>

{% hint style="info" %}
The scanner app will log you out if your credentials are used on multiple devices.

**Possible Reasons for Logout:**

1. You are logged in on multiple devices. To stay logged in, use one login per device or create separate [manager](/getting-started/how-to-use-highlightcards/managers.md) accounts as needed.
2. You are using the app in incognito or private browsing mode.

For uninterrupted access, ensure you log in on a single device per account and avoid incognito/private mode.
{% endhint %}

5. The scanner app can be added to the home screen for easy access by tapping **share button** and clicking **Add to Home Screen**.

<figure><img src="/files/o3zaEXvEtmUQhNZNCark" alt=""><figcaption><p>Scanner App Icon</p></figcaption></figure>

6. As you open the application, the home page is displayed to you.

<figure><img src="/files/fV6VjSVsVsTfV8FS0w6m" alt="" width="352"><figcaption><p>Scanner App</p></figcaption></figure>

7. To scan the card just click **Scan.** On the first launch grant access to the camera.
8. Choose number of points / stamps to add / redeem&#x20;

   <div><figure><img src="/files/x4M2V4jjbjExFS5jU74I" alt=""><figcaption><p>Stamp card</p></figcaption></figure> <figure><img src="/files/diCpgFaFOAXtuo15N5lU" alt=""><figcaption><p>Cashback card</p></figcaption></figure></div>
9. Ensure camera permissions are enabled in your browser settings

<figure><img src="/files/UJDpWXCG6o8JAYbdNN0L" alt="" width="375"><figcaption></figcaption></figure>

### Optional

* To streamline the scanning process, consider making the purchase amount entry optional.

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

* Create dedicated [manager accounts](/getting-started/how-to-use-highlightcards/managers.md) for each scanning device.&#x20;


---

# 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://highlightcards.gitbook.io/getting-started/how-to-use-highlightcards/scanner-app.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.
