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

# Usare una password con pattern

Quando si seleziona la modalità ***Usa un pattern*** per ***Modelli di password*** e ***Generatore di password***, le chiavi seguenti sono i pattern supportati.

<table><thead><tr><th width="273">DESCRIZIONE</th><th width="78">CHIAVE</th><th>ESEMPIO</th></tr></thead><tbody><tr><td>Alfanumerico minuscolo</td><td>a</td><td>abcdefghijklmnopqrstuvwxyz 0123456789</td></tr><tr><td>Alfanumerico maiuscolo e minuscolo</td><td>A</td><td>ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz 0123456789</td></tr><tr><td>Parentesi</td><td>b</td><td>()[]{}&#x3C;></td></tr><tr><td>Consonante minuscola</td><td>c</td><td>bcdfghjklmnpqrstvwxyz</td></tr><tr><td>Consonante maiuscola e minuscola</td><td>C</td><td>BCDFGHJKLMNPQRSTVWXYZ bcdfghjklmnpqrstvwxyz</td></tr><tr><td>Cifra</td><td>d</td><td>0123456789</td></tr><tr><td>Carattere esadecimale minuscolo</td><td>h</td><td>0123456789 abcdef</td></tr><tr><td>Carattere esadecimale maiuscolo</td><td>H</td><td>0123456789 ABCDEF</td></tr><tr><td>Lettera minuscola</td><td>l</td><td>abcdefghijklmnopqrstuvwxyz</td></tr><tr><td>Lettera maiuscola e minuscola</td><td>L</td><td>ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz</td></tr><tr><td>Punteggiatura</td><td>p</td><td>,.;:</td></tr><tr><td>Carattere speciale stampabile a 7 bit</td><td>s</td><td>!"#$%&#x26;'()*+,-./:;&#x3C;=>?[\]^_{|}~</td></tr><tr><td>ASCII stampabile a 7 bit</td><td>S</td><td>A-Z, a-z, 0-9, !"#$%&#x26;'()*+,-./:;&#x3C;=>?[\]^_{|}~</td></tr><tr><td>Lettera maiuscola</td><td>u</td><td>ABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr><tr><td>Alfanumerico maiuscolo</td><td>U</td><td>ABCDEFGHIJKLMNOPQRSTUVWXYZ 0123456789</td></tr><tr><td>Vocale minuscola</td><td>v</td><td>aeiou</td></tr><tr><td>Vocale maiuscola e minuscola</td><td>V</td><td>AEIOU aeiou</td></tr><tr><td>High ANSI</td><td>x</td><td>Da '~' a U255 (escluso U255)</td></tr><tr><td>Consonante maiuscola</td><td>z</td><td>BCDFGHJKLMNPQRSTVWXYZ</td></tr><tr><td>Vocale maiuscola</td><td>Z</td><td>AEIOU</td></tr><tr><td>Escape (carattere fisso)</td><td>\</td><td>Utilizza il carattere seguente così com'è</td></tr><tr><td>Escape (ripetizione)</td><td>{n}</td><td>Ripete il carattere precedente n volte</td></tr><tr><td>Carattere personalizzato</td><td>[x]</td><td>Definisce una sequenza di caratteri personalizzata</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/it/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.
