> For the complete documentation index, see [llms.txt](https://docs.nuvens.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nuvens.cloud/admin/configuration-section/fixed-tags.md).

# Fixed Tags

{% hint style="info" %}
This option is not seen by default, unless specifically enabling it on Configuration > Settings, in [Amazon Web Services](/admin/configuration-section/settings/amazon-web-services.md)
{% endhint %}

It is important to obtain consistency when manually tagging WorkSpaces. You can achieve this with the fixed tagging functionality. This option is not seen by default, unless specifically enabling it on **Configurations** > **Settings** > **Amazon Web Services**.

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

To be able to assign tags to WorkSpaces, the Portal Administrator needs permission to do so via a Role. Roles can be accessed in the portal under (Security > Roles). SuperAdmin permissions have this permission by default. In the Role sample below, you can see that the role assigned to an administrator only allows them to add tags.

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

After enabling it, add which tags are going to be mandatory and possible values for it in; **Configuration** > **Fixed Tags**.

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

{% hint style="info" %}
**Display Column** option allows a **Fixed Tag** to be shown as a dedicated column in the **WorkSpaces Personal** view
{% endhint %}

You can now add a fixed tag to a user’s WorkSpace. Navigate to a users WorkSpace in the portal. Select **Manage Tags** from the menu.

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

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

You can also delete existing tags in a bulk. This is found in the **Bulk Tag Delete** section on this screen.

<figure><img src="/files/e95ndURwoY2uHSJI76jH" alt=""><figcaption></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, and the optional `goal` query parameter:

```
GET https://docs.nuvens.cloud/admin/configuration-section/fixed-tags.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
