> For the complete documentation index, see [llms.txt](https://docs.boomerangme.cards/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.boomerangme.cards/scanner-app/scan-and-make-transactions/scanner-app-discount.md).

# Scanner app – Discount

{% embed url="<https://www.loom.com/share/67ff9442db1a4c329985007f4aad824e>" %}
Scanner app – Discount card
{% endembed %}

### Scanning a customer card or searching for a customer <a href="#scanning-a-customer-card-or-searching-for-a-customer" id="scanning-a-customer-card-or-searching-for-a-customer"></a>

1. Upon successful login, tap the Scan button.

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

2. This initiates the scan process by opening the camera of your mobile device. If this is the first time, the scanner app will ask you to allow permission to access your device camera.

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

3. You can also click on the search button and enter the customer’s information. You can search customers by Name, Phone number, Email, and Card Serial Number.

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

### Transaction by discount card.

Upon successful scan, the discount card is displayed in the scanner app. Here, enter the amount you want to add in the Fill in the purchase amount field. Once added, click the Add Points button.

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

4. A confirmation window will appear. Double-check the amount , and if needed, you can add a comment (this won’t be visible to the client). Then click the 'Add' button and confirm the transaction.

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

To complete the transaction, click "done". This completes the transaction.

✅ Please note: the scanner always displays the current customer card information and the customer information (the one the customer specified when installing the card).

This information can be found on the scanner screen, just below the transaction buttons. It includes customer information (for example, the information they specified when installing their card), as well as card information such as the current discount level, the amount spent, the date the card was installed, the date of the last charge, and more. The exact information displayed may vary depending on the card type.

<figure><img src="/files/Mm7BjIaNVV3fOSbI6nPI" alt=""><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://docs.boomerangme.cards/scanner-app/scan-and-make-transactions/scanner-app-discount.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.
