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

# Tags

A **Tag** is a label that allows for convenient and fast searching of the desired information. In Navixy, tags help you quickly locate information related to Places, Employees, Vehicles, and Tasks. You can create custom tags according to your needs, and a single object can have multiple tags.

## Using tags for search

To find objects with the same tag:

* Type the tag name into the search box.
* The Navixy platform displays all search results associated with that tag.

Here are some examples:

* **Vehicles:** To find vehicles with specific tags such as "Dump truck" or "Leased" type the corresponding tag name into the search box in the vehicle list.
* **Employees:.** If you have tagged employees based on their roles or projects, type the relevant tag, such as "Project Alpha" or "Field Technician," into the search box to see all employees associated with that tag.
* **Locating a Task:** For tasks tagged as "Urgent" or "Maintenance," entering these tags in the search box helps you quickly access all tasks marked as urgent or related to maintenance.

## Creating and assigning tags

You can create an unlimited number of tags to suit your organizational needs. However, you can assign a maximum of 5 tags to each GPS device or object.

### Method 1. In-context

To create or assign a tag to an object, type the tag label in the **Tags** field. If tags with similar starting inputs already exist, they appear in a dropdown list from which you can select.

![](/files/GkK7QoxBAdHAjjyyRw0P)

### Method 2. In the Tags Directory

Navigate to **Account settings → Tags**:

* Click on the **+** button to add a new tag.
* Enter the desired tag name.
* Optionally, assign a color to the tag for better visual differentiation.

## Managing tags

To manage your tags, navigate to **Account settings → Tags**. This brings you to the Tag management screen, where you can view, create, edit, and delete tags.

When you delete a tag, it removes the link from the associated object but doesn't delete the object itself.


---

# 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://navixy.com/docs/user/guide/account/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.
