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

# Organizations & Workspaces

> Tenancy hierarchy and roles in Share Of Model

Share Of Model uses a two-level tenancy model: an **Organization** owns one or many **Workspaces**, and every analysis or integration belongs to a workspace.

## Hierarchy

```
Organization
└── Workspace(s)
    ├── Platform Accounts & Integrations
    ├── Brand Catalog
    ├── Analyses
    ├── Metrics
    └── Content Briefs
```

## Roles

Roles are attached at two levels:

* **User Organization Roles** — control who can administer the organization itself (billing, member management, creating workspaces).
* **User Workspace Roles** — control access to the data inside a single workspace.

A user can hold roles in multiple organizations and workspaces simultaneously.

## When to create a new organization vs. a new workspace

* **New organization** — a separate billing entity, a different team, or a partner you want fully isolated.
* **New workspace** — a different brand, market, or campaign within the same team. Workspaces share members and billing with their organization.

## Where to next

Browse the **Organizations**, **Workspaces**, and role groups in the [API Reference](/api-reference/introduction) to manage these resources programmatically.
