# Tags

{% hint style="info" %}
Read the [playwright-tags](https://docs.currents.dev/guides/playwright-tags "mention") guide
{% endhint %}

Tagging is a convenient way to augment your executions with extra data that can be helpful for managing your tests. You can tag the runs (executions) by adding `--tag tagA,tagB` flag.

For example, running the next command `@currents/playwright` (version 1.7.0+):

{% code overflow="wrap" %}

```
npx pwc --key RECORD_KEY --project-id PROJECT_ID --ci-build-id CI_BUILD_ID --tag run, tagA, tagB
```

{% endcode %}

or for Cypress:

```
cypress-cloud run --parallel --record --tag run, tagA, tagB 
```

would generate a run with the corresponding tags:

<figure><img src="https://3745692499-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqmFDEiUa9mr11LUlxDnt%2Fuploads%2Fd3UtD7Jwkbb1UUfugZs2%2FScreenshot%202026-01-16%20at%2013.33.58.png?alt=media&#x26;token=b2c6cab8-4342-4f5b-a904-c3423ab74d1a" alt=""><figcaption><p>Tagged run example</p></figcaption></figure>

The run, spec and test execution recordings will inherit the tags. You can use the tags as a filter when browsing the dashboard to narrow down the results, for example:

* filter runs by tags
* filter insights and analytics to only include records with a particular tag
* filter errors, tests and spec performance explorers to only include records with a particular tag

The tags are also available as part of [http-webhooks](https://docs.currents.dev/resources/integrations/http-webhooks "mention") payload.

<figure><img src="https://3745692499-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FqmFDEiUa9mr11LUlxDnt%2Fuploads%2F5cGtzffPUwhRw3sZ8u5U%2FScreenshot%202026-01-16%20at%2013.37.05.png?alt=media&#x26;token=d4d4c534-95bd-4535-9188-92c8fe922a00" alt=""><figcaption><p>Example of filtering Run Status Metrics by Tags</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.currents.dev/dashboard/runs/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.
