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

# Hub

> Admin panel for managing your game on Immutable

<Card title="Open Hub" icon="arrow-up-right-from-square" href="https://hub.immutable.com">
  Sign in or create an account to get started
</Card>

## Why Use Hub?

<AccordionGroup>
  <Accordion title="Zero-Code Deployment" icon="wand-magic-sparkles">
    Deploy [smart contracts](/docs/products/asset-contracts/overview) to [zkEVM](/docs/products/immutable-chain/overview), configure [Passport](/docs/products/passport/overview) authentication, and set up webhooks—all without writing code.
  </Accordion>

  <Accordion title="Unified Dashboard" icon="gauge">
    Manage everything in one place: contracts, API keys, analytics, and team access.
  </Accordion>

  <Accordion title="Built-in Best Practices" icon="shield-check">
    Pre-configured security settings, verified contracts, and production-ready defaults.
  </Accordion>

  <Accordion title="Team Collaboration" icon="users">
    Invite team members with granular permissions. Audit logs track all changes.
  </Accordion>
</AccordionGroup>

## What You Can Do

<CardGroup cols={2}>
  <Card title="Get Started" icon="rocket" href="/docs/products/hub/getting-started">
    Account, project, and API keys
  </Card>

  <Card title="Passport Clients" icon="id-card" href="/docs/products/hub/passport-clients">
    Authentication clients and redirect URIs
  </Card>

  <Card title="API Keys" icon="key" href="/docs/products/hub/api-keys">
    Publishable and secret keys
  </Card>

  <Card title="Deploy Contracts" icon="file-contract" href="/docs/products/hub/deploy-contracts">
    ERC-721, ERC-1155, and ERC-20
  </Card>

  <Card title="Webhooks" icon="webhook" href="/docs/products/hub/webhooks">
    Real-time blockchain event notifications
  </Card>

  <Card title="Team Management" icon="users" href="/docs/products/hub/team-management">
    Team members and permissions
  </Card>
</CardGroup>

## Tutorials

Get started with Hub through hands-on tutorials:

<CardGroup cols={2}>
  <Card title="Build a Game" icon="gamepad" href="/docs/guides/build-a-game">
    Set up Hub project, configure Passport, and deploy contracts
  </Card>

  <Card title="Security Checklist" icon="rocket" href="/docs/guides/admin-security#security-checklist">
    Production readiness checklist for Hub configuration
  </Card>
</CardGroup>
