# Reset QR Codes

On rare occasions, you may need to reset a user's QR codes.\
For example, if you notice that a QR code is generating an unusually high number of tokens, it could indicate that it was shared with unintended users.

Here is how to proceed:

1. Go to the "**Users"** page.
2. Search for the relevant user and click the three-dot menu at the end of their row.
3. From the drop-down menu, select "**Reset codes",** then confirm in the popup window.

<figure><img src="/files/oi2tPnafrH870cHb9hzP" alt="reset codes" width="185"><figcaption></figcaption></figure>

{% hint style="danger" %}
Please proceed with caution: Once the codes are reset, any previously downloaded or received QR codes will no longer be valid—regardless of the collection. Make sure to inform the user before proceeding.
{% endhint %}

After resetting, you can click "**Send codes"** (from the same drop-down menu) to email the user their new QR codes.


---

# Agent Instructions: 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://support.senar.io/using-senar-studio/reset-qr-codes.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.
