diff --git a/docs/roo-code-cloud/overview.md b/docs/roo-code-cloud/overview.md
index c03e39f1..4f509b9f 100644
--- a/docs/roo-code-cloud/overview.md
+++ b/docs/roo-code-cloud/overview.md
@@ -13,18 +13,21 @@ image: /img/social-share.jpg
# Roo Code Cloud Overview
-Roo Code Cloud transforms AI development with autonomous [Cloud Agents](/roo-code-cloud/cloud-agents) that work independently in the cloud. Instead of just assisting you in your editor, these agents can plan, code, review, and fix issues autonomously, accessible directly from **GitHub PRs**, **Slack messages**, or the **web browser**.
+Roo Code Cloud transforms AI development with autonomous [Cloud Agents](./cloud-agents) that work independently in the cloud. Instead of just assisting you in your editor, these agents can plan, code, review, and fix issues autonomously, accessible directly from **GitHub PRs**, **Slack messages**, or the **web browser**.
It also augments the Roo Code VS Code extension capabilities by adding:
-- [Task Sync](/roo-code-cloud/task-sync) to access your entire task history in one place
-- [Task sharing](/roo-code-cloud/task-sharing) to access specific tasks with friends or co-workers
-- [Roomote Control](/roo-code-cloud/roomote-control) to start/stop and control tasks in the Extension while away from your computer
-- [Token usage analytics](/roo-code-cloud/analytics) to understand where your tokens and dollars are going
-
-And, in the Team plan, adds team-oriented features:
-- Team-wide analytics
-- Centralized provider settings and other configuration
-- Shared access to the same Cloud Agent team
+- Access to the [Roo Code Cloud Provider](/roo-code-provider/overview)
+- [Task Sync](./task-sync) to access your entire task history in one place
+- [Task sharing](./task-sharing) to access specific tasks with friends or co-workers
+- [Roomote Control](./roomote-control) to start/stop and control tasks in the Extension while away from your computer
+- [Token usage analytics](./analytics) to understand where your tokens and dollars are going
+
+And, in the [Team plan](./team-plan), adds team-oriented features:
+- Centralized LLM inference billing without managing API keys (with the [Roo Code Cloud Provider](/roo-code-provider/overview))
+- Team-wide task history and token usage analytics
+- Shared Cloud Agent team (with centralized billing)
+- Centralized integration with Github and Slack (not one per user)
+- Extension configuration enforcement (providers/models, MCP servers and more)
---
diff --git a/docs/roo-code-cloud/team-plan.mdx b/docs/roo-code-cloud/team-plan.mdx
new file mode 100644
index 00000000..d8c1e1d2
--- /dev/null
+++ b/docs/roo-code-cloud/team-plan.mdx
@@ -0,0 +1,128 @@
+---
+description: Understand the functionality available in the Roo Code Cloud Team plan.
+keywords:
+ - team
+ - corporate
+ - enterprise
+ - shared
+ - members
+ - invite
+image: /img/social-share.jpg
+---
+
+# Team Plan
+
+The team plan is designed for teams to work together using the Roo Code suite, be it the Extension, Cloud or a combination of both.
+
+It allows for:
+- Centralized LLM inference billing without managing API keys (with the [Roo Code Cloud Provider](/roo-code-provider/overview))
+- Team-wide task history and token usage analytics
+- Shared Cloud Agent team (with centralized billing)
+- Centralized integration with Github and Slack (not one per user)
+- Extension configuration enforcement (providers/models, MCP servers and more)
+
+---
+
+## Access
+
+You can access Team functionality by starting a free 14-day trial.
+
+If you already have a Roo Code Cloud account, you can [upgrade here](https://app.roocode.com/checkout/team). If you don't, sign up from our [pricing page](https://roocode.com/pricing).
+
+
+## Capabilities
+
+Most of the team functionality can be accessed from your [Organization Settings](https://app.roocode.com/) page (from your user avatar menu)
+
+
+
+From there, you'll be able to access all of the available settings:
+
+
| Setting | +Purpose | +
|---|---|
| **Team Members** | ++ Invite, remove and manage permissions for team members (Admin or regular member) + | +
| **Organization profile details** | ++ Logo, name, etc + | +
| **Integrations** | ++ [Github](./github-integration) and [Slack](./slack-integration), for now + | +
| **Cloud Model Providers** | ++ For use with [Cloud Agents](./cloud-agents) + | +
| **Extension Task Sync** | ++ Whether to require task syncing, and visibility controls for who can see each others' tasks + | +
| **Task Sharing** | ++ Whether per-task sharing is enabled, to whom and link expiration time + | +
| **Environment Variables** | ++ Optional values to make available to Cloud Agents during runs, such as connection strings, package manager server URLs, keys, secrets, etc. + Encrypted in our secure secret store. + | +
| **Marketplace MCPs** | ++ Allow/deny-list MCPs from the Roo Code marketplace to make available for team members. + | +
| **Custom MCPs** | ++ Custom, vetted MCP servers to make available to all team members. + | +
| **Extension Providers** | ++ Allow/deny-list inference Providers to be made available to team members. + + Centralized API key management isn't currently supported, but let us know if you need it. + | +
| **Organization Connection Policy** | ++ Mechanism to require Roo Code VS Code Extension users to be logged in, so policies can be enforced. + + Works via a file to be distributed via our MDM tool. + | +