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

# QR Code Login

QR Code login is meant for any kind of user but the most useful way is for vendor manager login.

Most often vendor manager might change or they bought a new device and installed the vendor app on it, but they doesn't want to keep sharing email and login with new devices/employee or they don't want to keep the record because they might forget, so they can print out the manager account qr code and jut scan it anything they need to login to the vendor app without entering email and payment.

{% hint style="warning" %} <mark style="color:red;">**Note:**</mark> You must first enable **QR Code login** in the **Mobile App Settings page** in the **backend**
{% endhint %}

### How to get Vendor Manager QR Code

1. As admin, you have to go to users page
2. Search for the manager account and click on the view details button(its the eye icon)  on the right side.
3. Then the manager account details will be shown in a dialog, scroll down to see the qr code for that manager account.
4. You can download/screenshot it and print it out for the vendor/company
5. Now, they jut have to scan from the vendor app to login seamlessly

![Manager QR Code](/files/oBpKq1yGF0lEzqJTgXwB)

### QR Code login on App

1. Once QR Code login is enabled in the backend, on the login page of the apps, you will see a section that says, <mark style="color:purple;">**SCAN TO LOGIN**</mark>
2. Click on the button and a camera view will show for you to scan the qr code and you will be login automatically without entering email and password


---

# 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://edentech.gitbook.io/glover/how-to/qr-code-login.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.
