> 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/ribbon-menu-bar/tools.md).

# Tools

***

The ***Tools*** tab brings together a set of generators, managers, and utilities that support day-to-day administration and automation tasks without leaving Remote Desktop Manager. You can generate strong [passwords](https://docs.devolutions.net/rdm/ribbon-menu-bar/tools/password-generator), [self-signed certificates](https://docs.devolutions.net/rdm/ribbon-menu-bar/tools/certificate-generator), and [available ports](https://docs.devolutions.net/rdm/ribbon-menu-bar/tools/port-generator) for your connections, or run a [network scan](https://docs.devolutions.net/rdm/ribbon-menu-bar/tools/network-scan) across a defined IP range to discover and import sessions, including through Devolutions Gateway.

For automation, the [Script dashboard](https://docs.devolutions.net/rdm/ribbon-menu-bar/tools/script-dashboard) centralizes scripts that are not tied to a specific entry, while [PowerShell (RDM CmdLet)](https://docs.devolutions.net/rdm/ribbon-menu-bar/tools/powershell-rdm-cmdlet) opens an embedded shell for scripting against the application directly via its cmdlet snap-in. SSH key handling is covered by the [SSH key agent](https://docs.devolutions.net/rdm/ribbon-menu-bar/tools/ssh-key-agent), which keeps decoded keys in memory for use across SSH sessions without re-entering them each time.

The [Extensions manager](https://docs.devolutions.net/rdm/ribbon-menu-bar/tools/extensions-manager) lets you install and activate optional modules only as needed, keeping the base install lean. Beyond this curated set, [All tools](https://docs.devolutions.net/rdm/ribbon-menu-bar/tools/all-tools) exposes a much larger catalog of system administration, terminal, remote access, network diagnostic, security, and package-manager utilities, organized into pinnable categories for quick access.


---

# 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/ribbon-menu-bar/tools.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.
