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

# Your Runloop Trial

> Pro Trial credits, capability caps, and compute limits for new Runloop accounts.

New Runloop accounts start on a **Pro Trial**: access to every Pro feature, with trial limits on [devbox size](/docs/devboxes/configuration/sizes), concurrency, and keep-alive time. It includes **\$50 in free credits**, and no credit card is required to sign up.

Track remaining credit and caps anytime on the [Usage page](https://platform.runloop.ai/billing/usage) in the dashboard.

## Capability limits

These caps apply while your account is on the Pro Trial:

| Resource                                          | Limit        |
| ------------------------------------------------- | ------------ |
| Running [devboxes](/docs/devboxes/overview)       | 3 concurrent |
| [Blueprints](/docs/devboxes/blueprints/overview)  | 5            |
| [Snapshots](/docs/devboxes/snapshots)             | 10           |
| [Storage objects](/docs/storage-objects/overview) | 3            |

Creating or launching past a cap returns an error until you free capacity (for example, shut down a running devbox) or [upgrade](#when-you-hit-a-limit).

## Compute and size limits

Trial accounts can use these [devbox sizes](/docs/devboxes/configuration/sizes): **X Small**, **Small**, and **Medium**. Larger sizes require a paid plan.

Devboxes on the trial have a maximum keep-alive of **1 hour**. Suspend or shut down unused work to conserve credit.

## Usage credit

Your trial includes about **\$50** of devbox usage, metered as vCPU-seconds, memory GB-seconds, and disk GB-seconds. Usage draws down that pool until it is exhausted.

<Tip>
  Suspend idle [devboxes](/docs/devboxes/start-stop) and delete resources you no longer need so credit lasts longer while you evaluate the platform.
</Tip>

## When you hit a limit

If you reach a capability cap or exhaust credit:

1. Check current usage on the [Usage page](https://platform.runloop.ai/billing/usage).
2. Free capacity where you can, or upgrade from [Billing](https://platform.runloop.ai/billing/details) in the dashboard.

For plan questions, contact [support@runloop.ai](mailto:support@runloop.ai).

## Next steps

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/docs/tutorials/quickstart">
    Create an API key and launch your first devbox.
  </Card>

  <Card title="Dashboard" icon="browser" href="/docs/tools/dashboard">
    Manage keys, usage, and resources in the Runloop Dashboard.
  </Card>
</CardGroup>
