# Quick Start

## Quickstart

Getting started with Interactive Studio is simple. You don’t need to set up anything in advance or prepare special files - you can jump straight into building.

All you need is a **Wix Studio project** and an idea of what kind of experience you want to create.

{% embed url="<https://www.youtube.com/watch?v=QOjo4wqYn_w>" %}

***

### Step 1: Choose the Right App

Each Interactive Studio app focuses on a different part of interactive design. Start by picking the one that fits your goal:

* **Spline Control**\
  Best for scroll-driven **3D scenes** using Spline.\
  Use this if you want objects to move, rotate, or transform as users scroll.
* **Motion Flow**\
  Best for **scroll-based video experiences**.\
  Use this if you want to reveal products, tell stories, or guide users through video on scroll.
* **Aura Suite**\
  Best for **visual polish and UI effects**.\
  Use this if you want smooth scrolling, custom cursors, overlays, and animated text.

You can use just one app or combine several - they are designed to work alongside each other.

***

### Step 2: Install the App

Once you’ve chosen an app, install it directly into your Wix Studio project from the app marketplace.

After installation, the app becomes available inside the editor, either as a widget you can place on the page or as an editor add-on panel, depending on the app.&#x20;

No extra setup is needed before you start using it.

***

### Step 3: Place It and Start Creating

Add the app to your page (or open it from the editor tools) and start configuring everything visually.

Most setups follow the same pattern:

* choose a template or connect your own content
* adjust a few sliders, toggles, or options
* preview the result directly in the editor

You don’t need to write code, upload scripts, or connect external services. Everything runs automatically once the app is placed and configured.

***

### Not Sure Where to Start?

If you just want to explore what’s possible, start with templates. All apps include ready-made examples that are designed to work out of the box and show you what each tool can do.

You can always switch to your own content later once you feel comfortable with the workflow.

***

### What’s Next?

After you’ve installed your first app, continue with the detailed guides for that app:

* [**Spline Control → Setup & First Animation**](/interactive-studio/spline-control/introduction.md)
* [**Motion Flow → Creating Your First Scroll Video**](/interactive-studio/motion-flow/introduction.md)
* [**Aura Suite → Applying Your First Effects**](/interactive-studio/aura-suite/introduction.md)

Each guide walks you through the process step by step and explains all available options.


---

# Agent Instructions: 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:

```
GET https://insync.gitbook.io/interactive-studio/general/readme-1.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.
