# QR Codes

A QR code is a machine-readable code that encodes data—such as a URL, text, or contact information—so it can be quickly scanned by a camera or reader. This provides a very quick way to generate a QR code formation.

|                  |         |                                                                                                                                                                                           |
| ---------------- | ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Content          | Text    | The encoded text message. Typically a URL                                                                                                                                                 |
| Correction Level |         | The amount of redundant data built into a QR code that allows it to be correctly read even if part of the code is missing or damaged. Particularly useful if missing drones is a concern. |
| Invert           | Yes/No  | if selected, where the usual dark modules are light and the usual light background is dark is inverted.                                                                                   |
| Step Size        | Decimal | The distance between points in the QR code                                                                                                                                                |
| Slot count       |         | The number of points required to create the QR code                                                                                                                                       |

<figure><img src="/files/7klZ9ecKRvgQYXkerJuH" alt="" width="352"><figcaption><p align="center"><sub><mark style="color:$info;">The inspector for a QR code</mark></sub></p></figcaption></figure>

<figure><img src="/files/smsrMrMpccguIhoteECc" alt="" width="365"><figcaption><p align="center"><sub><mark style="color:$info;">QR code while Invert is being toggled on and off</mark></sub></p></figcaption></figure>


---

# 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.verge.aero/drone-show-software/verge-design-studio/scene-objects/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.
