> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/user-guides/it/readme.md).

# Guide per utenti finali di Keeper

<figure><img src="/files/uHiTILDrnNcnrYvm81Ux" alt=""><figcaption></figcaption></figure>

## Informazioni sulla nostra sicurezza

Keeper è una piattaforma zero-knowledge. I dati memorizzati in una cassaforte di Keeper vengono crittografati e decrittografati in locale sul dispositivo dell'utente. Consulti questo articolo del blog che spiega come Keeper protegge le Sue informazioni:

{% embed url="<https://www.keepersecurity.com/blog/2023/01/09/how-does-keeper-protect-your-data-security-and-transparency/>" %}

Per una descrizione tecnica più dettagliata, consulti la documentazione del nostro [modello di crittografia](/enterprise-guide/keeper-encryption-model.md) (in inglese).

I dipendenti di Keeper Security non possono decrittografare i dati dei clienti, perché le chiavi di crittografia sono gestite dal cliente. Oltre all'architettura zero-knowledge, Keeper supporta diversi metodi di autenticazione a due fattori, tra cui dispositivi FIDO2 WebAuthn, Google Authenticator, Microsoft Authenticator e SMS. Keeper Security è certificata SOC2, certificata ISO 27001, 27017 e 27018, FedRAMP Authorized e StateRAMP authorized.

## **Guide utente**

* [**Cassaforte Web e App desktop**](/user-guides/it/web-vault.md)
* [**KeeperFill for Apps**](/user-guides/it/keeperfill-for-apps.md)
* [**KeeperFill for Chrome**](/user-guides/it/browser-extensions/keeperfill-for-chrome-and-brave.md)
* [**KeeperFill for Firefox**](/user-guides/it/browser-extensions/keeperfill-for-firefox.md)
* [**KeeperFill for Safari**](/user-guides/it/browser-extensions/keeperfill-for-safari.md)
* [**KeeperFill for Edge**](/user-guides/it/browser-extensions/keeperfill-for-edge.md)
* [**KeeperFill for Opera**](/user-guides/it/browser-extensions/keeperfill-for-opera.md)
* [**iOS**](/user-guides/it/ios.md)
  * [**Configurazione di completamento automatico e chiavi d'accesso per iOS**](/user-guides/it/autofill-setup-for-ios.md)
* [**Android**](/user-guides/it/android.md)
  * [**Configurazione di completamento automatico e chiavi d'accesso per Android**](/user-guides/it/autofill-setup-for-android.md)
* [**Chiavi d'accesso**](/user-guides/it/passkeys.md)
* [**Configurazione utente finale Enterprise (accesso con password principale)**](/user-guides/it/enterprise-end-user-setup-master-password.md)
* [**Configurazione utente finale Enterprise (accesso SSO)**](/user-guides/it/enterprise-end-user-setup-sso.md)
* [**CLI a riga di comando (Commander)**](/keeperpam/commander-cli/overview.md) (in inglese)

## **Guide Enterprise**

* [**Enterprise Admin**](https://docs.keeper.io/enterprise-guide/) (in inglese)
* [**KeeperMSP**](/enterprise-guide/keeper-msp.md) (in inglese)
* [**SSO Connect Cloud**](/sso-connect-cloud/overview.md) (in inglese)
* [**Keeper Secrets Manager**](/keeperpam/secrets-manager/overview.md) (in inglese)
* [**Keeper Commander**](/keeperpam/commander-cli/overview.md) (in inglese)
* [**Keeper Connection Manager**](https://docs.keeper.io/keeper-connection-manager/) (in inglese)
* [**Active Directory Bridge**](https://docs.keeper.io/keeper-bridge/) (in inglese)

## **Link utili**

* [**Release Notes**](https://docs.keeper.io/release-notes/) (in inglese)
* [**Stato del sistema**](https://statuspage.keeper.io/)


---

# 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.keeper.io/user-guides/it/readme.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.
