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

# Usar una contraseña con patrón

Al seleccionar el modo ***Usar un patrón*** para ***Plantillas de contraseñas*** y ***Generador de contraseñas***, las siguientes claves son los patrones admitidos.

<table><thead><tr><th width="273">DESCRIPCIÓN</th><th width="78">CLAVE</th><th>MUESTRA</th></tr></thead><tbody><tr><td>Alfanumérico en minúsculas</td><td>a</td><td>abcdefghijklmnopqrstuvwxyz 0123456789</td></tr><tr><td>Alfanumérico con mayúsculas y minúsculas</td><td>A</td><td>ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz 0123456789</td></tr><tr><td>Corchete</td><td>b</td><td>()[]{}&#x3C;></td></tr><tr><td>Consonante en minúsculas</td><td>c</td><td>bcdfghjklmnpqrstvwxyz</td></tr><tr><td>Consonante con mayúsculas y minúsculas</td><td>C</td><td>BCDFGHJKLMNPQRSTVWXYZ bcdfghjklmnpqrstvwxyz</td></tr><tr><td>Dígito</td><td>d</td><td>0123456789</td></tr><tr><td>Carácter hexadecimal en minúsculas</td><td>h</td><td>0123456789 abcdef</td></tr><tr><td>Carácter hexadecimal en mayúsculas</td><td>H</td><td>0123456789 ABCDEF</td></tr><tr><td>Letra en minúsculas</td><td>l</td><td>abcdefghijklmnopqrstuvwxyz</td></tr><tr><td>Letra con mayúsculas y minúsculas</td><td>L</td><td>ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz</td></tr><tr><td>Puntuación</td><td>p</td><td>,.;:</td></tr><tr><td>Carácter especial imprimible de 7 bits</td><td>s</td><td>!"#$%&#x26;'()*+,-./:;&#x3C;=>?[\]^_{|}~</td></tr><tr><td>ASCII imprimible de 7 bits</td><td>S</td><td>A-Z, a-z, 0-9, !"#$%&#x26;'()*+,-./:;&#x3C;=>?[\]^_{|}~</td></tr><tr><td>Letra en mayúsculas</td><td>u</td><td>ABCDEFGHIJKLMNOPQRSTUVWXYZ</td></tr><tr><td>Alfanumérico en mayúsculas</td><td>U</td><td>ABCDEFGHIJKLMNOPQRSTUVWXYZ 0123456789</td></tr><tr><td>Vocal en minúsculas</td><td>v</td><td>aeiou</td></tr><tr><td>Vocal con mayúsculas y minúsculas</td><td>V</td><td>AEIOU aeiou</td></tr><tr><td>ANSI alta</td><td>x</td><td>Desde '~' hasta U255 (excluyendo U255)</td></tr><tr><td>Consonante en mayúsculas</td><td>z</td><td>BCDFGHJKLMNPQRSTVWXYZ</td></tr><tr><td>Vocal en mayúsculas</td><td>Z</td><td>AEIOU</td></tr><tr><td>Escape (carácter fijo)</td><td>\</td><td>Usar el siguiente carácter tal cual</td></tr><tr><td>Escape (repetición)</td><td>{n}</td><td>Repetir el carácter anterior n veces</td></tr><tr><td>Carácter personalizado</td><td>[x]</td><td>Definir una secuencia de caracteres personalizada</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/es/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.
