> For the complete documentation index, see [llms.txt](https://docs.qyrus.com/web-testing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qyrus.com/web-testing/analyze/tags.md).

# Tags

**Tags** refer to labels or markers that are associated with test cases to categorize and organize them based on certain attributes. It is used to group all the test cases under the same tag using branching.

This feature is applicable for Test Cases where

i. Primary node is represented by Tag Name.

ii. Secondary node is represented by Test Case Name.

***With the help of tags we can easily import all the test cases which is created under Test Repository into Sprints and Test Lab***.

1. Tag name is indicated with ***Pink*** colour.
2. Test Case is indicated with ***Green*** colour.

![Tags](/files/x9mBwG97XWekemlj42ZO)

We have an option to search for particular tag to get the details of tag which is associated with the Test Cases of that tag.

We have an option to Zoom In and Zoom Out the tags.


---

# 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.qyrus.com/web-testing/analyze/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.
