> 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/cloud/it/web-interface/help-and-tools.md).

# Guida e strumenti

La sezione ***Guida e strumenti*** è ricca di risorse per Devolutions Cloud.

* Scarichi le [app e gli strumenti complementari](https://devolutions.net/download-center/) di Devolutions che funzionano insieme ai nostri prodotti:
  * [Devolutions Password Manager](https://docs.devolutions.net/password-manager/it/overview/devolutions-password-manager) è un'applicazione mobile e desktop che riunisce Devolutions Cloud e Devolutions Server in un'unica posizione centralizzata e basata sul cloud. La sua estensione gratuita per browser consente agli utenti di iniettare in modo sicuro le password nei siti web utilizzando le credenziali archiviate nelle loro casseforti.
  * Il [modulo Devolutions.PowerShell](https://docs.devolutions.net/powershell/it/devolutions-cloud-powershell/powershell-module), che le consente di accedere, creare, aggiornare e rimuovere elementi nel suo Devolutions Cloud, aiutandola ad automatizzare alcune operazioni/script.
  * [Devolutions Gateway](https://docs.devolutions.net/gateway/it/overview/devolutions-gateway), che fornisce un accesso just-in-time autorizzato alle risorse in reti segmentate.
  * I [Devolutions Cloud Services](https://docs.devolutions.net/pam/it/pam-with-devolutions-cloud/install-the-devolutions-cloud-services-to-enable-pam-and-encryption-integration), che facilitano l'installazione e l'integrazione dei nostri moduli, come il modulo di gestione degli accessi privilegiati (PAM) e il servizio di crittografia (funzionalità abilitata con SSO), tra gli altri.
* [Importi](/cloud/it/web-interface/help-and-tools/import.md) ed [esporti](/cloud/it/web-interface/help-and-tools/export.md) i dati da e verso Devolutions Cloud.
* Cerca aiuto? Consulti le risorse del nostro centro di supporto per la [documentazione e la knowledge base](https://docs.devolutions.net/), condivida con la community sul nostro [forum](https://forum.devolutions.net/) e resti aggiornato con i nostri [blog di consigli rapidi](https://blog.devolutions.net/category/tips-and-tricks).
* Consulti le [novità sulle versioni](/cloud/it/web-interface/help-and-tools/release-news.md) di Devolutions Cloud.


---

# 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/cloud/it/web-interface/help-and-tools.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.
