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

# Getting Started

> Set up your Hyperbolic account and launch your first AI workload in minutes

## Getting Started

<Steps titleSize="h2">
  <Step title="Create your account">
    [Sign up for Hyperbolic](https://app.hyperbolic.ai), then verify your email address. Check your inbox for a verification email and click the link to activate your account. Once verification is complete, you will be able to access the Hyperbolic platform.
  </Step>

  <Step title="Add payment">
    Before launching GPU instances or using Inference, add funds to your account.

    Go to Billing → Add Funds, or click the Deposit icon in the top-right of your dashboard. Add at least \$5.00 to your balance, then complete your payment through Stripe.

    <img src="https://mintcdn.com/hyperboliclabs/jXRZL9dFbhcCeFvD/images/add-funds.png?fit=max&auto=format&n=jXRZL9dFbhcCeFvD&q=85&s=425ee7655ff94bb4005d874f0f6d3917" alt="Add credits dialog with preset amounts ($25, $50, $100, other) and a Pay Now button" width="450" data-path="images/add-funds.png" />

    <Tip>
      Pro tip: Enable Auto Top-Up to help avoid interruptions. Auto Top-Up automatically adds credits to your account when your balance gets low, helping prevent active instances from being stopped or terminated because of insufficient funds.
    </Tip>

    <Accordion title="Enable Auto Top-Up (Optional)" defaultOpen={true}>
      Set up automatic reloading to ensure uninterrupted service:

      1. Go to Billing → Auto Top-Up Settings
      2. Set your minimum balance threshold (e.g., \$20)
      3. Choose auto-reload amount (e.g., \$50)
      4. Save your preferences

      You can manage your payment method, credits, and Auto Top-Up settings from the Billing page.
    </Accordion>
  </Step>

  <Step title="Add your team">
    If you are working with a team, create or join an Organization before launching workloads.

    Organizations let teammates share access to the same workspace, billing balance, and infrastructure usage. After creating or joining an Organization, invite your teammates so everyone can manage resources from one account instead of using separate individual accounts.

    You can manage Organizations from the top-left menu in your dashboard.

    <img src="https://mintcdn.com/hyperboliclabs/CQoPi2KBoSU-fi7m/images/manage-organizations.png?fit=max&auto=format&n=CQoPi2KBoSU-fi7m&q=85&s=b1089bd030cd9f9fdcf3598ce4ac7d69" alt="Organization switcher menu in the top-left of the dashboard, showing the Personal organization and a New Organization option" width="450" data-path="images/manage-organizations.png" />
  </Step>

  <Step title="Choose your path">
    Select the product that matches your workload:

    * Need flexible GPU access? Start with [On-Demand GPUs](/docs/on-demand/overview).
    * Need predictable capacity at a lower rate? Reserve it self-serve with [Reserved](/docs/reserved/overview).
    * Need dedicated, custom-built infrastructure? [Contact the team](mailto:sales@hyperbolic.ai) about Private Cloud.
    * Need API-based model serving? Use [Inference](/docs/inference/overview).
  </Step>

  <Step title="Start building">
    Launch workloads, test infrastructure, serve models, and scale into reserved or dedicated capacity when your requirements become predictable.

    Follow the quickstart for your path:

    * [On-Demand GPU Quick Start](/docs/on-demand/quickstart) — launch your first GPU instance
    * [Inference Quick Start](/docs/inference/quickstart) — call the API in minutes

    <Note>
      Launching a GPU instance requires an SSH key on your account. Add one in your account settings — see [Account Management](/docs/general/account-management) for details.
    </Note>
  </Step>
</Steps>

## Platform Capabilities

<CardGroup cols={3}>
  <Card title="Flexible GPU Access" icon="server" href="/docs/on-demand/overview">
    Start with on-demand GPU instances, then move into reserved or private infrastructure as workloads scale.
  </Card>

  <Card title="Inference API" icon="bolt" href="/docs/inference/overview">
    Serve models through API-based inference when you do not need to manage GPU instances directly.
  </Card>

  <Card title="Production-Scale Infrastructure" icon="building" href="mailto:sales@hyperbolic.ai">
    Support training, fine-tuning, inference, and production AI workloads with infrastructure that can grow with your team.
  </Card>
</CardGroup>

## Ready to Build?

Choose the infrastructure path that matches your workload today, then scale as your requirements become clearer.

**Useful links:**

* [Dashboard](https://app.hyperbolic.ai) — manage instances, billing, and organizations

## Need Help?

* 📧 Email: [support@hyperbolic.ai](mailto:support@hyperbolic.ai)

## Common Issues

<Accordion title="Credits not showing after payment">
  * Credit card payments appear instantly
  * Contact support if credits don't appear within 30 minutes
</Accordion>

<Accordion title="SSH connection refused">
  1. Ensure your SSH key is added to your account
  2. Check instance is in "running" state
</Accordion>

<Accordion title="API rate limit exceeded">
  * Free tier: 60 requests/minute
  * Pro tier: 600 requests/minute
  * Enterprise: Unlimited
  * See [Rate Limits](/docs/inference/performance-limits) for details
</Accordion>
