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

# Workspaces

> Understand the difference between personal and Business workspaces in ZeroTwo.

ZeroTwo supports two workspace modes: personal accounts for individual users, and the Business workspace for teams that need shared access, centralized billing, and admin oversight.

## Personal vs. Business

<CardGroup cols={2}>
  <Card title="Personal Plans" icon="user">
    Free, Pro, Pro 2x, and Plus Ultra are all single-user accounts. Your workspace is private to you — no admin panel, no team members, no shared billing.
  </Card>

  <Card title="Business Plan" icon="building">
    The Business plan adds a shared organizational workspace. Your whole team works under one org, with shared billing, role-based access control, and a full admin panel at `/admin`.
  </Card>
</CardGroup>

## Personal Plans

Personal plans are designed for individual users. Each plan provides increasing message limits and tool access:

| Plan       | Premium Messages | Key Features                                         |
| ---------- | ---------------- | ---------------------------------------------------- |
| Free       | 20 / day         | Standard models, 1 project, 1 search/day, 5 memories |
| Pro        | 555 / month      | All tools, unlimited projects                        |
| Pro 2x     | 1,150 / month    | All tools, unlimited projects                        |
| Plus Ultra | Unlimited        | All tools, highest limits                            |

All personal plans are single-user. There is no way to invite other users or share a workspace on a personal plan.

## Business Workspace

The Business plan transforms ZeroTwo into a team platform. When you sign up for Business, a new organizational workspace is created and you become its Owner.

**What the Business workspace adds:**

* **Admin panel** at `/admin` — manage your entire organization from one place
* **Member management** — invite teammates, assign roles, remove members
* **Seat-based billing** — pay per team member via Stripe, monthly or annually
* **Organization-wide settings** — set your org name, logo, industry, and branding
* **Admin app controls** — restrict or allow specific connectors across the entire org
* **Unlimited premium messages** — no monthly message cap for any org member

**Who it's for:**

* Teams that want shared AI access with centralized management
* Agencies managing multiple clients who need consistent AI tooling
* Companies that require admin oversight and auditability of AI usage
* Organizations that want to standardize connectors and workflows

## Business Onboarding

When you sign up for the Business plan, ZeroTwo walks you through a three-step onboarding:

<Steps>
  <Step title="Org Setup">
    Enter your organization name, logo, industry, and company size. This information personalizes ZeroTwo's responses for your whole team.
  </Step>

  <Step title="Work Type">
    Tell ZeroTwo what kind of work your team does. This helps calibrate default AI behavior for your use case.
  </Step>

  <Step title="App Selection">
    Choose which connectors (integrations) you want enabled for your org. You can adjust these later in `/admin/apps`.
  </Step>
</Steps>

After onboarding, you land in the admin panel where you can immediately start inviting members.

## Explore Business Workspace

<CardGroup cols={2}>
  <Card title="Business Overview" icon="building" href="/workspaces/business/overview">
    Learn what the Business plan includes and how the org workspace works.
  </Card>

  <Card title="Plans, Pricing & Seats" icon="credit-card" href="/workspaces/business/plans-pricing-and-seats">
    Understand seat-based billing, pricing intervals, and how to manage seats.
  </Card>

  <Card title="Member Management" icon="users" href="/workspaces/business/member-management">
    Invite team members, assign roles, and manage access.
  </Card>

  <Card title="Organization Settings" icon="settings" href="/workspaces/business/organization-settings">
    Configure your org name, logo, industry, and branding.
  </Card>

  <Card title="Billing" icon="credit-card" href="/workspaces/business/billing">
    Manage your subscription, seats, invoices, and payment details.
  </Card>

  <Card title="Admin Overview" icon="shield" href="/workspaces/admins/overview">
    Understand the admin panel sections and who can access them.
  </Card>
</CardGroup>
