> 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/devolutions-cloud/devolutions-gateway-farms.md).

# Farm di Devolutions Gateway

Lo scopo della funzionalità delle farm di Devolutions Gateway è raggruppare più gateway in un'unica farm per bilanciare il carico delle sessioni che passano attraverso ciascun gateway. Utilizzando questa funzionalità, le sessioni saranno distribuite tra di essi in base alla configurazione della farm:

* La distribuzione del carico aiuta a evitare il sovraccarico di un determinato gateway. In precedenza, per una data voce era possibile configurare un gateway, ma tutte le connessioni di quella sessione passavano attraverso di esso, con il rischio di saturazione. Con le farm, ora è possibile distribuire questo carico per prevenire il sovraccarico del servizio e mantenere le prestazioni.
* Alta disponibilità, ovvero la farm contribuisce a mantenere la continuità del servizio. In precedenza, se un gateway diventava non disponibile per qualsiasi motivo, non era possibile stabilire una sessione. Con una farm, se un gateway non è disponibile, la sessione verrà automaticamente indirizzata a uno degli altri gateway disponibili nella farm. Ciò può risultare utile anche per la manutenzione o gli aggiornamenti, poiché un gateway può essere temporaneamente messo offline mentre uno attivo continua a fornire il servizio.


---

# 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/devolutions-cloud/devolutions-gateway-farms.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.
