# Quick Sync | Privacy by design. Collaboration by default.

## QS Documentation

- [Abstract](https://docs.quicksync.me/platform/abstract.md): Quick Sync is a privacy-first framework that enables users, developers, and creators to easily build, deploy, and monetize workspace privacy apps.
- [Introduction](https://docs.quicksync.me/platform/introduction.md)
- [Overview](https://docs.quicksync.me/framework/overview.md): Empowering anyone to create  privacy and communication apps, utilizing QS tech and infrastructure.
- [Builders](https://docs.quicksync.me/framework/builders.md)
- [Architecture](https://docs.quicksync.me/framework/architecture.md): High-Level
- [Architecture](https://docs.quicksync.me/framework/architecture-1.md)
- [For Developers](https://docs.quicksync.me/framework/for-developers.md)
- [APIs Stack](https://docs.quicksync.me/framework/for-developers/apis-stack.md)
- [For Creators](https://docs.quicksync.me/framework/for-creators.md)
- [Features](https://docs.quicksync.me/framework/for-creators/features.md)
- [Integrations](https://docs.quicksync.me/framework/integrations.md)
- [Overview](https://docs.quicksync.me/qs-dapp-suite/overview.md)
- [Overview](https://docs.quicksync.me/qs-marketplace/overview.md)
- [Features](https://docs.quicksync.me/qs-marketplace/features.md)
- [Token Utility](https://docs.quicksync.me/qs-token/token-utility.md)
- [Revenue Model](https://docs.quicksync.me/qs-token/revenue-model.md)
- [Tokenomics](https://docs.quicksync.me/qs-token/tokenomics.md)
- [Know the Market](https://docs.quicksync.me/market-and-vision/know-the-market.md)
- [Our Movement](https://docs.quicksync.me/market-and-vision/our-movement.md)
- [High-Level Roadmap](https://docs.quicksync.me/market-and-vision/high-level-roadmap.md)
- [Investor Deck](https://docs.quicksync.me/market-and-vision/investor-deck.md)
- [KYC Verification](https://docs.quicksync.me/market-and-vision/kyc-verification.md)
- [Inquiries](https://docs.quicksync.me/stay-connected/inquiries.md)

## QS Framework

- [Introduction](https://docs.quicksync.me/qs-framework/introduction.md)
- [Session API](https://docs.quicksync.me/qs-framework/session-api.md): API for creating, joining, and managing user sessions.
- [Upload API](https://docs.quicksync.me/qs-framework/upload-api.md): API for session storage with a simplified interface for uploading and managing content on IPFS storage
- [Chats API](https://docs.quicksync.me/qs-framework/chats-api.md): API is ideal for building collaborative or real-time messaging platforms with rich interaction capabilities.
- [Wallet Verification API](https://docs.quicksync.me/qs-framework/wallet-verification-api.md): API for verifying wallet ownership
- [Real Time Events](https://docs.quicksync.me/qs-framework/real-time-events.md): Real time features

## QS Share

- [Overview](https://docs.quicksync.me/qs-share/readme.md): QS Share is a secure and private collaborative space built using the QS Framework.
- [Quickstart](https://docs.quicksync.me/qs-share/getting-started/quickstart.md)
- [Access Options](https://docs.quicksync.me/qs-share/getting-started/publish-your-docs.md)
- [Use Cases](https://docs.quicksync.me/qs-share/getting-started/use-cases.md)
- [File Transfer](https://docs.quicksync.me/qs-share/features/editor.md)
- [Markdown Notepad](https://docs.quicksync.me/qs-share/features/markdown.md)
- [Chat](https://docs.quicksync.me/qs-share/features/images-and-media.md)
- [Integrations](https://docs.quicksync.me/qs-share/features/integrations.md)
- [Data Privacy](https://docs.quicksync.me/qs-share/data-privacy.md)

## StageX

- [Introduction](https://docs.quicksync.me/stagex/introduction.md)
- [Getting Started](https://docs.quicksync.me/stagex/getting-started.md)
- [Partnership Dashboard](https://docs.quicksync.me/stagex/partnership-dashboard.md)
- [Login](https://docs.quicksync.me/stagex/partnership-dashboard/login.md)
- [Customize a session](https://docs.quicksync.me/stagex/partnership-dashboard/customize-a-session.md)
- [Share a session](https://docs.quicksync.me/stagex/partnership-dashboard/share-a-session.md)
- [Edit Session](https://docs.quicksync.me/stagex/partnership-dashboard/edit-session.md)
- [End Session](https://docs.quicksync.me/stagex/partnership-dashboard/end-session.md)
- [Creating Multi-Sessions](https://docs.quicksync.me/stagex/partnership-dashboard/creating-multi-sessions.md)
- [Moderators Access](https://docs.quicksync.me/stagex/partnership-dashboard/moderators-access.md)
- [Video Demo](https://docs.quicksync.me/stagex/partnership-dashboard/video-demo.md)
- [Q\&A Interface](https://docs.quicksync.me/stagex/q-and-a-interface.md)
- [Accessing a Session](https://docs.quicksync.me/stagex/q-and-a-interface/accessing-a-session.md)
- [Session Overview](https://docs.quicksync.me/stagex/q-and-a-interface/session-overview.md)
- [Key User Features](https://docs.quicksync.me/stagex/q-and-a-interface/key-user-features.md)
- [For Moderators](https://docs.quicksync.me/stagex/q-and-a-interface/for-moderators.md)
- [Antibots](https://docs.quicksync.me/stagex/q-and-a-interface/antibots.md)
- [Demo Video](https://docs.quicksync.me/stagex/q-and-a-interface/demo-video.md)
- [Contact](https://docs.quicksync.me/stagex/contact.md)
- [Use your microphone in StageX](https://docs.quicksync.me/stagex/guides/use-your-microphone-in-stagex.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.quicksync.me/platform/abstract.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.
