# File Transfer

File transfer enables secure and transient file sharing in your space, allowing files to be exchanged directly between users using decentralized storage, while ensuring they disappear after the session ends

<figure><img src="/files/0ucPONWAHRsf02ckRwVL" alt=""><figcaption></figcaption></figure>

## Key Features of File Transfer

<details>

<summary><strong>Flexible and Secure Data Delivery Services</strong></summary>

Employs a dynamic selection system based on service availability, ensuring users always receive the optimal choice—whether peer-to-peer networks, decentralized buckets, or relay nodes—for fast and secure data transfers.&#x20;

</details>

<details>

<summary><strong>Temporary Decentralized Storage</strong></summary>

Data is stored either on decentralized buckets or in your browser, depending on the smart selection of the delivery service. It remains available only during the active session and is automatically deleted once the session concludes.&#x20;

</details>

<details>

<summary><strong>Military-Grade Encryption</strong></summary>

Data is encrypted on your browser using AES-256 encryption for all files at rest across the platform, offering top-tier security to safeguard data against unauthorized access. Data in transit is secured with TLS, ensuring end-to-end encryption. Additionally, a peer-to-peer key establishment protocol utilizing zero-knowledge (ZK) technology is employed to further enhance privacy and security.&#x20;

</details>

<details>

<summary><strong>User-Friendly Interface</strong></summary>

Designed for ease of use, the interface allows users to quickly and effortlessly share files or text. The platform supports drag-and-drop features and batch processing, making it convenient for users to handle multiple files simultaneously. &#x20;

</details>


---

# Agent Instructions: 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://docs.quicksync.me/qs-share/features/editor.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.
