> 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/es/ribbon-menu-bar/view/search/quick-search.md).

# Búsqueda rápida

La función ***Búsqueda rápida*** le permite buscar en la base de datos sin mostrar la vista de árbol. Use <kbd>Ctrl</kbd>+<kbd>Espacio</kbd> para buscar fácilmente en bóvedas, entradas, pestañas, herramientas y espacios de trabajo. Para personalizar el atajo de teclado, vaya a ***Archivo*** ***– Configuración – Teclado***.

{% hint style="success" %}
Utilice los siguientes atajos al seleccionar una entrada para una búsqueda aún más rápida: - Pulse Enter para navegar a la entrada

* Pulse <kbd>Ctrl</kbd>+<kbd>Enter</kbd> para abrir la entrada
* Pulse <kbd>Ctrl</kbd>+<kbd>R</kbd> para navegar a la carpeta raíz de la entrada
  {% endhint %}

#### Configuración de la búsqueda rápida

![](https://cdnweb.devolutions.net/docs/RDMW6133_2025_1.png)

<table><thead><tr><th width="241">AJUSTE</th><th>DESCRIPCIÓN</th></tr></thead><tbody><tr><td><strong>Iniciar al pulsar Enter</strong></td><td>Inicia la selección al pulsar <kbd>Enter</kbd> en lugar de hacer doble clic o clic en <em><strong>Abrir</strong></em>.</td></tr><tr><td><strong>Usar opciones y operadores de búsqueda</strong></td><td>Permite el uso de operadores de búsqueda (por ejemplo, <code>AND</code>, <code>OR</code>, <code>NOT</code>, etc.). Tenga en cuenta que <code>AND</code> y <code>OR</code> pueden tratarse como un espacio. Vaya a <em><strong>Archivo – Configuración – Interfaz de usuario – Filtro</strong></em> y active <em><strong>Tratar el espacio como AND</strong></em> o <em><strong>Tratar el espacio como OR</strong></em>.</td></tr><tr><td><strong>Mostrar detalles</strong></td><td>Muestra información detallada sobre cada resultado de búsqueda.</td></tr><tr><td><strong>Buscar en la bóveda de usuario</strong></td><td>Incluye entradas de su bóveda de usuario en los resultados de búsqueda.</td></tr><tr><td><strong>Buscar en la bóveda del sistema</strong></td><td>Incluye entradas de la bóveda del sistema.</td></tr><tr><td><strong>Buscar títulos de pestañas incrustadas</strong></td><td>Busca en los títulos de las pestañas incrustadas.</td></tr><tr><td><strong>Buscar nombres de bóvedas</strong></td><td>Incluye los nombres de las bóvedas en los resultados de búsqueda.</td></tr><tr><td><strong>Buscar espacios de trabajo</strong></td><td>Busca en los nombres de los espacios de trabajo.</td></tr><tr><td><strong>Buscar en herramientas</strong></td><td>Amplía la búsqueda para incluir herramientas como macros, plantillas, etc.</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/rdm/es/ribbon-menu-bar/view/search/quick-search.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.
