# Tags

You can tag resources in PowerShell Universal to logically group related items together. Tags can also control which resources appear on the Universal Portal.

## Creating a Tag

To create a tag, click Settings \ Tags and then Click Create new Tag. The name is required, and all other properties are optional. The display in portal check box specifies whether tagged resources will appear in the portal.

## Viewing Tagged Resources

After tagging resources, you can view tagged resources by visiting the Tag page and clicking the View Tagged Resources next to the tag in question.

<figure><img src="/files/EW7EE62dqibtun0hcmYR" alt=""><figcaption><p>View Tagged Resources</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.powershelluniversal.com/platform/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.
