> For the complete documentation index, see [llms.txt](https://metacreate.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://metacreate.gitbook.io/docs/welcome/quick-start.md).

# Quick Start

Step 1: Choose Your Model\
Browse the Model Gallery and select from 45+ production-grade models—image, video, audio. Each model is optimized for specific outputs (portraits, product shots, cinematic video, anime, etc.).

No setup. No API keys. Just click and go.

Step 2: Write Your Prompt\
Use the Prompter to describe what you want. Reference style guides, character sheets, or brand packs from your Asset Shelf. The system understands context, physics, and intent—so you get what you imagine, not what the model guesses.

Step 3: Generate, Tweak, and Publish\
Hit generate. Iterate in real-time. When it's right, mint directly as an ERC-721 or ERC-1155. Your asset is now on-chain, ownable, and ready to monetize. No export. No separate minting tool. One flow.

Your Workspace\
The Prompter — Where ideas become prompts. Context-aware, physically grounded, optimized for each model.

Model Library — 45+ curated models, ready for production. Filter by use case, speed, or output quality.

Upscalers — Enhance resolution, restore details, sharpen outputs. Up to 13,000px with AI-native texture reconstruction.

Asset Shelf — Your generated IP, organized. Collections, brand packs, style guides, training sets. All ownable, all composable.


---

# 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://metacreate.gitbook.io/docs/welcome/quick-start.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.
