> 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/qs-share/getting-started/publish-your-docs.md).

# Access Options

<details>

<summary>Connected Wallet Access: Enhanced Functionality</summary>

For users looking to unlock the full potential of QS Share, the connected wallet option provides a feature-rich experience and increased quotas. By linking their wallet, users gain access to enhanced session security through a wallet-based key establishment protocol, and continued protection through decentralized servers and military-grade encryption **for free**. This option ensures robust privacy and aligns with the principles of Zero Knowledge.

</details>

Not interested in connecting your wallet? No worries! We've got you covered. Users can enjoy the **free version** of QS Share with full access to core functionalities, such as file sharing, notes sharing, and private chat rooms, all secured with decentralized servers for encryption and keyset exchanges.

<details>

<summary>No-Account Access: Instant and Anonymous</summary>

QS Share offers a seamless no-account option, allowing users to instantly access its powerful file-sharing and communication features without the need for creating an account or connecting a wallet. This approach prioritizes accessibility, making it ideal for quick, secure, and ephemeral data exchanges. Users can enjoy the free version of QS Share with limited functionality for file sharing, text sharing, and private chat, all secured by decentralized servers, military grade encryption, and a secure key establishment protocol.

</details>

{% hint style="success" %}
Whether using **No-account access** or **connected wallet access**, you can enjoy the **free version** features for file sharing and communication of QS Share dApp
{% endhint %}

{% hint style="success" %}
For those seeking advanced features and extended capabilities, a **premium subscription** is available, which requires connecting a wallet.
{% endhint %}


---

# 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/qs-share/getting-started/publish-your-docs.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.
