> For the complete documentation index, see [llms.txt](https://mazingxr.gitbook.io/mazing-world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mazingxr.gitbook.io/mazing-world/ai-apps/create-ai-3d-videos.md).

# Create AI 3D Videos

## Step 1: Click on "Generate AI 3D Video"

Log in to your Mazing account and click on the **"Generate AI 3D Video"** card. A modal will open with a short example video. Click **"Start"** to continue.

<figure><img src="/files/N0mYkg2BE8nYqdVEQJCm" alt=""><figcaption><p>Click on Start to continue</p></figcaption></figure>

## Step 2: Upload your Product Rendering

Upload your rendering via drag and drop or click **"Browse"** to select your file manually.

<figure><img src="/files/yiRe3JpJ2GQicQ6YxhWS" alt=""><figcaption><p>Upload your product image</p></figcaption></figure>

## Step 3: Enter your prompt

Choose from our predefined prompts or select **"Other"** to enter your own.

<figure><img src="/files/m3OAUNN7q2TvDUECgJVF" alt=""><figcaption><p>Select "Other" to write your own prompt</p></figcaption></figure>

## Step 4: Wait for your Product Video

After clicking **"Next"**, you will receive a message with the estimated processing time. Check your email after 3–5 minutes – your video should be there.

<figure><img src="/files/xEUJoc8UtCvQvlipKDzT" alt=""><figcaption><p>Wait 3-5 minutes</p></figcaption></figure>

## Final Result 🎉

<figure><img src="/files/4C2ZsugFDtD5m2pGTprC" alt=""><figcaption></figcaption></figure>


---

# 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://mazingxr.gitbook.io/mazing-world/ai-apps/create-ai-3d-videos.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.
