# QR Tags

{% columns %}
{% column width="75%" %}

QR Tags are small stickers that can be linked to mechanical equipment or devices and scanned with a smartphone for easy field management. When scanned, the tag redirects you to the managed equipment or device in the Green Stack mobile app.

To view and manage QR tags:

1. Select **QR Tags** from the sidebar
2. **Login** to the [**Green Stack Console**](https://go.counterbalance.io/gs-console--sysconf) and navigate to **System Configuration**
   {% endcolumn %}

{% column %}

<figure><img src="/files/jxZy0L3Ww0z2YJHJ7ZP7" alt=""><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

## Add a New QR Tag

To link a new QR tag:

1. Click **New Tag**
2. Provide the eight-digit **Tag ID** and an optional **Description**
3. Select the resource **Target Type** and the desired **Resource**
4. Click **Add Tag** to save the tag link

{% hint style="warning" %} <mark style="color:orange;">**Note**</mark>

Once a tag has been added, you cannot modify it
{% endhint %}

## Delete QR Tags

To delete one or more QR tags:

1. **Select** the tags using the **checkbox** in the tag listing table
2. Click the red <mark style="color:red;">**Trash Can**</mark> icon
3. **Confirm** the delete operation


---

# 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.greenstack.dev/configuration/qr-tags.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.
