> For the complete documentation index, see [llms.txt](https://docs.3dcade.studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3dcade.studio/introduction.md).

# Introduction

3Dcade turns text and images into ready-to-use 3D models.

Create, review, export, and publish in one browser workflow.

You do not need desktop software or a local GPU.

### What you can do

* generate models from text or images
* review assets in Studio before delivery
* export files for web, engines, and creative tools
* publish through embeds, gallery, and marketplace flows

### Best route by goal

* New here — open [Getting started](/build/getting-started.md)
* Need the right engine — open [Models](/models/overview.md)
* Ready to publish — open [Embed models](/publish/embed-models.md)

### Core workflow

{% stepper %}
{% step %}

### Connect

Sign in with a supported Solana wallet.

The wallet signature creates your account.
{% endstep %}

{% step %}

### Generate

Enter a prompt or upload an image.

Choose the engine and quality tier that fit the task.
{% endstep %}

{% step %}

### Review and ship

Open the result in Studio.

Export the file, embed it, or publish it.
{% endstep %}
{% endstepper %}

### Docs structure

#### Build

Use **Build** for onboarding, generation, and export.

#### Publish

Use **Publish** for embeds, listing, and discovery.

#### Reference

Use **Reference** for plans, formats, and technical details.

{% hint style="info" %}
Need help or partnership details?

Open [Contact](/contact.md).
{% endhint %}

### Next step

Start with [Getting started](/build/getting-started.md) if this is your first run.


---

# 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.3dcade.studio/introduction.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.
