> 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/overview.md).

# Overview

### MetaCreate

Welcome to the MetaCreate documentation.

MetaCreate is building the Operating System for Generative Media — a multimodal stack where creation, ownership, monetization, and capital formation come together for the next generation of creators and products.

MetaCreate combines studio-grade generative multimodal models with Web3-native primitives, so teams can move from “content output” to “creator-owned IP” without wrestling with infrastructure, fragmented tools, or protocol complexity.

At the base of MetaCreate is a unified generative layer: a curated library of production-ready models across image, video, and audio, accessible through a single, consistent interface.

&#x20;Whether you are shipping a consumer app, a creative tool, or an on-chain media experience, you get fast, reliable generation out of the box.

On top of this sits the ownership and capital layer: native NFT minting, on-chain attribution, and creator-led token rails that turn every generated asset into a programmable, composable digital primitive. Creation is no longer a cost center; it becomes an asset class.

This documentation walks you through everything from your first media generation to building fully on-chain, creator-led media workflows — whether you are a solo builder, a studio, or a protocol team looking to embed generative media into your product.

<br>

#### Start Creating

\ <br>

<br>


---

# 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/overview.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.
