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

# Ricerca rapida

La funzionalità ***Ricerca rapida*** le consente di effettuare ricerche nel database senza visualizzare la vista ad albero. Utilizzi <kbd>Ctrl</kbd>+<kbd>Space</kbd> per cercare facilmente tra casseforti, voci, schede, strumenti e spazi di lavoro. Per personalizzare la scorciatoia da tastiera, vada su ***File*** ***– Impostazioni – Tastiera***.

{% hint style="success" %}
Utilizzi le seguenti scorciatoie durante la selezione di una voce per una ricerca ancora più rapida: - Prema Invio per navigare alla voce

* Prema <kbd>Ctrl</kbd>+<kbd>Enter</kbd> per aprire la voce
* Prema <kbd>Ctrl</kbd>+<kbd>R</kbd> per navigare alla cartella radice della voce
  {% endhint %}

#### Impostazioni della Ricerca rapida

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

<table><thead><tr><th width="241">IMPOSTAZIONE</th><th>DESCRIZIONE</th></tr></thead><tbody><tr><td><strong>Avvia con Invio</strong></td><td>Avvia la selezione premendo <kbd>Enter</kbd> invece di fare doppio clic o di fare clic su <em><strong>Apri</strong></em>.</td></tr><tr><td><strong>Utilizza opzioni e operatori di ricerca</strong></td><td>Consente l'uso di operatori di ricerca (ad es. <code>AND</code>, <code>OR</code>, <code>NOT</code>, ecc.). Si noti che <code>AND</code> e <code>OR</code> possono essere trattati come uno spazio. Vada su <em><strong>File – Impostazioni – Interfaccia utente – Filtro</strong></em> e abiliti <em><strong>Tratta lo spazio come AND</strong></em> o <em><strong>Tratta lo spazio come OR</strong></em>.</td></tr><tr><td><strong>Mostra dettagli</strong></td><td>Visualizza informazioni dettagliate su ciascun risultato della ricerca.</td></tr><tr><td><strong>Cerca nella cassaforte utente</strong></td><td>Include le voci della sua cassaforte utente nei risultati della ricerca.</td></tr><tr><td><strong>Cerca nella cassaforte di sistema</strong></td><td>Include le voci della cassaforte di sistema.</td></tr><tr><td><strong>Cerca i titoli delle schede incorporate</strong></td><td>Effettua la ricerca tra i titoli delle schede incorporate.</td></tr><tr><td><strong>Cerca i nomi delle casseforti</strong></td><td>Include i nomi delle casseforti nei risultati della ricerca.</td></tr><tr><td><strong>Cerca negli spazi di lavoro</strong></td><td>Effettua la ricerca tra i nomi degli spazi di lavoro.</td></tr><tr><td><strong>Cerca negli strumenti</strong></td><td>Estende la ricerca per includere strumenti come macro, modelli, ecc.</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/it/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.
