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

# Billing

> Understand Starter vs Pro, free trial limits, Parallel Roomotes, and when to upgrade.

export function RoomoteAppLink({path = '/', children}) {
  return <a href={getDocsRoomoteRedirectPath(path)}>{children}</a>;
}

Billing in Roomote is mainly about concurrent capacity. You are choosing how many **Parallel Roomotes** can actively work at the same time, not unlocking different features, seats, integrations, or queue volume.

## Plans

Roomote currently has two self-serve plans:

* **Starter**: \$99/month, 1 Parallel Roomote, 100M tokens/month
* **Pro**: \$899/month per Parallel Roomote, 1B tokens/month per Parallel Roomote

Starter is the default self-serve path. Pro is there when you already know you need more monthly capacity or more than one active task lane.

## How Parallel Roomotes work

One Parallel Roomote equals one actively running task at a time.

If you have:

* **Starter**: one task runs at a time
* **Pro with 1 Parallel Roomote**: one task runs at a time
* **Pro with 2 Parallel Roomotes**: two tasks can run at the same time

Queue volume is not the limit. Your team can still submit as much work as it wants. More Parallel Roomotes only change how much can run **simultaneously**.

## Token limits

* **Starter** includes **100M tokens per month**
* **Pro** includes **1B tokens per month per Parallel Roomote**

If you add more Pro capacity, the monthly token allowance scales with it.

Starter is intentionally fixed at one Parallel Roomote. If you outgrow it, the path is to upgrade to Pro instead of editing quantity on Starter.

## Free trial

The trial is the same regardless of which paid plan you expect to use later. It:

* lasts up to **7 days**
* includes up to **100M trial tokens**
* requires a credit card to start
* includes all product functionality during the trial

The trial is best used for a real pilot: connect the tools you actually use, create one environment that can prove work, and run a few representative tasks.

## How to decide between Starter and Pro

Start with **Starter** when:

* you want the default self-serve plan
* one active task lane is enough for now
* you are still proving out whether Roomote fits your team

Start with **Pro** when:

* you already expect heavier monthly usage
* you need more than one active task lane
* multiple teams or channels will be using Roomote at the same time

## What to check in Billing settings

Use the Billing page in the app to:

* start or resume paid billing
* see your current plan
* check token usage against the current limit
* upgrade Starter to Pro
* change the number of Parallel Roomotes on Pro
* open recent invoices

## How to cancel or change your subscription

* As an admin, go to <RoomoteAppLink path="/settings/billing">Settings -> Billing</RoomoteAppLink>
* Click on **Go to the billing portal** to manage payment methods or cancelation
* If you are on Starter and need more capacity, use **Upgrade to Pro**

If you have any questions, reach out through the shared Slack channel or `help@roomote.dev`.
