> 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/user-interface/content-area/dashboard/dashboard-tabs.md).

# Dashboard tabs

The dashboard tabs allow users to view the information relative to their selected entry in the dashboard. The available tabs depends on the type of entry currently selected.

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

Here are the available dashboard tabs along with short descriptions:

<table><thead><tr><th width="193">TABS</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>Administration</strong></td><td>The <em><strong>Administration</strong></em> dashboard tab is only available on root folders, as it displays important information regarding the workspace for users with administrative permissions. There they can consult logs, security reports and various other information relative to the management of the selected workspace.</td></tr><tr><td><a href="https://docs.devolutions.net/rdm/user-interface/content-area/dashboards/dashboard-tabs/asset/"><strong>Asset</strong></a></td><td>The <em><strong>Asset</strong></em> dashboard tab contains a wide assortment of information about the selected entry—some purely informative and some of operational nature. These have to be filled manually.</td></tr><tr><td><strong>Attachments</strong></td><td>The <em><strong>Attachments</strong></em> dashboard tab allows users with the required permissions to attach files to the selected entry. See <a href="https://docs.devolutions.net/rdm/commands/window/attachments/">Attachments</a> for more details.</td></tr><tr><td><a href="https://docs.devolutions.net/rdm/user-interface/content-area/dashboards/dashboard-tabs/documentation/"><strong>Documentation</strong></a></td><td>The <em><strong>Documentation</strong></em> dashboard tab allows users to write information regarding the entry for everyone to see by means of an embedded text editor using Markdown, Plain text or HTLM.</td></tr><tr><td><a href="https://docs.devolutions.net/rdm/user-interface/content-area/dashboards/dashboard-tabs/folder/"><strong>Entries</strong></a></td><td>The <em><strong>Entries</strong></em> dashboard tab is only available for folder-type entries, as it lists all the sub-entries contained within.</td></tr><tr><td><strong>Home page</strong></td><td>The <em><strong>Home page</strong></em> dashboard tab can be used to display the home page of a website, provided the correct URL is entered in <em><strong>Properties</strong></em> – <em><strong>View</strong></em> – <em><strong>Home page</strong></em> – <em><strong>URL</strong></em>.</td></tr><tr><td><a href="https://docs.devolutions.net/rdm/user-interface/content-area/dashboards/dashboard-tabs/entry-logs/"><strong>Logs</strong></a></td><td>The <em><strong>Log</strong></em> dashboard tab contains all the actions executed on the selected entry, along with information regarding said actions (type, date, user, duration, etc.).</td></tr><tr><td><a href="https://docs.devolutions.net/rdm/user-interface/content-area/dashboards/dashboard-tabs/macros-scripts-tools/"><strong>Macros/Scripts/Tools</strong></a></td><td>From the <em><strong>Macro/Scripts/Tools</strong></em> dashboard tab, users can execute pre-configured macros (either system or workspace-bound), launch remote tools and leverage the integrated tools available for the selected entry.</td></tr><tr><td><a href="https://docs.devolutions.net/rdm/user-interface/content-area/dashboards/dashboard-tabs/overview/"><strong>Overview</strong></a></td><td>The <em><strong>Overview</strong></em> dashboard tab displays various informations about the selected entry depending on its type, such as the entry's name, domain, host, password, the tags attached to it, its creation date, etc.</td></tr><tr><td><strong>Permissions</strong></td><td>The <em><strong>Permissions</strong></em> dashboard tab contains all the configuration permissions for the selected entry, along with the users and groups that have them. The informations displayed may vary depending on whether the selected entry is a folder or not.</td></tr><tr><td><strong>Recordings</strong></td><td>The <em><strong>Recordings</strong></em> tab contains all the recordings for the selected entry or folder. See <a href="https://docs.devolutions.net/rdm/kb/how-to-articles/session-recording/">Session recording</a> for more details.</td></tr><tr><td><strong>Remote management</strong></td><td>The <em><strong>Remote management</strong></em> tab allows users to configure a remote management service such as iDRAC and HP iLO, along with custom display mode and credentials.</td></tr><tr><td><a href="https://docs.devolutions.net/rdm/user-interface/content-area/dashboards/dashboard-tabs/referenced-by/"><strong>Referenced by</strong></a></td><td>The <em><strong>Referenced by</strong></em> dashboard tab is only available for credential type entries, as it lists all the entries that are currently using the selected credentials via the <em><strong>Inherited</strong></em>, <em><strong>Linked (vault)</strong></em> or <em><strong>My privileged account</strong></em> options.</td></tr></tbody></table>


---

# 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/user-interface/content-area/dashboard/dashboard-tabs.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.
