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

# Import (.json)

Remote Desktop Manager allows you to import entries from JSON files stored on your computer.

{% hint style="info" %}
For an overview of the JSON file format and the impact of decisions made in this entry, see [JSON import strategies and file format](https://docs.devolutions.net/rdm/commands/file/import/json/strategies-file-format/).
{% endhint %}

### Steps

1. In the ***navigation pane***, select the vault in which to import the entries.
2. Go to ***File – Import – Import (.json)***.
3. Select the JSON file to import from your computer, then click ***Open***.
4. Choose to ***Import in root***, ***Import in current folder***, or ***Import in specific folder***.
5. In the next dialog box, a list of all the entries that are in the data file will be displayed. Select specific entries you wish to import or ***Select All*** to import all of your entries.

   <div data-gb-custom-block data-tag="hint" data-style="warning" class="hint hint-warning"><p>If you have users who override entry properties with <em><strong>User-specific settings</strong></em> , uncheck <em><strong>Change ID</strong></em>.</p></div>
6. Click ***OK***. The import will proceed using your chosen settings.


---

# 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:

```
GET https://docs.devolutions.net/rdm/ribbon-menu-bar/file/import/import--json.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
