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

# Billing

> Understand how billing works in CodeCobra.

CodeCobra uses a **prepaid balance** system. You add funds to your account, and usage is deducted as you work. There are no monthly subscriptions or commitment periods — you pay for what you use.

## Account tiers

### Free trial

Every new account starts with a free trial that includes a set number of messages. This is enough to:

* Create a project and explore the interface
* Start a task and chat with CodeCobra to learn about Odoo features
* Generate a development plan to see the planning workflow
* Experience the live Odoo preview

When your trial messages are used up, add a payment method to upgrade to premium and continue building.

<Info>You don't need a credit card to start. Create an account, set up a project, and try the platform before deciding to upgrade.</Info>

### Premium

After adding a payment method, your account upgrades to premium. With a premium account you get:

* **Unlimited tasks** — create as many tasks as you need
* **Prepaid balance** — add funds that are deducted as you use CodeCobra
* **Auto-reload** — never run out of balance unexpectedly
* **Invoice history** — track all transactions and download PDFs
* **Usage analytics** — detailed breakdowns of activity across projects

## How usage works

Usage is based on the messages and interactions within your tasks. More complex conversations and larger codebases may use more credits per interaction.

Your current balance is always visible in **Settings > Billing**, so you can keep track of your spending at a glance.

## Add funds

To add funds to your account:

<Steps>
  <Step title="Open billing settings">
    Go to **Settings > Billing**.
  </Step>

  <Step title="Click Buy Credits">
    Click the **Buy Credits** button.
  </Step>

  <Step title="Enter an amount">
    Enter the amount you'd like to add. The default suggestion is \$250, but you can choose any amount.
  </Step>

  <Step title="Confirm">
    The funds are charged to your default payment method and added to your balance immediately.
  </Step>
</Steps>

## Auto-reload

Auto-reload ensures you never run out of balance in the middle of a task. When enabled, your account is automatically topped up when the balance drops below a threshold you set.

To configure auto-reload:

1. Go to **Settings > Billing**
2. Enable **Auto-reload**
3. Set a **threshold** — the balance level that triggers a reload (e.g., \$15)
4. Set a **reload amount** — how much to add each time (e.g., \$250)

<Tip>For active development, a threshold of $15–$25 and a reload of $100–$250 works well for most users. You can adjust these values at any time.</Tip>

When your balance drops below the threshold, the reload amount is automatically charged to your default payment method. You'll see the transaction in your invoice history.

## Organization billing

If you work within an organization, billing can be managed at the organization level:

* **Organization balance** — the organization has its own balance, separate from individual accounts
* **Usage by member** — see how much each team member is using
* **Usage by project** — break down costs per project
* **Transaction history** — all top-ups and usage transactions

Only organization owners and admins can view and manage organization billing.

<Info>Organization billing is separate from your personal account billing. When you work on an organization project, usage is charged to the organization's balance, not your personal one.</Info>

## Next steps

<Card title="Manage payment methods" icon="credit-card" href="/billing/manage-payments">
  Add, remove, and manage your credit cards and payment methods.
</Card>
