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

# Organizations Overview

> Manage your organization and its projects in Royaltyport

## What is an Organization?

An Organization is the top-level structure in Royaltyport that represents your company, team, or business unit. Organizations contain projects, manage team members, and provide a centralized view of entities across all your work.

## Key Concepts

<CardGroup cols={2}>
  <Card title="Projects" icon="folder" href="/projects/overview">
    Workspaces where you manage contracts, catalog, and statements for specific artists, labels, or purposes.
  </Card>

  <Card title="Entities" icon="building" href="/organizations/entities">
    Companies and organizations shared across all projects in your organization.
  </Card>

  <Card title="Settings" icon="cog" href="/organizations/settings">
    Organization-wide configuration, members, and security settings.
  </Card>
</CardGroup>

## Organization vs Project

Understanding the relationship between organizations and projects is key:

| Level            | Scope         | Contains                                                            |
| ---------------- | ------------- | ------------------------------------------------------------------- |
| **Organization** | Company-wide  | Projects, shared entities, team members, security settings          |
| **Project**      | Specific work | Contracts, catalog, statements, CRM data, project-specific settings |

### When to Use Multiple Projects

Create separate projects for:

* Different artists or roster members
* Different business units (publishing vs recordings)
* Different clients or partners
* Regional operations (US catalog vs UK catalog)

### Data Separation

| Data Type             | Scope             | Notes                                         |
| --------------------- | ----------------- | --------------------------------------------- |
| **Team Members**      | Organization-wide | Access controlled per project                 |
| **Entities**          | Project-specific  | Can be linked across projects                 |
| **Contracts**         | Project-specific  | Fully isolated per project                    |
| **Catalog**           | Project-specific  | Recordings and compositions are project-bound |
| **Statements**        | Project-specific  | Financial data stays within projects          |
| **Security Settings** | Organization-wide | SSO and audit logs apply to all projects      |

## Organization Home

When you enter an organization, you'll see:

* **Projects Tab** - All projects in your organization with quick access
* **Entities Tab** - View and manage entities across all projects
* **Settings** - Access organization configuration

## Navigation

### Accessing Your Organization

1. From the [Dashboard](/dashboard), click on an organization card
2. Or use the organization switcher in the header when inside a project

### Switching Organizations

If you belong to multiple organizations:

1. Click the organization name in the header
2. Select a different organization from the dropdown
3. Or return to the Dashboard to see all organizations

## Getting Started

<Note>
  Organizations are provisioned by Royaltyport. Contact support to get your organization set up.
</Note>

<Steps>
  <Step title="Configure Settings">
    Set up your organization preferences in [Settings](/organizations/settings).
  </Step>

  <Step title="Invite Team Members">
    Add colleagues in [Members settings](/organizations/settings/members) so they can collaborate.
  </Step>

  <Step title="Create Your First Project">
    [Create a project](/projects/create-project) for your first artist, catalog, or business unit.
  </Step>

  <Step title="Start Working">
    Enter your project and begin uploading contracts, building your catalog, and processing statements.
  </Step>
</Steps>

## Organization Roles

| Role       | Permissions                                                           |
| ---------- | --------------------------------------------------------------------- |
| **Owner**  | Full access to all settings, can delete organization, manages billing |
| **Admin**  | Full access to settings and members, cannot delete organization       |
| **Member** | Access based on project-specific permissions                          |

<Warning>
  Only organization Owners can delete the organization. This action is irreversible and will delete all projects and data.
</Warning>

## Related Documentation

<CardGroup cols={2}>
  <Card title="Managing Projects" icon="folder-plus" href="/projects/overview">
    Create, manage, and organize projects within your organization.
  </Card>

  <Card title="Organization Entities" icon="building" href="/organizations/entities">
    Manage entities across your projects.
  </Card>

  <Card title="Organization Settings" icon="cog" href="/organizations/settings">
    Configure general settings, members, and security.
  </Card>
</CardGroup>
