> 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/knowledge-base/knowledge-base-articles/local-color-coding.md).

# Local color coding

{% tabs %}
{% tab title="Windows" %}
Remote Desktop Manager allows users to mark entries using colored categories. These categories help classify entries at a glance, improving navigation and identification.

Select an entry and click ***Edit*** – ***Local color coding*** – ***Manage***.

{% hint style="info" %}
Applying ***Local color coding*** to a local workspace or folder causes all entries within it to inherit the colored category.
{% endhint %}

![](https://cdnweb.devolutions.net/docs/RDMW6069_2025_3.png)

| SETTINGS               | DESCRIPTIONS                                                                                      |
| ---------------------- | ------------------------------------------------------------------------------------------------- |
| **Add a category**     | Create a new category and assign a custom color (custom or web).                                  |
| **Remove a category**  | Delete the category.                                                                              |
| **Edit a category**    | Select a category to change the color using the color drop-down list or modify the category name. |
| **Reorder a category** | Click the up/down arrow buttons to adjust the order of categories.                                |

This example shows each entry assigned to a different category.
{% endtab %}

{% tab title="macOS" %}
Remote Desktop Manager allows users to mark entries using colored categories. These categories help classify entries at a glance, improving navigation and identification.

Select an entry and click ***Edit*** – ***Local color coding*** – ***Manage***.

{% hint style="info" %}
Applying ***Local color coding*** to a local workspace or folder causes all entries within it to inherit the colored category.
{% endhint %}

| SETTINGS               | DESCRIPTIONS                                                                                      |
| ---------------------- | ------------------------------------------------------------------------------------------------- |
| **Add a category**     | Create a new category and assign a custom color (custom or web).                                  |
| **Remove a category**  | Delete the category.                                                                              |
| **Edit a category**    | Select a category to change the color using the color drop-down list or modify the category name. |
| **Reorder a category** | Click the up/down arrow buttons to adjust the order of categories.                                |

This example shows each entry assigned to a different category.
{% endtab %}
{% endtabs %}


---

# 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:

```
GET https://docs.devolutions.net/rdm/knowledge-base/knowledge-base-articles/local-color-coding.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
