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

# Introduction

> Meet MineClawd, see real use cases, and jump to the next chapter fast.

<Frame>
  <iframe width="100%" height="315" src="https://www.youtube.com/embed/a_dkB-nYL14?si=fAlRMMR0J82D4BoK" title="MineClawd introduction video" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerPolicy="strict-origin-when-cross-origin" allowFullScreen />
</Frame>

MineClawd is a Minecraft mod that lets you ask for changes in plain language. Type what you want, and MineClawd does the work in your world.

MineClawd includes a dedicated overlay GUI with real-time streaming, session management, and asset tracking built in.

<Frame caption="Watch MineClawd stream a response in the overlay">
  <img src="https://mintcdn.com/cyniaai/V8MogwCX4un-bpiN/images/mineclawd-generating.png?fit=max&auto=format&n=V8MogwCX4un-bpiN&q=85&s=9478bed2fa75e37868f9216cd122ca28" alt="MineClawd overlay GUI showing a streaming response" width="2880" height="1659" data-path="images/mineclawd-generating.png" />
</Frame>

<Warning>
  MineClawd is experimental. It can execute generated JavaScript in-game. Treat OP access and API keys as sensitive.
</Warning>

## What you can do right now

| Type this                                                                   | What happens                                                                                                 |
| --------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ |
| `/mclawd summon a villager that trades wooden swords for 64 emerald blocks` | MineClawd creates a villager NPC that offers wooden swords in exchange for 64 emerald blocks each.           |
| `/mclawd tell the whole server in a fancy way that i'm going to sleep`      | MineClawd broadcasts a stylish message to all players on the server, announcing that you are going to sleep. |
| `/mclawd always welcomes new players with messages in chat`                 | MineClawd sends a welcome message in chat whenever a new player joins the world.                             |
| `/mclawd summon god of lightning at random locations every 5 minutes`       | MineClawd summons a powerful lightning entity at random locations in the Minecraft world every 5 minutes.    |
| `/mclawd make white wool with r=10 continuously spawn under my feet`        | MineClawd creates white wool blocks in a radius of 10 around you, continuously spawning under your feet.     |
| `/mclawd build a small house at 100, 64, 100`                               | MineClawd constructs a small house at the specified coordinates (100, 64, 100) in the Minecraft world.       |

## Pick your path

<CardGroup cols={2}>
  <Card title="Getting started" icon="rocket" href="/quickstart">
    Start from zero and send your first working message.
  </Card>

  <Card title="Using the GUI" icon="desktop" href="/tutorials/using-the-gui">
    Learn the overlay window, AssistiveTouch orb, and streaming controls.
  </Card>

  <Card title="Tracking assets" icon="box" href="/tutorials/tracking-assets">
    Browse, teleport to, and manage everything MineClawd creates.
  </Card>

  <Card title="Tutorials" icon="book-open" href="/tutorials/managing-sessions">
    Go deeper with guides for sessions, multiplayer, and persona design.
  </Card>

  <Card title="Command reference" icon="terminal" href="/commands/overview">
    Learn every `/mineclawd` subcommand with syntax and examples.
  </Card>

  <Card title="Configuration" icon="palette" href="/configuration/complete-config">
    Set provider, model, limits, and runtime options in detail.
  </Card>

  <Card title="Soul personality" icon="pen-to-square" href="/configuration/souls">
    Customize MineClawd tone and behavior with soul files.
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/resources/troubleshooting">
    Fix setup and runtime problems quickly.
  </Card>
</CardGroup>
