> For the complete documentation index, see [llms.txt](https://nexas-ridewiz.gitbook.io/myagents.plus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nexas-ridewiz.gitbook.io/myagents.plus/product-development/development/saas-experience-archive/rewards+/staff/points/qr-code-points.md).

# QR Code (points)

<figure><img src="/files/9gZqeeJ3VDXY2sU6Ya8b" alt=""><figcaption></figcaption></figure>

Earning points by using a QR code is suitable for offline businesses where the staff member (merchant) can use a mobile device with a QR scanner to scan the code on a customer's device.

## How does it work <a href="#page_how-does-it-work" id="page_how-does-it-work"></a>

To test this, you can use the Restaurant Demo.

1. The customer [creates an account](/myagents.plus/product-development/development/saas-experience-archive/rewards+/customer.md). This can be done by clicking on the **"My Points"** menu item and then the **"Or create a new account"** button. On the demo you can also log in with the credentials **<customer@example.com>** / **welcome123**.
2. The customer clicks the **"Earn Points"** menu item and then the **"QR Code"** button.
3. A QR code shows which can be scanned by a staff member (merchant). Any QR code scanner app can be used for this, it's a link to a secured page in the staff area. In the demo you can log in as a staff member with **<staff1@example.com>** / **welcome123**. Or you can create a new staff member in the admin dashboard. A form like below shows where the staff member can enter an amount of points and optionally segments to credit the customer.

<figure><img src="/files/y6LAFCS7vgzT4VwzGWls" 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://nexas-ridewiz.gitbook.io/myagents.plus/product-development/development/saas-experience-archive/rewards+/staff/points/qr-code-points.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.
