> 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/de/web-interface/administration/templates/password-policies/use-a-pattern-password.md).

# Ein Musterpasswort verwenden

Wenn Sie den Modus ***Muster verwenden*** für ***Passwortvorlagen*** und ***Passwortgenerator*** auswählen, sind die folgenden Schlüssel die unterstützten Muster.

<table><thead><tr><th width="273">BESCHREIBUNG</th><th width="78">SCHLÜSSEL</th><th>BEISPIEL</th></tr></thead><tbody><tr><td>Alphanumerisch in Kleinbuchstaben</td><td>a</td><td>abcdefghijklmnopqrstuvwxyz 0123456789</td></tr><tr><td>Alphanumerisch in gemischter Groß-/Kleinschreibung</td><td>A</td><td>ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz 0123456789</td></tr><tr><td>Klammer</td><td>b</td><td>()[]{}&#x3C;></td></tr><tr><td>Konsonant in Kleinbuchstaben</td><td>c</td><td>bcdfghjklmnpqrstvwxyz</td></tr><tr><td>Konsonant in gemischter Groß-/Kleinschreibung</td><td>C</td><td>BCDFGHJKLMNPQRSTVWXYZ bcdfghjklmnpqrstvwxyz</td></tr><tr><td>Ziffer</td><td>d</td><td>0123456789</td></tr><tr><td>Hex-Zeichen in Kleinbuchstaben</td><td>h</td><td>0123456789 abcdef</td></tr><tr><td>Hex-Zeichen in Großbuchstaben</td><td>H</td><td>0123456789 ABCDEF</td></tr><tr><td>Kleinbuchstabe</td><td>l</td><td>abcdefghijklmnopqrstuvwxyz</td></tr><tr><td>Buchstabe in gemischter Groß-/Kleinschreibung</td><td>L</td><td>ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz</td></tr><tr><td>Satzzeichen</td><td>p</td><td>,.;:</td></tr><tr><td>Druckbares 7-Bit-Sonderzeichen</td><td>s</td><td>!"#$%&#x26;'()*+,-./:;&#x3C;=>?[\]^_{|}~</td></tr><tr><td>Druckbares 7-Bit-ASCII</td><td>S</td><td>A-Z, a-z, 0-9, !"#$%&#x26;'()*+,-./:;&#x3C;=>?[\]^_{|}~</td></tr><tr><td>Großbuchstabe</td><td>u</td><td>ABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr><tr><td>Alphanumerisch in Großbuchstaben</td><td>U</td><td>ABCDEFGHIJKLMNOPQRSTUVWXYZ 0123456789</td></tr><tr><td>Vokal in Kleinbuchstaben</td><td>v</td><td>aeiou</td></tr><tr><td>Vokal in gemischter Groß-/Kleinschreibung</td><td>V</td><td>AEIOU aeiou</td></tr><tr><td>Hoch-ANSI</td><td>x</td><td>Von '~' bis U255 (ausschließlich U255)</td></tr><tr><td>Konsonant in Großbuchstaben</td><td>z</td><td>BCDFGHJKLMNPQRSTVWXYZ</td></tr><tr><td>Vokal in Großbuchstaben</td><td>Z</td><td>AEIOU</td></tr><tr><td>Escape (festes Zeichen)</td><td>\</td><td>Folgendes Zeichen unverändert verwenden</td></tr><tr><td>Escape (Wiederholung)</td><td>{n}</td><td>Das vorherige Zeichen n-mal wiederholen</td></tr><tr><td>Benutzerdefiniertes Zeichen</td><td>[x]</td><td>Eine benutzerdefinierte Zeichensequenz definieren</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, and the optional `goal` query parameter:

```
GET https://docs.devolutions.net/server/de/web-interface/administration/templates/password-policies/use-a-pattern-password.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.
