> For the complete documentation index, see [llms.txt](https://docs.quicksync.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.quicksync.me/platform/introduction.md).

# Introduction

In the digital age, the large amount of data and its associated energy demands have surged dramatically, posing significant challenges to privacy, security and sustainability.&#x20;

**Privacy and Security**

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td>43% of consumers don’t believe they can adequately protect their personal data today …</td><td><a href="/files/ZKcukbOe1wIjIBYv6O6q">/files/ZKcukbOe1wIjIBYv6O6q</a></td></tr><tr><td>Just 10% of consumers feel they have total control over their shared data …</td><td><a href="/files/Eyo4TnXutWMsMUTasVzy">/files/Eyo4TnXutWMsMUTasVzy</a></td></tr><tr><td>The average data breach cost 3.92 million$ &#x26; requires on average 279 days to detect it …</td><td><a href="/files/fdKJL4mVpzi9NQXxI8St">/files/fdKJL4mVpzi9NQXxI8St</a></td></tr></tbody></table>

**Environment**

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td></td><td>By 2040, storing digital data is set to create 14 percent of the world’s emission...</td><td><a href="/files/KyviNVjIAVRVy3xhvYvS">/files/KyviNVjIAVRVy3xhvYvS</a></td></tr><tr><td></td><td>‘ ...the amount of computing done in data centers in the past ten years has increased by 550%...</td><td><a href="/files/9GfcDSysxCxelxsKZ1qD">/files/9GfcDSysxCxelxsKZ1qD</a></td></tr><tr><td></td><td>Tsunami of data’ could consume one fifth of global electricity by 2025</td><td><a href="/files/QyBM00RF2JyUGyFVYZzF">/files/QyBM00RF2JyUGyFVYZzF</a></td></tr></tbody></table>

These issues demand innovative solutions that prioritize privacy, user autonomy, and sustainable practices.&#x20;

Quick Sync is introduced against this backdrop as a service designed to address these multifaceted challenges, offering a privacy-first framework that enables users, developers, and creators to easily build, deploy, and monetize workspace privacy apps. With APIs and SDKs, our platform simplifies building secure collaborative spaces.

This paper delves into the architecture and functionality of the QS ecosystem, highlighting its role in addressing the challenges of modern data sharing while paving the way for a decentralized digital future.


---

# 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.quicksync.me/platform/introduction.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.
