Tags are simple key:value labels you attach to devices so you can group, find, and filter them. A tag like Location:Los Angeles or floor:3 turns a long device list into something you can slice by site, role, owner, or anything else you care about. You create tags once, then reuse them across many devices.
Quick Start
The short version for people who already know NEQTO.ai.
-
1Open Tag Management and click Create Tag. Enter a Tag Name (the key, for example
Location) and a Tag Value (for exampleLos Angeles). -
2Open a device (or the Add Device form) and pick the tag from the Tags field. One device can carry many tags.
-
3Go to the Devices list and use the Tags filter to narrow it down. Pick several tags and the list shows only devices that have all of them.
What a Tag Is
Every tag is a pair: a Tag Name (the key) and a Tag Value. Both are required, both are free-form text.
| Part | UI label | Required | Limit |
|---|---|---|---|
| Key | Tag Name | Yes | Up to 25 characters. |
| Value | Tag Value | Yes | Up to 25 characters. |
- Free-form text. Both fields accept any text up to the limit. Leading and trailing spaces are trimmed.
- Uniqueness. You cannot create two identical tags in the same scope. A tag is a duplicate when its Tag Name and Tag Value match an existing one within the same account (and same application, if you are working inside an application). Try it and you get a “Tag with this key and value already exists for this organization.” error.
- Reuse the same key. Because uniqueness is on the full pair,
Location:Los AngelesandLocation:Tokyoare two separate tags. That is the intended way to build out a dimension like “Location”.
e.g., Location and e.g., Los Angeles, and it only enforces two things: both fields are required, and each is 25 characters or fewer. There is no character restriction in the live form, so spaces and any other characters are accepted in both Tag Name and Tag Value. Keep names short and consistent anyway.Tag Management
Tag Management is the dedicated screen for creating, editing, and deleting your tags. The page title is Tag Management and it explains itself: “Tags help you organize and filter your devices more easily.”
The list view
| Column | What it shows |
|---|---|
| Tag Name | The key, shown in the highlight colour. |
| Tag Value | The value. |
| Created on | The date the tag was created. |
| Account | The account the tag belongs to. |
| Application | The application the tag is scoped to, or a dash for account-level tags. |
- Search filters the list by Tag Name or Tag Value (case-insensitive, matches anywhere in the text).
- Sort by any column, including Created on, Account, and Application.
- Paginated at 10 rows per page by default.
- Column widths are resizable and your choice is remembered.
Account-level vs. application tags
Tag Management appears in two places, and the list is scoped differently in each:
| Where you open it | What you see | New tags are |
|---|---|---|
| The top-level Tags page | Only account-level tags (not tied to any application). | Account-level. |
| Inside an application | That application’s tags plus the account-level tags. | Scoped to that application. |
Create a tag
-
1Click Create Tag.
-
2Enter a Tag Name and a Tag Value. Both are required and each is limited to 25 characters.
-
3Click Create. A “Tag created successfully” confirmation appears and the tag joins the list.
Edit a tag
Use the row’s actions menu and choose Edit. You can change the Tag Name and Tag Value; the same length and uniqueness rules apply. Editing a tag updates it everywhere it is assigned, so a single change re-labels every device that carries it.
Delete a tag
From the actions menu choose Delete. The confirm dialog spells out the consequence: “This will unassign it from all devices.” Deleting a tag detaches it from every device that had it. The devices themselves are untouched; they simply lose that one label.
Assigning Tags to Devices
Today, you assign tags to a device from its General Info section, not while creating it. The Add Device wizard focuses on choosing a device endpoint and detecting the device; the Tags field appears once the device exists.
When adding a device
The current Add Device wizard does not include a Tags step. It walks you through picking a device endpoint and detecting the device; tagging happens on the device itself, once it exists.
On an existing device
Open a device and go to General Info. The Tags field shows what is assigned and lets you add or remove tags. If none are assigned it reads “No tags assigned”.
- Many-to-many. A device can have many tags, and a tag can be on many devices. The same tag is shared, not copied, so editing it updates every device at once.
- One assignment per pair. A given tag can be on a device only once; you cannot add the same tag twice to one device.
- Removing a tag from a device only detaches it from that device. The tag itself stays in Tag Management for reuse.
Filtering Devices by Tag
This is the payoff. Once devices are tagged, the Devices list can be narrowed to just the ones you want.
- Tags column. Each device row shows its tags as badges (key above value). If a device has more than three, the extras collapse into a +N more indicator.
- Tags filter. A filter control above the list lets you choose one or more tags. The options are your existing tags, shown as
key:value. - Multiple tags use AND. Select several tags and the list shows only devices that have every selected tag, not any of them. To see devices matching either tag, filter one at a time.
- Shareable URL. The active tag filter is written into the page address (a
tagsparameter), so a filtered Devices view can be bookmarked or shared and it reopens already filtered.
What Tags Do and Don’t Drive
Tags are deliberately focused. Here is what they currently affect.
| Area | Do tags apply? |
|---|---|
| Tagging devices | Yes. Devices are the only entity you can tag. |
| Filtering the Devices list | Yes. The main use of tags. |
| Endpoints, dashboards, alerts, maps, analytics | No. These are not tagged and are not grouped or scoped by tags today. |
| Application scoping | Indirect. A tag can be account-level or scoped to one application, which controls where it is offered, but a tag does not assign a device to an application. |
site:warehouse-A, site:warehouse-B).Limits and Good to Know
| Limit / behavior | Detail |
|---|---|
| Tag Name length | 1 to 25 characters, required. |
| Tag Value length | 1 to 25 characters, required. |
| Uniqueness | The full Tag Name + Tag Value pair must be unique within its scope (account, and application when set). |
| Tags per device | No fixed cap; the list view shows the first three and folds the rest into “+N more”. |
| Scope | Account-level (visible everywhere) or application-scoped (visible inside that application plus account-level tags). |
| Delete behavior | Unassigns the tag from all devices. Devices are not deleted. |
- Plan it like a dimension. Decide your Tag Names up front (Location, Site, Owner, Role) and keep values consistent. Tidy tags make the Devices filter genuinely useful.
- Account-level for shared labels. Create tags you want everywhere from the top-level Tags page; create app-specific ones from inside the application.
- Editing is global. Renaming a tag re-labels every device that carries it, in one move.
- Filtering is AND. More selected tags means fewer matching devices, not more.