> For the complete documentation index, see [llms.txt](https://docs.nexos.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexos.ai/workspace/settings/organization/billing.md).

# Billing

The Billing page gives you a complete view of your workspace’s subscription plan, seat usage, and available plan options. From here you can confirm what plan you’re on, understand how many seats are in use, access user management to update who has access, and compare plans if you ever need to change your subscription.

## Current plan

At the top of the page, you’ll see your current plan (for example, 1-month plan, 12-month plan, or Enterprise). This is the fastest way to confirm your subscription tier and current billing status.

<figure><img src="/files/IDrL2RcqoREARGp6N5Rj" alt="" width="563"><figcaption></figcaption></figure>

## If you're on a paid plan

Once your workspace is on a paid plan, the Billing page shows your active plan and available billing options. You can review seat usage and manage access for your team through user management.

### Overview

The Overview section shows your seat allocation and usage:

* **Monthly seats** — displays the number of seats currently occupied out of your total allowance (for example, 8/10).
* **Seats remaining** — the number of unused seats still available to assign.
* **Usage percentage** — a progress bar and percentage label (e.g., 51% of seats used) so you can quickly gauge how close you are to your limit.

<figure><img src="/files/t3TNSm7gAtqM5aKjaA5q" alt="" width="563"><figcaption></figcaption></figure>

On the right side of this section, select Manage users to go directly to user management, where you can add or remove users and adjust your seat count.

Select **Manage users** to go to user management, where you can manage seats by updating users:

* **Add users** (uses a seat)
* **Remove users** (frees a seat)
* **Change role** by selecting the user’s role next to their name and choosing a new value
* **Change team** by selecting the team next to their name and choosing a new value
* **Filter users** by **team**, **role**, and **status** to find people faster

## Billing options

The Billing options section lets you compare the available subscription plans.

* **Plan cards** — Plan cards are displayed side by side and summarize what’s included in each available plan. If your workspace is already on a given plan, that plan’s card shows Current plan. Plans that cannot be selected from your current workspace may show Not available.

<figure><img src="/files/6taYPkHKE9wTUXFOOaxF" alt="" width="563"><figcaption></figcaption></figure>

## Who can access this page

The Billing page is available at the organization/workspace level and is typically restricted to **Workspace Owners**.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.nexos.ai/workspace/settings/organization/billing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
