> 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/knowledge-base.md).

# Knowledge base

La knowledge base di Devolutions Server riunisce il materiale pratico di cui avrà bisogno una volta che la sua istanza è operativa: guide passo passo, articoli di riferimento sui componenti interni e sulle operazioni del server e soluzioni per gli errori in cui è più probabile imbattersi.

* Gli [articoli pratici](/server/it/knowledge-base/how-to-articles.md) la guidano attraverso attività amministrative come la distribuzione e l'aggiornamento del server, la configurazione dell'autenticazione e dei provider di identità, la messa in sicurezza dell'istanza e la gestione di voci, casseforti e accesso API.
* Gli [articoli della knowledge base](/server/it/knowledge-base/knowledge-base-articles.md) documentano i componenti interni del server e le pratiche operative, ad esempio la dashboard di sicurezza, il servizio di pianificazione e i requisiti di rete da cui dipende il suo server.
* Gli [articoli di risoluzione dei problemi](/server/it/knowledge-base/troubleshooting-articles.md) trattano le soluzioni per gli errori più comuni, dai problemi di accesso e autenticazione ai problemi di IIS e di connettività al database.


---

# 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/knowledge-base.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.
