> ## Documentation Index
> Fetch the complete documentation index at: https://controlplanecorporation-kyle-cron-and-quotas.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Org (Organization)

> Organizations are the top-level isolation boundary in Control Plane. Contains all resources including GVCs, workloads, policies, secrets, and user access controls.

## Overview

An org is a tightly isolated boundary that contains Control Plane resources such as [domains](/reference/domain), [images](/reference/image), [workloads](/concepts/workload), [GVCs](/reference/gvc), [users](/reference/user), [groups](/reference/group), [service accounts](/reference/serviceaccount), and other resources.

A physical organization can create multiple orgs to isolate subsidiaries, environments, or business units.

<Note>An org name must be **globally unique**.</Note>

As a Control Plane user, you are a member of at least one org. Depending on your permissions, you can view or manage org-scoped resources such as:

**Select any link below to learn more about a resource:**

* **Access Control**
  * [Audit Context](/reference/auditctx)
  * [Audit Trail](/core/audittrail)
  * [Groups](/reference/group)
  * [Policies](/reference/policy)
  * [Service Accounts](/reference/serviceaccount)
  * [Users](/reference/user)
* [Agents](/reference/agent)
* [Cloud Accounts](/reference/cloudaccount)
* [Domains](/reference/domain)
* [GVC (Global Virtual Cloud)](/reference/gvc)
  * [Identities](/reference/identity)
  * [Volume Sets](/reference/volumeset)
  * [Workloads](/concepts/workload)
* [Images](/reference/image)
* [Locations](/reference/location)
* [Logs](/core/logs)
* [Quotas](/reference/quota)
* [Secrets](/reference/secret)

## Cross-GVC Communication

Workloads in different GVCs within the same org can communicate using [internal firewall rules](/reference/workload/firewall#internal). Internal firewall access defaults to `none`, so cross-GVC communication must be explicitly allowed with `same-org` or `workload-list`.

## Reference

See the [org reference](/reference/org) page for configuration details.
