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

# Password policies

Password policies in Devolutions Server define reusable rules for generating passwords that meet your organization’s security policy. The policies control length, character sets, and special requirements such as avoiding similar characters or enforcing passphrase styles.

When users create or rotate a credential entry, the password generator uses these policies so that passwords are both strong and consistent across vaults. An administrator might, for example, configure stricter policies for privileged accounts than for standard business applications, and rely on Remote Desktop Manager or Devolutions Password Manager to inject those passwords without exposing them.

#### Related topics

* [Password policies](https://docs.devolutions.net/server/web-interface/administration/templates/password-templates/)
* [System settings](https://docs.devolutions.net/server/web-interface/administration/configuration/system-settings/)


---

# 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/server/concepts/intermediate-concepts-md/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.
