> 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/password-policies.md).

# Password policies

Password policies define the required format for passwords, including character use, patterns, and readability in generated values.

Policies can be optional or required, allowing administrators to guide best practices or enforce standards across teams. When applied to vaults, policies can be inherited by entries, customized for specific types of entries, or customized for all entries individually. When creating credentials, the password generator applies the policy in place for the entry, whether it is inherited or not. Typical rules include minimum length, character classes, allowed and banned patterns, and pronounceable output. Consistent policies reduce weak or repetitive passwords, improve compliance, and streamline onboarding.

#### Related topics

* [Password policies](https://docs.devolutions.net/rdm/commands/file/templates/password-templates/)
* [Password generator](https://docs.devolutions.net/rdm/commands/tools/password/)

#### See also

* [Password management](https://docs.devolutions.net/rdm/concepts/basic-concepts/password-management/)
* [Devolutions Academy - Simplifying setup with entry templates and password policies](https://academy.devolutions.net/student/activity/3380088-simplifying-setup-with-entry-templates-and-password-policies)


---

# 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/concepts/intermediate-concepts/password-policies.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.
