# Registration & Billing

### Overview

Organizations provide a home for all of your repositories, members, teams, and general settings. It is the highest-level entity in Copia.

### Registration

During registration, if you have not already been invited to an existing organization, you will be prompted to create your own by entering a unique name. This will initiate your free trial period.

![](/files/wzkxpVzDqcUyDNgUYpvC)

{% hint style="info" %}
Copia recommends that you maintain one organization for your business so that you don't double-pay for seats for the same user. If you would like to further organize users into groups, you can take advantage of teams, which are outlined in greater detail in the [Teams](/docs/git-based-source-control/administration/teams.md) section.
{% endhint %}

### Managing Billing and Seats

Billing for Copia is managed at the organization level. That means that the seats you pay for in Copia are allocated to your organization, and you only pay for users with Write permissions. Read-only users are free and do not count toward your paid users. For more information on pricing, see [our pricing page](https://www.copia.io/pricing).

The billing bar will display the number of active paid users and any unallocated users that you are currently paying for.

The *Manage Users* button will appear in the billing bar for owners of an organization. Clicking this button will take you to the Copia billing portal.

![](/files/2fffY0eqiTCsLd8C0qNw)

Once in the Copia billing portal, you can edit your billing information, adjust your number of paid users, and change your plan to a different tier. You can also cancel your plan if you wish.

![](/files/FVpcPjVEG9e8bFkAjvIO)

{% hint style="info" %}
The minimum seat count is based on how many write users are currently in your organization. If you need to lower the number of seats you are currently paying for, try reducing the amount of write users in your org to the desired number of seats you would like to purchase. Enterprise and higher plans have a built-in seat minimum.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.copia.io/docs/git-based-source-control/administration/organizations-and-billing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
