> ## Documentation Index
> Fetch the complete documentation index at: https://docutrack-docs.icpitalia.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Document Access

> How Docutrack is implemented

The Frontend of registered user Alice can get the encrypted doc together with the encrypted key from the backend canister.
Using the private key, Alice’s frontend can decrypt the document and process it.

<Frame>
  ![file access diagram](https://github.com/icp-hub-it/ic-docutrack/raw/main/docs/images/file-access.png)
</Frame>
