> 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/password-manager/application/tools.md).

# Tools

The ***Tools*** section is located in the side-panel.

<figure><img src="https://cdnweb.devolutions.net/docs/WDAPP4001_2026_2.png" alt=""><figcaption></figcaption></figure>

### Password generator <a href="#password-generator" id="password-generator"></a>

Create random passwords and passphrases that are and difficult to interpret or predict, due to a mix of uppercase and lowercase letters, numbers, and punctuation symbols.

### Custom installation <a href="#custom-installation" id="custom-installation"></a>

Custom installations can be created to facilitate workspace deployment on multiple machines with the same preconfigured settings. See [Installation](https://docs.devolutions.net/password-manager/application/installation/#custom-installation) for more details.

### Import entries <a href="#import-entries" id="import-entries"></a>

Devolutions Password Manager supports native formats for many popular tools. If a native format or third-party tool is not supported, use the ***Custom*** option to import files in `.cvs` or `.json` format.

### Export entries <a href="#export-entries" id="export-entries"></a>

Devolutions Password Manager supports support entry exportation in `.csv`, `.json`, and `.xml` formats. Entries have their data encrypted with a password, their sensitive values hidden, and their attachments and documents included.


---

# 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/password-manager/application/tools.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.
