> For the complete documentation index, see [llms.txt](https://docs.currents.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.currents.dev/dashboard/runs/tags.md).

# Tags

{% hint style="info" %}
Read the [Playwright Tags](/guides/playwright-tags.md) 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="/files/Ez08zsIe5Jkrquay7YbT" 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](/resources/integrations/http-webhooks.md) payload.

<figure><img src="/files/RsdbFS6HV6AMkbpKh9xe" alt=""><figcaption><p>Example of filtering Run Status Metrics by Tags</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.
