> 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/knowledge-base/how-to-articles/create-smart-folders.md).

# Creare cartelle intelligenti

Le cartelle intelligenti funzionano essenzialmente come una ricerca salvata nella cassaforte attualmente aperta, utilizzando come parametri di ricerca tag, espressioni regolari e nomi delle voci. Le cartelle intelligenti elencano quindi i loro risultati in una comoda dashboard aggiornata automaticamente.

Le voci e le cartelle possono essere modificate direttamente all'interno della cartella intelligente.

### Creare una cartella intelligente

1. Faccia clic su ***Nuova voce***.
2. Faccia clic su ***Cartella***, quindi selezioni ***Cartella intelligente***.
3. Assegni un nome alla cartella intelligente. È così che il nome della cartella intelligente apparirà nel ***riquadro di navigazione***. Non è destinato ai termini cercati.
4. Inserisca un parametro di ricerca: ***Tag***, ***Nome della voce*** o ***Espressione regolare***.

Le cartelle intelligenti cercano il termine in qualsiasi punto del nome della voce. Per cercare più termini, utilizzi:

* **&&** per *and*
* **| |** per *or*

{% hint style="success" %}
Un tag verrà eliminato automaticamente dall'elenco dei tag quando non è utilizzato da alcuna voce. Per rimuovere un tag dall'elenco, effettui una [Ricerca avanzata](/rdm/it/ribbon-menu-bar/view/search/advanced-search.md) per tag. Selezioni tutte le voci nella finestra dei risultati, quindi faccia clic con il pulsante destro del mouse e selezioni ***Modifica – Modifica in blocco – Modifica tag...*** dal menu contestuale.
{% endhint %}

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

#### Vedere anche

* [Devolutions Academy – Configure smart folders](https://academy.devolutions.net/student/page/2860874-configure-smart-folders?curriculum_activity_id=4450800\&path_id=2628397\&sid=8405d5f1-a2d9-4599-8f5a-3984f7e78116\&sid_i=0)
* [Devolutions Academy - Organizing entries with folders](https://academy.devolutions.net/student/path/1916054/activity/2667044)
* [Devolutions Academy - Organizing resources with folders and categories](https://academy.devolutions.net/student/page/3266641-organizing-resources-with-folders-and-categories?sid=b1f8c0eb-82d6-4073-920d-c13023a27d05\&sid_i=0)


---

# 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/knowledge-base/how-to-articles/create-smart-folders.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.
