> For the complete documentation index, see [llms.txt](https://encryptum.gitbook.io/encryptum/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://encryptum.gitbook.io/encryptum/storage-and-retrieval-process/data-retrieval.md).

# Data Retrieval

To retrieve data, a user needs to provide the **CID** associated with the file they want to access. The retrieval process is as follows:

1. **CID Query**: The user queries the network using the CID.
2. **Data Availability Check**: The network verifies that the file is available on the IPFS network.
3. **Decryption**: Once the file is retrieved, the user must decrypt it using their **private key**. Only the holder of the private key can decrypt the data, ensuring that it remains secure during the retrieval process.


---

# 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:

```
GET https://encryptum.gitbook.io/encryptum/storage-and-retrieval-process/data-retrieval.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
