# QR

The **QR** command allows you to generate a custom QR code based on the text data you provide. You can use it to easily create a QR code for any link or text.

{% hint style="info" %}
You can use this command to generate QR codes for URLs, text, or other information you want to encode.
{% endhint %}

## How to Use

### 1. **Generate a QR Code**

* **Prefix Usage:**\
  `-qr [data]`\
  Replace `[data]` with the text or link you want to encode into a QR code. For example, `-qr https://airwavy.xyz` will generate a QR code for the Airwavy website.
* **Slash Usage:**\
  `/qr [data]`\
  Similar to the prefix usage, replace `[data]` with the text or link you want to encode.

The bot will send the custom QR code in the chat.

***

For further assistance, refer to the bot's help menu or [contact our support server](https://discord.gg/cGNFnsXpwZ).


---

# 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://docs.airwavy.xyz/overview/commands/utility/qr.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.
