> 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.md).

# For Creators

Whether you’re building a **pay-per-download app**, a **secure NDA file-sharing service**, or an **ephemeral session for legal cases**, QS Builder provides a **drag-and-drop interface** that allows you to create and deploy your app with minimal effort on top of QS tech.

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

**Start building in 5 simple steps:**

{% stepper %}
{% step %}
**Start a new project**:

Press the (+) in the middle of the canvas to start a new project

<figure><img src="/files/1e7LfjexF0hs72lkbFym" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Select actions, triggers, or plugins:**

You'll have multiple actions to choose from such as QS actions, web2 & web3 plugins to match your logic flow and imagination for your data-sharing and communication app

<figure><img src="/files/TUKVDeUO2RMnNvAjjtka" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Build your logic (Drag & Drop):**

With simple links, connect and complete your action logic

<figure><img src="/files/8iCHneTPVi0iNpvvEJfc" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}
**Set action properties:**

Each action and trigger blocks comes with its own properties. Simply press on the action and the properties pop-up will appear

<figure><img src="/files/qCR6tFjYQYVuzQcpXQHW" alt=""><figcaption><p>Example of "Create a room" Properties</p></figcaption></figure>
{% endstep %}

{% step %}
**Publish your application!**

Once you are done with your logic flow, you can preview or publish your application on [QS Marketplace](/qs-marketplace/overview.md) through the publish button

<figure><img src="/files/AUhpcsLwLJxlCewab4So" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

**Congratulations on building your first application!**


---

# 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.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.
