> For the complete documentation index, see [llms.txt](https://docs.faronics.com/faronicsdeploy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.faronics.com/faronicsdeploy/get-started-1/quick-start/pre-requisites/manage-tags.md).

# Manage Tags

Tags can be created and added to computers to assist when searching for a computer/group of computers.&#x20;

**Active Tags** are labels that have been added to at least one computer.

**Inactive Tags** are labels that have been created but are yet to be assigned to a computer.

### Add a Tag

<figure><img src="/files/NxEVlTyI3yr4czzO67ru" alt=""><figcaption><p>Navigate to Manage Tags</p></figcaption></figure>

1\. Click on the **Profiles Menu.**

2\. Select the **Manage Tags** option from the drop-down menu.

3\. Click on the **ADD TAG** button<br>

<figure><img src="/files/IlsU31VC9oZyhYb3TX1A" alt=""><figcaption><p>Add a Tag</p></figcaption></figure>

4\. Enter a tag in the Tag Name box provided.

![](/files/brxovsWF5wUmANv8WhYm)

5\. Click the **SAVE** button.

{% hint style="success" %}
The new tag will now appear in the Inactive Tags list. See Assigning a Tag for further information.
{% endhint %}

### Delete a Tag

<figure><img src="/files/NxEVlTyI3yr4czzO67ru" alt=""><figcaption><p>Navigate to Manage Tags</p></figcaption></figure>

1\. Click on the **Profiles Menu.**

2\. Select the **Manage Tags** option from the drop-down menu.

3\. Select a Tag from either the Active or Inactive Tags section (or you can Select All tags in one of these sections by clicking the Select All button.&#x20;

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

4\. Click the Orange **DELETE** button.

{% hint style="success" %}
The selected Tag(s) will now be removed. If the tag(s) were active, the computers will no longer be tagged with it.&#x20;
{% endhint %}

### Edit a Tag

Both Active and Inactive Tag names can be edited.

<figure><img src="/files/NxEVlTyI3yr4czzO67ru" alt=""><figcaption><p>Navigate to Manage Tags</p></figcaption></figure>

1\. Click on the **Profiles Menu.**

2\. Select the **Manage Tags** option from the drop-down menu.

3\. Hover over the tag name and click the edit icon next to a tag name in the list.

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

4\. Change the name.

![](/files/dabsDXFSc81W6z7ycb4N)

5\. Click the **UPDATE** button.

{% hint style="success" %}
The Tag name will now be changed. If the tag is active, the computer(s) tagged with it will remain tagged but with the updated tag name.
{% endhint %}

###


---

# 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.faronics.com/faronicsdeploy/get-started-1/quick-start/pre-requisites/manage-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.
