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

<div style={{display: 'flex', alignItems: 'center', gap: '2rem', marginBottom: '3rem'}}>
  <div style={{flex: 1}}>
    <h1 style={{fontSize: '3.5rem', fontWeight: '800', lineHeight: '1.2', marginBottom: '1.5rem'}}>
      Welcome to PlayFlow 👋
    </h1>

    <p style={{fontSize: '1.25rem', marginBottom: '2rem'}}>
      Welcome to the official documentation for PlayFlow, the easiest way to build, deploy, and scale multiplayer games globally. Learn how to create engaging multiplayer experiences and bring your game ideas to life.
    </p>
  </div>

  <div style={{flex: 1, display: 'flex', justifyContent: 'center', alignItems: 'center'}}>
    <img src="https://mintcdn.com/playflow/xqejJlsQi8e5RWr4/logo/playflow.png?fit=max&auto=format&n=xqejJlsQi8e5RWr4&q=85&s=800801c7b1dc46c31efed97809d5b592" alt="PlayFlow Logo" style={{maxWidth: '300px', maxHeight: '300px'}} width="500" height="500" data-path="logo/playflow.png" />
  </div>
</div>

***

<CardGroup cols={3}>
  <Card href="/quickstart" icon="rocket">
    <h3>Get Started</h3>
    <p>Make your first server deployment in minutes.</p>
  </Card>

  <Card href="/api-reference/servers" icon="code">
    <h3>API Reference</h3>
    <p>Integrate and scale using our API and SDKs.</p>
  </Card>

  <Card href="https://app.playflowcloud.com" icon="layout-grid">
    <h3>Dashboard</h3>
    <p>Manage servers and monitor players directly in your browser.</p>
  </Card>

  <Card href="/guides/whats-new-playflow-2" icon="star">
    <h3>What's New</h3>
    <p>Learn about changes and new features in PlayFlow.</p>
  </Card>

  <Card href="/guides/migration-guide" icon="git-branch">
    <h3>Migration Guide</h3>
    <p>Upgrade to the latest version of the PlayFlow SDK.</p>
  </Card>

  <Card href="/unity/index" icon="cuboid">
    <h3>Unity SDK</h3>
    <p>Explore the features and capabilities now available in PlayFlow.</p>
  </Card>
</CardGroup>

<div style={{marginTop: '4rem', padding: '2rem', borderRadius: '0.5rem', textAlign: 'center'}}>
  <h3 style={{marginBottom: '1rem'}}>Join thousands of developers building on PlayFlow</h3>

  <p style={{marginBottom: '1.5rem'}}>
    Get help, share your games, and connect with other multiplayer developers
  </p>

  <a
    href="https://discord.gg/P5w45Vx5Q8"
    style={{
display: 'inline-flex',
alignItems: 'center',
gap: '0.5rem',
padding: '0.75rem 1.5rem',
borderRadius: '0.375rem',
textDecoration: 'none',
fontWeight: '600'
}}
  >
    <Icon icon="discord" /> Join our Discord Community
  </a>
</div>
