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

# Plans and billing

> How TimeTracker billing works – the Free and Pro plans, seats, trials, payment and receipts, and who in your workspace is allowed to change any of it.

TimeTracker has two plans: **Free** and **Pro**. Billing lives at **Settings → Plan & billing**, and each workspace is billed on its own.

## What "billing" covers here

A workspace is the thing that pays. If you belong to three workspaces, each one has its own plan, its own seats and its own bill.

| Thing                        | Where it lives                                     |
| ---------------------------- | -------------------------------------------------- |
| Your current plan and status | **Settings → Plan & billing**                      |
| The upgrade button           | **Settings → Plan & billing**                      |
| Card, invoices and receipts  | The billing portal, opened from **Manage billing** |
| Who is using a seat          | **Settings → Team Members** and the seat meter     |

## The two plans

The dividing line is **capture vs resolution**.

* **Free = record your work.** Track time, run projects and tasks, fill in timesheets, clock in and out, request time off, submit expenses.
* **Pro = resolve it.** Approve the work, invoice it, budget against it, share it with a client, or take it out as a file.

Pro is one tier on two cadences – **monthly** or **yearly**. There is no higher tier to buy.

<Info>
  Prices are on the [TimeTracker pricing page](https://timetracker.in/pricing). The exact amount for your seat count and country is confirmed at checkout.
</Info>

## Trials

The first workspace you create starts on a **14-day trial with every Pro feature switched on**. The trial belongs to you, not to the workspace, so a second workspace you create later starts on Free.

When the trial ends, the workspace moves to Free. Nothing is deleted.

## Seats

The Free plan includes **3 people**. Seats count everyone with access:

* every active member, of every role
* every open invitation that has not expired
* every client-portal contact

An open invite is access, so it holds a seat. See [Seats](/billing/seats) for the full rules.

## Example

Maya Ellis creates **Northwind Studio**. Her 14-day trial gives the whole team invoicing, budgets and approvals from day one.

On day 15 the trial ends. Northwind has 5 people, which is over the Free limit of 3. All 5 keep working, all their tracked hours stay on screen, and Priya can still see the timesheets her team submitted. What she cannot do is approve them. Maya upgrades to Pro, and the whole backlog of submitted timesheets becomes approvable the same minute.

## Permissions

| Action                  | Capability         | Roles by default      |
| ----------------------- | ------------------ | --------------------- |
| See and change the plan | `billing.manage`   | Owner, Admin          |
| Export workspace data   | `data.export`      | Owner, Admin, Finance |
| Delete the workspace    | `workspace.delete` | Owner only            |

`billing.manage` is a capability, so a custom role can be granted it. If you do not hold it, **Plan & billing** does not appear in your settings menu, and upgrade prompts tell you to ask an owner or admin instead of sending you to a page you cannot use.

## What happens next

* If you are on a trial, a quiet bar appears at the top of the app in the last 3 days.
* If a payment fails, that bar turns into a warning with a **Manage billing** button.
* If you are on Free, the bar reminds you what Pro unlocks.

Nothing in TimeTracker ever locks you out of the app because of billing. The worst case is that a paid feature stops accepting new writes.

## Common questions

<AccordionGroup>
  <Accordion title="Is Free a trial that runs out?">
    No. Free is permanent. A workspace can stay on it forever.
  </Accordion>

  <Accordion title="Do I pay per workspace or per person?">
    Both, in a sense. Each workspace has its own subscription, and inside a workspace you pay per person with access.
  </Accordion>

  <Accordion title="Who handles the payment?">
    Our payment provider handles billing, tax and VAT as merchant of record. Your card details never touch TimeTracker.
  </Accordion>

  <Accordion title="Can a member see the plan?">
    Only people with `billing.manage` see the billing page. Everyone else sees plan limits at the point they hit one, with a message telling them who can upgrade.
  </Accordion>
</AccordionGroup>

## Troubleshooting

| Problem                           | Cause                                | Fix                                                             |
| --------------------------------- | ------------------------------------ | --------------------------------------------------------------- |
| No **Plan & billing** in Settings | You do not hold `billing.manage`     | Ask an owner or admin                                           |
| A feature shows a blurred page    | The feature is not on your plan      | See [Free vs Pro](/billing/free-vs-pro)                         |
| Cannot invite a 4th person        | The Free seat limit is 3             | See [Seats](/billing/seats)                                     |
| Paid but still on Free            | The confirmation has not arrived yet | See [Billing troubleshooting](/billing/billing-troubleshooting) |

## Related guides

<CardGroup cols={2}>
  <Card title="Free vs Pro" icon="scale-balanced" href="/billing/free-vs-pro">
    What each plan includes, feature by feature.
  </Card>

  <Card title="Plans and pricing" icon="tag" href="/billing/plans-and-pricing">
    The plan structure and where to find current prices.
  </Card>

  <Card title="Seats" icon="users" href="/billing/seats">
    How seats are counted and what the Free limit means.
  </Card>

  <Card title="Start a subscription" icon="credit-card" href="/billing/start-a-subscription">
    Upgrade a workspace to Pro.
  </Card>

  <Card title="Plans and features" icon="list-check" href="/concepts/plans-and-features">
    The concept behind plan gating.
  </Card>

  <Card title="Roles and capabilities" icon="shield" href="/concepts/roles-and-capabilities">
    Who can do what in a workspace.
  </Card>
</CardGroup>
