> ## 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.

# Admin Panel Overview

> Understand the four sections of the ZeroTwo admin panel and who can access them.

The ZeroTwo admin panel at `/admin` is the control center for Business workspace management. It's accessible to users with the Owner or Admin role, and provides tools for managing members, configuring the organization, controlling app access, and overseeing billing.

## Accessing the Admin Panel

There are two ways to reach the admin panel:

1. **Sidebar link** — If you have the Owner or Admin role, an **Admin** link appears in your ZeroTwo sidebar. Click it to go directly to `/admin`.
2. **Direct URL** — Navigate to `/admin` in your browser.

If you don't see the Admin link and believe you should, confirm that your account has the Owner or Admin role with your org's Owner.

<Info>
  The admin panel is only available on the **Business plan**. It is not accessible on Free, Pro, Pro 2x, or Plus Ultra plans.
</Info>

## The Four Admin Sections

The admin panel has four distinct sections, each accessible from the admin sidebar:

| Section     | URL              | Who Can Access | What It Does                                                                                                    |
| ----------- | ---------------- | -------------- | --------------------------------------------------------------------------------------------------------------- |
| **General** | `/admin/general` | Owner + Admin  | Set org name, logo, industry, company size, description, and website                                            |
| **Members** | `/admin/members` | Owner + Admin  | Invite new members, manage roles, remove members, handle pending invites and join requests                      |
| **Billing** | `/admin/billing` | **Owner only** | View subscription details, manage seats, access Stripe Customer Portal, configure credit alerts                 |
| **Apps**    | `/admin/apps`    | Owner + Admin  | Control which connectors are available org-wide; restrict, allow, or pre-configure integrations for all members |

## Section Details

### General — `/admin/general`

The General section is where you configure your organization's identity and context. Settings here affect how ZeroTwo presents your workspace to members and how it personalizes AI responses for your org's domain.

Editable fields: organization name, logo, industry, company size, description, website URL.

[Learn more about Organization Settings →](/workspaces/business/organization-settings)

### Members — `/admin/members`

The Members section is your team management hub. Use it to grow your team, adjust permissions, and remove access when needed.

Key capabilities:

* Invite members via email
* View Active Users, Pending Invites, and Join Requests
* Assign and change roles (Owner, Admin, Member)
* Remove members (access revoked immediately)
* Revoke pending invites

[Learn more about Member Management →](/workspaces/business/member-management)

### Billing — `/admin/billing`

The Billing section is restricted to the Owner only. It provides a full view of your Business subscription and links out to the Stripe Customer Portal for payment management.

Key capabilities:

* View current plan, billing interval, and next billing date
* See seats used vs. total seats
* Manage seats (add/remove via Stripe)
* Set credit usage alert thresholds
* Access invoices and receipts
* Cancel or modify your subscription

[Learn more about Business Billing →](/workspaces/business/billing)

### Apps — `/admin/apps`

The Apps section gives Owners and Admins control over which connectors (integrations) are available to org members. This helps standardize tooling and prevent unauthorized data connections.

Key capabilities:

* Allow specific connectors for all members
* Block connectors you don't want members using
* Pre-configure org-level connectors that apply to all new members

[Learn more about App Controls →](/workspaces/admins/app-controls)

## Role Summary

| Role   | General   | Members     | Billing     | Apps      |
| ------ | --------- | ----------- | ----------- | --------- |
| Owner  | Edit      | Full access | Full access | Edit      |
| Admin  | Edit      | Full access | No access   | Edit      |
| Member | No access | No access   | No access   | No access |

For a full breakdown of every permission, see [Roles and Permissions](/workspaces/admins/roles-and-permissions).

## Admin Panel Quick Reference

<CardGroup cols={2}>
  <Card title="Organization Settings" icon="settings" href="/workspaces/business/organization-settings">
    Name, logo, industry, description — the org identity layer.
  </Card>

  <Card title="Member Management" icon="users" href="/workspaces/business/member-management">
    Invite, role changes, removals, and pending invites.
  </Card>

  <Card title="Billing" icon="credit-card" href="/workspaces/business/billing">
    Subscription, seats, invoices, Stripe portal.
  </Card>

  <Card title="App Controls" icon="globe" href="/workspaces/admins/app-controls">
    Connector policies and org-level app management.
  </Card>
</CardGroup>
