> 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/gateway/it/getting-started.md).

# Per iniziare

Questa sezione illustra la distribuzione e la connessione di Devolutions Gateway, sia che venga ospitato tramite [Devolutions Cloud](/gateway/it/getting-started/devolutions-cloud.md) o [Devolutions Server](/gateway/it/getting-started/devolutions-server.md), sia che venga installato direttamente su [Linux](/gateway/it/getting-started/devolutions-gateway-configuration-on-linux.md). Devolutions Gateway consente connessioni just-in-time a livello di sessione senza modificare la configurazione di rete globale di un sistema, offrendo un'alternativa flessibile e sicura alle VPN.

Per iniziare occorre installare il componente Gateway per il proprio ambiente e collegarlo poi a Remote Desktop Manager, in modo che le sessioni possano essere instradate attraverso di esso. A quel punto, i set di regole del Gateway consentono di limitare e segmentare l'accesso alla rete in [Devolutions Cloud](/gateway/it/getting-started/devolutions-cloud/gateway-ruleset-configuration-in-devolutions-cloud.md) o [Devolutions Server](/gateway/it/getting-started/devolutions-server/gateway-ruleset-configuration-in-devolutions-server.md), consentendo o negando le connessioni per IP, subnet, intervallo di IP o dominio, e applicando l'accesso a livello di utente, gruppo o cassaforte, senza dover creare un'istanza Gateway separata. Per le distribuzioni che devono gestire un volume di sessioni maggiore o evitare punti di guasto singoli, le [farm di Devolutions Gateway](/gateway/it/getting-started/devolutions-cloud/devolutions-gateway-farms.md) raggruppano più gateway insieme per distribuire il carico delle sessioni e mantenere la disponibilità in caso di interruzione di un gateway.


---

# 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/gateway/it/getting-started.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.
