> For the complete documentation index, see [llms.txt](https://guide.swiftxr.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.swiftxr.io/how-to/step-by-step-guide-to-3d-artwork-generation.md).

# Step-by-Step Guide to 3D Artwork Generation

3D artwork generation in **SwiftXR** allows you to quickly transform simple prompts into fully interactive 3D assets. This process removes the need for complex modeling software, making it easier for creators, designers, and developers to bring ideas to life in immersive formats. In this guide, you’ll learn how to generate 3D artwork step-by-step, from entering a prompt to previewing and publishing your asset in SwiftXR.

## Step 1: Create a new Project on SwiftXR

Open the SwiftXR editor > give your project a name and then click on **create project**

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

## Step 2: Drag and Drop the AI Artwork Component

Under Components, drag and drop the AI Artwork viewer component on the Canvas.&#x20;

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

## Step 3: Type in your Prompt&#x20;

In the AI artwork generator, type in your prompt; ( a description of the design on your artwork. Then click on **generate**.

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

## Step 4: Preview and Publish your Project

Once you are satisfied with your labels and label style and mode, you can the publish your project and view in AR.

<figure><img src="/files/pR8eqpMEj0fGBd0KQelv" 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:

```
GET https://guide.swiftxr.io/how-to/step-by-step-guide-to-3d-artwork-generation.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.
