> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/concepts/intermediate-concepts/tags.md).

# Tags

Tags help organize and find related entries in Remote Desktop Manager, improving search, filters, and dashboard overviews.

Add tags manually on entries or apply them automatically with templates to standardize naming and reduce manual work across a vault. Use tags to quickly filter large lists, group items on the dashboard, and surface what matters for daily operations. Establish a simple, shared tagging convention so teams can build consistent views for projects, environments, or ownership.

#### Related topics

* [Advanced Search](https://docs.devolutions.net/rdm/commands/view/search/advanced/#search-tab)
* [Embedded Sessions](https://docs.devolutions.net/rdm/user-interface/content-area/embedded-sessions/)
* [Dashboard](https://docs.devolutions.net/rdm/user-interface/content-area/dashboards/)
* [Tag management](https://docs.devolutions.net/rdm/commands/edit/tag-management/)

#### See also

* [Devolutions Academy – Breaking down common scenarios: automated asset and inventory tracking](https://academy.devolutions.net/student/activity/3380802)
* [Devolutions Academy – Breaking down common scenarios: mutli-client environment management](https://academy.devolutions.net/student/activity/3380650)
* [Devolutions Academy – Delete and clean up your tags in Remote Desktop Manager](https://academy.devolutions.net/student/page/2846890-delete-and-clean-up-your-tags-in-remote-desktop-manager?curriculum_activity_id=4340232\&path_id=2628397\&sid=7a7fa2f0-c5ed-4119-a050-e31e2b5a2538\&sid_i=2)
* [Devolutions Academy – Finding entries faster with search tools](https://academy.devolutions.net/student/activity/3407934)
* [Devolutions Academy - Organizing entries with tags](https://academy.devolutions.net/student/path/1925039/activity/2667186)
* [Devolutions Academy - Organizing resources with folders and categories](https://academy.devolutions.net/student/page/3266641-organizing-resources-with-folders-and-categories?sid=b1f8c0eb-82d6-4073-920d-c13023a27d05\&sid_i=0)
* [Devolutions Academy – Speeding through edits with batch operations](https://academy.devolutions.net/student/activity/3407938)


---

# 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.devolutions.net/rdm/concepts/intermediate-concepts/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.
