> 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/multiple-types-connections/host-with-templates.md).

# Host con modelli

Una voce ***Host Session*** le permetterà di utilizzare i modelli per connettersi all'host. Le verrà chiesto di scegliere quale modello utilizzare per avviare l'host.

### Creare e avviare una voce Host Session con modelli

1. Crei uno o più [Modelli](/rdm/it/ribbon-menu-bar/administration/templates.md) tramite il menu ***File – Modelli – Modelli di voce***. Potrebbe essere necessario utilizzare variabili come `$HOST$` per il nome host, nonché `$USERNAME$` e `$PASSWORD$` rispettivamente per il nome utente e la password.
2. Vada su ***Modifica – Nuova voce – Aggiungi sessione***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB2200.png" alt=""><figcaption></figcaption></figure>
3. Selezioni il tipo di voce ***Host Session***. Dovrebbe trovarsi nella sezione ***Sessione***, sotto ***Generale***. Clicchi su ***OK*** per creare la nuova voce.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB2201.png" alt=""><figcaption></figcaption></figure>
4. In ***Generale***, vada alla scheda ***Avanzate*** e clicchi su ***Seleziona modelli***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4269.png" alt=""><figcaption></figcaption></figure>
5. Selezioni il o i modelli da aggiungere alla sua sessione host. Per selezionare più modelli, tenga premuto il tasto <kbd>Ctrl</kbd> durante la selezione.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB2202.png" alt=""><figcaption></figcaption></figure>
6. Una volta completata la selezione, clicchi su ***OK***. I modelli verranno quindi aggiunti alla sua sessione host.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4270.png" alt=""><figcaption></figcaption></figure>
7. Termini la configurazione della sua voce, quindi clicchi su ***OK*** per salvare le modifiche.
8. Avvii la sua sessione host. Le verrà chiesto di selezionare il modello appropriato per avviare la sessione.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB4271.png" alt=""><figcaption></figcaption></figure>
9. Clicchi su ***OK*** dopo aver selezionato il modello. La sua sessione verrà avviata utilizzando le informazioni fornite nella configurazione del modello.


---

# 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/multiple-types-connections/host-with-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.
