> 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/server/it/web-interface/administration/templates/entry-templates/import-entry-templates.md).

# Importare modelli di voce

Importi i ***Modelli di voce*** esportati in precedenza nell'interfaccia web di Devolutions Server.

{% hint style="warning" %}
Il formato di importazione può essere solo file ***Import (.Rdm)*** , ***KeePass (.Xml)*** o ***Google Password (.Csv)***.
{% endhint %}

#### Importare i modelli di voce

1. Nell'interfaccia web di Devolutions Server, selezioni una cassaforte.
2. Clicchi sul pulsante ***Aggiungi***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_server_ServerOp4079.png" alt=""><figcaption></figcaption></figure>
3. Nella finestra ***Aggiungi nuova voce***, clicchi su ***Importa*** e selezioni ***Import (.Rdm)***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_server_ServerOp4080.png" alt=""><figcaption></figcaption></figure>
4. Trascini e rilasci oppure clicchi per caricare il file ***.rdm***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_server_ServerOp4081.png" alt=""><figcaption></figcaption></figure>
5. Clicchi su ***Avanti***.
6. Nella fase ***Analizza***, può convalidare le ***Azioni*** di ogni modello di voce e modificarle in ***Ignora***. In questo modo tali modelli specifici non verranno importati. Clicchi su ***Avanti***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_server_ServerOp4082.png" alt=""><figcaption></figcaption></figure>
7. Clicchi su ***Importa*** e ***Chiuda*** la finestra di importazione.

L'elenco importato dei ***Modelli di voce*** è ora visibile in ***Amministrazione – Modelli di voce*** ed è disponibile per l'uso nella sezione ***Modello*** durante la creazione di una nuova voce.

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

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


---

# 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/server/it/web-interface/administration/templates/entry-templates/import-entry-templates.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.
