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

# Purpify documentation

> Set up and manage Purpify Minecraft Java and Bedrock servers, Geyser cross-play, the game panel, and billing.

<div className="purpify-home">
  <div className="purpify-hero">
    <div className="purpify-hero-badge">
      <span className="purpify-badge-dot" />

      <span className="purpify-badge-label">Java, Bedrock, and Geyser</span>
    </div>

    <h2>Everything you need to run your Minecraft server.</h2>
    <div className="purpify-hero-copy">Learn the Purpify panel, connect your players, customize your server, and manage your service.</div>

    <div className="purpify-actions">
      <a className="purpify-button" href="/quickstart">Get started</a>
      <a className="purpify-button-secondary" href="https://panel.purpify.host">Open game panel</a>
    </div>
  </div>

  <div className="purpify-section-heading">
    <div>
      <p className="purpify-eyebrow">Documentation</p>
      <h2>Browse by topic</h2>
    </div>

    <p>Start with the area that matches what you want to do.</p>
  </div>

  <div className="purpify-grid">
    <a className="purpify-section-card" href="/panel/overview">
      <span className="purpify-section-icon">01</span>

      <span className="purpify-card-content">
        <span className="purpify-card-title">Use the panel</span>
        <span className="purpify-card-description">Create servers, use the console, manage files, control power, and make backups.</span>
      </span>

      <span className="purpify-card-arrow">→</span>
    </a>

    <a className="purpify-section-card" href="/java/overview">
      <span className="purpify-section-icon">02</span>

      <span className="purpify-card-content">
        <span className="purpify-card-title">Java Edition</span>
        <span className="purpify-card-description">Choose server software, connect, and install plugins, mods, or Geyser.</span>
      </span>

      <span className="purpify-card-arrow">→</span>
    </a>

    <a className="purpify-section-card" href="/bedrock/overview">
      <span className="purpify-section-icon">03</span>

      <span className="purpify-card-content">
        <span className="purpify-card-title">Bedrock Edition</span>
        <span className="purpify-card-description">Connect to Bedrock servers, upload worlds, and install add-ons.</span>
      </span>

      <span className="purpify-card-arrow">→</span>
    </a>

    <a className="purpify-section-card" href="/billing/overview">
      <span className="purpify-section-icon">04</span>

      <span className="purpify-card-content">
        <span className="purpify-card-title">Billing</span>
        <span className="purpify-card-description">Manage services, invoices, payments, upgrades, and cancellations.</span>
      </span>

      <span className="purpify-card-arrow">→</span>
    </a>
  </div>

  <div className="purpify-support">
    <div className="purpify-support-icon">?</div>

    <div className="purpify-support-copy">
      <span className="purpify-support-title">Need a person?</span>
      <span className="purpify-support-description">Ask the Purpify community and support team when the docs do not contain the answer.</span>
    </div>

    <a className="purpify-button-secondary" href="https://discord.gg/purpify">Join Discord</a>
  </div>
</div>
