> For AI agents: the complete documentation index is at [llms.txt](https://reflex.dev/docs/llms.txt). Markdown versions are available by appending `.md` or sending `Accept: text/markdown`.

```python exec
import reflex as rx
```

# Billing

## Overview

Reflex Cloud billing combines organization seats and app compute. Organization admins manage billing from **Billing** in the organization sidebar.

## Seats

Each organization member uses a seat. A pending invitation also holds a seat until the person joins or an admin revokes it.

Manage members and invitations from **Members** in the organization sidebar. See [Members & seats](/docs/ai/organization/members/).

## Compute

Compute charges depend on the resources your apps use and how long they run. See [Compute](/docs/hosting/compute/) for billing behavior and usage monitoring.
