> 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/file/import/import--json.md).

# Importa (.json)

Remote Desktop Manager le consente di importare voci da file JSON archiviati sul suo computer.

{% hint style="info" %}
Per una panoramica del formato di file JSON e dell'impatto delle decisioni prese in questa voce, consulti [Strategie di importazione JSON e formato del file](/rdm/it/ribbon-menu-bar/file/import/import--json/json-import-strategies-and-file-format.md).
{% endhint %}

### Passaggi

1. Nel ***riquadro di navigazione***, selezioni la cassaforte in cui importare le voci.
2. Vada su ***File – Importa – Importa (.json)***.
3. Selezioni il file JSON da importare dal suo computer, quindi clicchi su ***Apri***.
4. Scelga ***Importa nella radice***, ***Importa nella cartella corrente*** o ***Importa in una cartella specifica***.
5. Nella finestra di dialogo successiva verrà visualizzato un elenco di tutte le voci presenti nel file di dati. Selezioni le voci specifiche che desidera importare oppure ***Seleziona tutto*** per importare tutte le sue voci.

   <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>Se ha utenti che sovrascrivono le proprietà delle voci con <em><strong>Impostazioni specifiche dell'utente</strong></em> , deselezioni <em><strong>Cambia ID</strong></em>.</p></div>
6. Clicchi su ***OK***. L'importazione procederà utilizzando le impostazioni scelte.


---

# 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/file/import/import--json.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.
