> For the complete documentation index, see [llms.txt](https://fugolungo.gitbook.io/fugolungo-docs/Sw9EnGkWPJZdpbTYFR6Q/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fugolungo.gitbook.io/fugolungo-docs/Sw9EnGkWPJZdpbTYFR6Q/management/tags.md).

# Tags

{% embed url="<https://fast.wistia.net/embed/iframe/74l5axwcaa>" %}

### What are Tags? <a href="#h_ae4dd49b68" id="h_ae4dd49b68"></a>

Tags make it possible to group resources such as SIMs, Network Lists, and Connectors by giving them unique, easily identifiable indicators. Tags provide you with a clear overview of your resources, dividing your fleet into specific projects and serve as the best way to quickly find associated entities. You could, for instance, assign a Tag to SIMs with the name of the location your devices are deployed in, or including a short description of what kind of devices they are attached to.

\
Since Tags let you segment your SIMs among different groups, they provide additional benefits of:

* Customized, Tag-specific usage reports.
* Restricted user access for Members, limited to selected Tags.
* Control over editing rights for specific resources.

### How to use them

Tags are manageable through on the platform as well as API. As a minimum then Tags will access control-wise grant users of type member that are applied to it read access, write-access is opt-in though.

For a more in-depth tutorial on how to use Tags see the following guide.

{% embed url="<https://intercom-help.eu/onomondo/en/articles/151350-how-do-i-set-up-tags>" %}


---

# 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://fugolungo.gitbook.io/fugolungo-docs/Sw9EnGkWPJZdpbTYFR6Q/management/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.
