# Tags

## **Tags**

View **Tags** allows managing tags used to organize and filter data in the system. Users can create, edit, delete, and assign tags to resources. **Tags** can be created and edited from this view. Assignment and removal are performed directly in system tables.

## **View functionalities**

### **Tag list**

The view presents all tags added by the user, with the ability to browse, filter, and manage. Tags are also visible in places where they are assigned, such as system tables.

<img src="/files/87f6064fa5084aa9dc9fe15851773a6975cbc258" alt="" width="375">

### **Main functions:**

* **Tag overview** – All created tags are displayed in a table.
* **Tag editing** – Ability to change the tag's name and color.
* **Tag deletion** – Deleting a tag will unassign it from associated devices.
* **Tag activation and deactivation** – Option to enable or disable tags in the system.

## **Creating and managing tags**

### **Adding a new tag**

1. Click the **"+ New tag"**.
2. Enter the following information:
   1. **Name** – Unique tag name.
   2. **Description** (optional) – Additional information regarding the tag.
   3. **Color** – Select the tag color from the available palette.
3. Click **Create tag**, to add the tag, or **Cancel**, to cancel the operation.

<img src="/files/36e96b504b52488e7cbdea2636b9bb0194171629" alt="" width="234">

### **Tag editing**

1. Select a tag from the list.
2. Click the **pencil** ![](/files/7501749862deb05e3033cb2b0ad0239558564c78) next to the selected tag.
3. Enter changes to the tag's name, description, or color.
4. Save changes.

### **Tag deletion**

1. Select a tag from the list.
2. Click the **trash** ![](/files/2c9613d045817a2b11e2173f9a57482c70acc38f) next to the selected tag.
3. Confirm deletion. Deleting the tag will unassign it from all assigned resources.

**Tag activation and deactivation**

1. Select a tag from the list.
2. Click the **Active** next to the selected tag.
3. Clicking will enable or disable tags in the system.

<figure><img src="/files/eba68cfc638d98ad0256bffea156798c838db28a" alt="" width="375"><figcaption></figcaption></figure>

## **Filtering and assigning tags**

### **Tag filtering**

* The tag view offers the ability to filter by name, color, or activity status.
* This option facilitates quickly finding a specific tag when a large number of tags have been created.

### **Assigning tags from tables**

* Tags can be assigned directly in system tables using the button **"+"** available in the "Tags" column.
* The list of available tags is displayed during assignment.

<figure><img src="/files/839a36aef7c019161152bf494296587f7b33a580" alt="" width="375"><figcaption></figcaption></figure>

## **Summary**

**Tags** in the eAuditor system enables effective management of resource labels. Thanks to an intuitive interface, users can easily organize data and quickly find information using tags. Extensive options for editing, deleting, and activating tags provide full control over their functionality.


---

# 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://eaclouddoc.eauditor.eu/eacloud-docs-en/features/tools/configuration/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.
