> 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/framework/for-creators/features.md).

# Features

<figure><img src="/files/YzIVJ6OnappEyccBeR6G" alt=""><figcaption></figcaption></figure>

<details>

<summary>Drag &#x26; Drop Terminal:</summary>

• No need for code or technical know-how! The drag-and-drop interface allows you to add pre-built components to your app by simply dragging them from the action menu and dropping them onto the canvas.

✅ You don’t need to learn programming languages.

✅It’s intuitive and fast to build your ideas.

</details>

<details>

<summary>Action Menu:</summary>

• Action menu provides needed actions, triggers, and plugins that helps build you logic

✅ **List of QS Actions**

* Create a session
* Chatroom
* File Upload
* Text

And many more to come!

✅For web2 and web3 plugins, please check [Integrations](/framework/integrations.md)

</details>

<details>

<summary>Properties Menu:</summary>

• Each action or trigger comes with its unique set of properties that can be set through an intuitive pop-up&#x20;

<img src="/files/qCR6tFjYQYVuzQcpXQHW" alt="Example of &#x22;Create a room&#x22; Properties" data-size="original">

</details>

<details>

<summary>Logs Terminal:</summary>

• Provides detailed logs, status and debugging tools for your developed application.

![](/files/2jmdSWQ6U8R0Bf3heDea)

✅ App status (Success, error)

✅Debugging tab for error handling and guidance

</details>

<details>

<summary>Control Panel:</summary>

✅ Review app

✅Publish app

✅Save project

✅Undo/Redo

<img src="/files/AUhpcsLwLJxlCewab4So" alt="" data-size="original">

</details>

<details>

<summary>QS Token Integration for Monetization:</summary>

• Set your app’s price in **QS Tokens**, and users can access or purchase your app securely—**QS Builder** handles all that for you.

✅ Integrate payments, subscriptions, or usage fees within the app.

✅Receive payments in **QS Tokens**, which you can use within the ecosystem or convert as needed.

</details>

<details>

<summary>Multi-Device Compatibility:</summary>

• Your app can work across multiple devices with **responsive design** settings. Whether your users access the app on a smartphone, tablet, or desktop, QS Builder ensures that it looks great and functions properly on any screen size.

✅ Expand your app’s reach and accessibility

✅Automatically adjusts layout for different devices.

</details>

<details>

<summary>Effortless Publishing to QS Marketplace:</summary>

• Once your app is ready, publishing it to the [QS Marketplace](/qs-marketplace/overview.md) is a simple click of a button. Your app will be listed in the marketplace where other users can discover, buy, and interact with it.

✅ Instantly launch your app into a decentralized ecosystem.

✅Gain access to a marketplace of users who are looking for innovative and secure dApps.

</details>

With **QS Builder**, creating and launching decentralized applications is easier than ever before. Whether you’re a business, entrepreneur, or hobbyist, QS Builder provides you with all the tools you need to turn your ideas into blockchain-powered, monetized apps—without needing any coding experience. Get started today and see where your creativity can take you!


---

# 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/framework/for-creators/features.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.
