> 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/ip-address-list-entry.md).

# Voce elenco di indirizzi IP

Crei una voce Elenco indirizzi IP in Remote Desktop Manager per archiviare, sincronizzare e aggiungere automaticamente più IP dalle voci nella sua cassaforte.

{% tabs %}
{% tab title="Windows" %}
La voce ***Elenco indirizzi IP*** mantiene l'elenco degli IP in una singola voce.

1. In Remote Desktop Manager Windows selezioni ***Aggiungi nuova voce***.
2. Scelga ***Gestione asset IT*** – ***Elenco indirizzi IP***.
3. Clicchi su ***OK***.
4. Inserisca un ***Nome*** e selezioni una ***Cartella***.
5. Clicchi su ***Aggiungi (+)***.
6. Inserisca il ***Nome***, l'***IP / Host*** e la ***Descrizione*** dell'indirizzo IP.
7. Clicchi su ***OK*** per chiudere la finestra.
8. Può anche aggiungere automaticamente indirizzi IP dalle voci pertinenti direttamente dalla sua cassaforte corrente.
   * ***Sincronizza con la cassaforte***: aggiorna le voci esistenti abbinandole alle corrispondenze di host provenienti dalla cassaforte. Può scegliere di rimuovere le voci che non esistono più e di aggiornare campi specifici come ***Nome***, ***Host*** o ***Descrizione***.
   * ***Aggiungi all'elenco esistente***: aggiunge nuove voci al suo elenco senza modificare o eliminare quelle esistenti. Questo metodo consente i duplicati ed evita di sovrascrivere i dati esistenti.
   * ***Opzioni avanzate***: le offre il controllo su come vengono gestiti i duplicati e su quali campi vengono inclusi.
9. Clicchi su ***OK*** per salvare la voce.
10. La voce ***Elenco indirizzi IP*** è salvata.
    {% endtab %}

{% tab title="macOS" %}
La voce ***Elenco indirizzi IP*** mantiene l'elenco degli IP in una singola voce.

1. In Remote Desktop Manager macOS, selezioni ***Aggiungi nuova voce***.
2. Scelga ***Gestione asset IT*** – ***Elenco indirizzi IP***.
3. Clicchi su ***OK***.
4. Inserisca un ***Nome*** e selezioni una ***Cartella***.
5. Vada su ***Elenco indirizzi IP*** e clicchi su ***Aggiungi (+)***.
6. Inserisca il ***Nome***, l'***IP / Host*** e la ***Descrizione*** dell'indirizzo IP.
7. Clicchi su ***OK*** per chiudere la finestra.
8. Inserisca il numero di indirizzi IP da elencare. Può anche modificare o eliminare un indirizzo IP.
9. Clicchi su ***Salva*** per salvare la voce.

La voce ***Elenco indirizzi IP*** è salvata.
{% endtab %}
{% endtabs %}


---

# 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/ip-address-list-entry.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.
