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

# Grounds documentation

> Build Minecraft workloads, deploy the Grounds platform stack, and reference the APIs, plugins, and engineering conventions.

<div style={{ display: "flex", justifyContent: "center", margin: "0 0 2rem" }}>
  <img src="https://mintcdn.com/grounds/J3A57dPvvE01D0QS/logo/grounds-hero.webp?fit=max&auto=format&n=J3A57dPvvE01D0QS&q=85&s=f926da3e7a20d04539bcd5afaed54a36" alt="Grounds" style={{ width: "min(540px, 100%)", height: "auto" }} noZoom width="960" height="454" data-path="logo/grounds-hero.webp" />
</div>

Grounds helps teams ship Minecraft plugins, game modes, services, and supporting platform components into managed Kubernetes environments.

## Start here

<CardGroup cols={2}>
  <Card title="Build for Grounds" icon="rocket" href="/build">
    Push plugins, game modes, and services from Gradle to preview or dev environments.
  </Card>

  <Card title="Deploy" icon="server" href="/deploy">
    Run the platform stack with maintained containers, Helm charts, and identity integrations.
  </Card>

  <Card title="Reference" icon="code" href="/reference/apis">
    Browse APIs, plugin SDKs, convention plugins, and engineering standards.
  </Card>

  <Card title="Quickstart" icon="play" href="/build/quickstart">
    Install the CLI, sign in with your Grounds Account, and make your first push.
  </Card>
</CardGroup>

## Common paths

Pick the page that matches the work in front of you:

<CardGroup cols={2}>
  <Card title="CLI installation" icon="terminal" href="/build/cli/installation">
    Install or update the `grounds` command.
  </Card>

  <Card title="Gradle plugin setup" icon="plug" href="/build/gradle-plugin/setup">
    Wire `gg.grounds.push` into the module that produces your deployable JAR.
  </Card>

  <Card title="Containers" icon="box" href="/deploy/containers">
    Use the maintained runtime images for Paper, Velocity, and development containers.
  </Card>

  <Card title="Plugins SDK" icon="puzzle-piece" href="/reference/plugins">
    Integrate with Config System and Agones runtime helpers.
  </Card>
</CardGroup>

## MCP access

<Info>
  You can also access this documentation through the MCP server at [https://docs.grounds.gg/mcp](https://docs.grounds.gg/mcp).
</Info>
