# Apply Label

The Apply Label automation is the simplest way to keep your workspace organized. When a recording or capture lands in a folder, Screendesk instantly applies the label you've configured—no manual tagging needed.

### When to Use Apply Label

Apply Label is ideal for:

* **Folder-based categorization** — Tag all recordings in a folder with a consistent label like `bug`, `feature-request`, or `needs-review`
* **Client or product segmentation** — Automatically label recordings from a dedicated customer folder with their name or account tier
* **Triage workflows** — Mark all incoming recordings as `unreviewed` so your team knows what still needs attention
* **Combining with other automations** — Pair with a Slack or Linear automation so recordings are both labeled and escalated at the same time

{% hint style="warning" %}
**Prerequisites**

Before setting up the Apply Label automation:

1. **At least one label created** — The label must already exist in your workspace. Go to **Organization & Workflows → Labels** to create one if needed.
2. **Screendesk Pro or Enterprise plan** — Automations are not available on Starter plans.
3. **Admin role** — Editors, Members and Watch-Only cannot create automations.
   {% endhint %}

{% stepper %}
{% step %}

### Open folder automations

1/ Navigate to the folder you want to automate

2/ Click on the **Automations** button

<figure><img src="/files/OGOxTDfDYp7vlC6qZB6j" alt=""><figcaption></figcaption></figure>

3/ Select Screendesk > **Apply Label** from the list

<figure><img src="/files/vzCUEmPsVOVCqjWRV7Vw" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}

### Select a label

In the configuration form, click the **Label** dropdown and select the label you want to apply.

> **Only existing labels appear in the dropdown.** If you don't see the label you need, go to **Account settings → Workaspace settings →** [**Labels**](https://app.screendesk.io/settings-labels) to create it first, then come back to set up the automation.

<figure><img src="/files/oCNql0D4yBviT9HoD2He" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Save and activate

Click **Create Automation** to save. The automation is enabled immediately—every new recording or bug report added to this folder will be tagged with the label you selected.
{% endstep %}
{% endstepper %}

### **FAQ**

<details>

<summary>Will existing recordings in the folder be labeled?</summary>

No. The automation only applies to new recordings added after it's been created. Recordings already in the folder are not affected.

</details>


---

# 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.screendesk.io/organization-and-workflows/automations/apply-label.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.
