> 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/resources/it/other-resources.md).

# Altre risorse

Questa sezione raccoglie elementi pratici vari che non rientrano perfettamente nella documentazione specifica di prodotto, il tipo di informazione che si consulta una volta e poi si dimentica finché non serve di nuovo. Se non riesce ad accedere o qualcosa non si carica correttamente, qui troverà aiuto per recuperare il suo Devolutions Account, risolvere il problema di una pagina di accesso che non si apre nel browser e svuotare l'archivio locale del browser. Per certificati e sicurezza, questa sezione la guida nella generazione di certificati server e client autofirmati con OpenSSL, nell'installazione dei certificati radice e nella verifica dell'integrità di un file scaricato tramite il suo hash SHA-256.

Troverà inoltre indicazioni sugli aspetti commerciali: comprendere la sua licenza, rinnovarla e risolvere i problemi di licenza più comuni, insieme alle politiche del ciclo di vita di Devolutions, così saprà per quanto tempo una determinata versione resta supportata. A completare il quadro ci sono alcuni riferimenti utili da conoscere, come le recenti modifiche terminologiche nei prodotti Devolutions, perché è importante mantenere allineate le versioni maggiori e minori tra i suoi strumenti e come funziona la privacy delle casseforti per amministratori e utenti.


---

# 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/resources/it/other-resources.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.
