Detailed changes
@@ -63,11 +63,11 @@
# Zed Business
-- [Overview]()
-- [Organizations]()
+- [Overview](./business/overview.md)
+- [Organizations](./business/organizations.md)
- [Roles & Permissions](./roles.md)
-- [Admin Controls]()
-- [Business Support]()
+- [Admin Controls](./business/admin-controls.md)
+- [Business Support](./business/business-support.md)
# Privacy & Security
@@ -0,0 +1,45 @@
+---
+title: Admin Controls - Zed Business
+description: Configure AI, collaboration, and privacy settings for your entire Zed Business organization.
+---
+
+# Admin Controls
+
+Owners and admins can configure settings that apply to every member of the
+organization. These controls let you set consistent policies for AI usage,
+collaboration, and data sharing across your team.
+
+## Collaboration
+
+You can disable Zed's real-time collaboration features for your organization. When
+disabled, members cannot use channels, shared projects, or live editing.
+
+<!-- TODO: confirm exact collaboration features covered by this toggle before launch -->
+
+## Hosted AI Models
+
+You can control which AI models are available to members through Zed's hosted
+service. Options include:
+
+- Disabling all hosted models, so members must bring their own API keys
+- Restricting which models are available from the hosted service
+
+<!-- TODO: confirm granularity of model controls (all-or-nothing vs. per-model) before launch -->
+
+## Edit Predictions
+
+You can disable Zed's Edit Predictions for all members of the organization.
+
+## Telemetry and Training Data Sharing
+
+You can disable telemetry and training data sharing for all members of the organization.
+See [Privacy for Business](../privacy-for-business.md) for details on what this covers.
+
+<!-- TODO: confirm exact scope of this toggle (which telemetry categories, which training data sharing) before launch -->
+
+## Accessing Admin Controls
+
+<!-- TODO: document exact location in dashboard before launch -->
+
+Admin controls are available to owners and admins from the organization dashboard at
+[dashboard.zed.dev](https://dashboard.zed.dev).
@@ -0,0 +1,18 @@
+---
+title: Business Support - Zed Business
+description: How to contact Zed for business inquiries and support.
+---
+
+# Business Support
+
+For business inquiries — account setup, billing, organization questions, or anything
+specific to your organization — email [sales@zed.dev](mailto:sales@zed.dev).
+
+<!-- TODO: confirm support contact before launch (sales@? dedicated business-support@?) -->
+<!-- TODO: confirm what dedicated support offering, if any, is available at launch -->
+
+## Open-Source Issues
+
+Questions and bugs related to the Zed editor itself — features, extensions, language
+support, crashes — are handled through the main Zed project on
+[GitHub](https://github.com/zed-industries/zed/issues).
@@ -0,0 +1,60 @@
+---
+title: Organizations - Zed Business
+description: Create and manage a Zed Business organization, invite members, and control access for your team.
+---
+
+# Organizations
+
+A Zed organization is the container for your team's Zed Business subscription. It
+groups your members under a single account, with centralized billing and shared admin
+controls.
+
+## Creating an Organization
+
+<!-- TODO: document exact creation flow from dashboard before launch -->
+
+You create an organization from the Zed dashboard at
+[dashboard.zed.dev](https://dashboard.zed.dev). Once created, you become the
+organization owner.
+
+## Inviting Members
+
+Members are invited by email. When an invitation is accepted, the member's Zed account
+is added to the organization and covered by the organization's subscription.
+
+<!-- TODO: confirm exact invite flow (email domain restriction? approval step?) before launch -->
+
+To invite a member:
+
+1. Go to the Members page in your organization dashboard.
+2. Select **+ Invite Member**.
+3. Enter the member's email address and choose a role.
+4. The invitee receives an email with instructions to join.
+
+After accepting, the member authenticates via GitHub and is added to the organization.
+
+For details on what each role can do, see [Roles & Permissions](./roles.md).
+
+## Managing Members
+
+Owners and admins can manage members from the Members page in the dashboard.
+
+### Changing a Member's Role
+
+1. On the Members page, find the member.
+2. Open the menu and select a new role.
+
+### Removing a Member
+
+1. On the Members page, find the member.
+2. Select **Remove** and confirm.
+
+Removing a member ends their access to organization-managed features. They can continue
+using Zed individually.
+
+## Organization Dashboard
+
+<!-- TODO: add screenshot of org dashboard before launch -->
+
+The organization dashboard shows members, roles, and billing. Owners and admins can
+access all settings; members have no access to the dashboard.
@@ -0,0 +1,45 @@
+---
+title: Zed Business
+description: Zed Business gives teams centralized billing, admin controls, and enforced privacy settings for every member of your organization.
+---
+
+# Zed Business
+
+Zed Business is a plan for organizations where developers have already chosen Zed but
+need admin controls to get it approved. It adds org-wide data controls, centralized
+billing, and RBAC — the things security teams and engineering leaders need to say yes.
+
+## What's Included
+
+Every member of a Zed Business organization gets full Zed Pro features, including all
+hosted AI models and Edit Predictions.
+
+For the organization as a whole:
+
+- **Org-wide data controls** — administrators can restrict what data leaves the
+ organization: Zed-hosted AI models, Edit Predictions, collaboration, and telemetry
+ can all be disabled at the org level
+- **Private by default, not by configuration** — Zed does not store your team's prompts
+ or train on them; this applies regardless of individual member settings
+- **RBAC & permissions** — role-based access across the organization, with Owner, Admin,
+ and Member roles
+- **Centralized billing** — one invoice covering all members' licenses and AI usage
+
+## How It Differs from Pro
+
+| | Free | Pro | Business |
+| ---------------------- | ---- | --- | -------- |
+| Hosted AI models | — | ✓ | ✓ |
+| Edit Predictions | — | ✓ | ✓ |
+| Org-wide data controls | — | — | ✓ |
+| RBAC & permissions | — | — | ✓ |
+| Centralized billing | — | — | ✓ |
+
+<!-- TODO: confirm Edit Predictions behavior for Business (unlimited vs. metered) before launch -->
+<!-- TODO: confirm whether per-member usage visibility ships at launch -->
+
+## Getting Started
+
+To set up Zed Business for your team, see [Organizations](./organizations.md).
+
+For pricing, see [Plans & Pricing](../ai/plans-and-usage.md).