> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tigo3d.art/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> TIGO turns a prompt or a photo into a production-ready 3D model, with an optional on-chain ownership layer.

## What TIGO is

**TIGO** is a 3D creation platform. A creator starts from a text prompt or a reference image, gets a game-ready 3D model back, inspects it in the browser, refines it, publishes it to a public gallery, and — if they choose — registers authorship of that model on **Robinhood Chain**.

TIGO is built for game developers, Roblox and UGC creators, indie studios, digital-collectible makers, and designers who need assets fast.

## The three surfaces

<CardGroup cols={3}>
  <Card title="Marketing site" icon="globe">
    `tigo3d.art`. The public front door.
  </Card>

  <Card title="Hub" icon="compass">
    Discovery, your asset library, collections, and the token page. A normal scrolling layout with a top navigation bar.
  </Card>

  <Card title="Studio" icon="cube">
    The creation environment. Full-viewport, three panels: tool controls, the 3D viewport, and your asset library. Each panel scrolls on its own.
  </Card>
</CardGroup>

## What you can do

<CardGroup cols={2}>
  <Card title="Text to 3D" icon="pen-nib" href="/tools/text-to-3d">
    Describe an object, get a clean textured mesh.
  </Card>

  <Card title="Image to 3D" icon="image" href="/tools/image-to-3d">
    One reference photo becomes a game-ready model.
  </Card>

  <Card title="Multi-view to 3D" icon="layer-group" href="/tools/multi-view">
    Up to four angles of the same object for tighter geometry.
  </Card>

  <Card title="Retexture" icon="palette" href="/tools/retexture">
    Restyle a finished model from a prompt or a reference image.
  </Card>

  <Card title="Remesh" icon="scissors" href="/tools/remesh">
    Rebuild geometry to a polygon budget.
  </Card>

  <Card title="Rig & animate" icon="person-running" href="/tools/rig">
    Auto-rig humanoids, then apply motion clips.
  </Card>
</CardGroup>

## How ownership works

Core creation never depends on the blockchain. Every account gets an embedded wallet on first login, managed for the creator. When a model is published, the creator can register it on-chain for verifiable authorship. Only hashes go on-chain, never files, images, or prompts.

<Card title="Read the Web3 overview" icon="link" href="/web3/robinhood-chain">
  Network details, the embedded wallet, the \$TIGO token, and the asset registry.
</Card>
