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

# Organizations and workspaces

> Understand how companies, teams, agents, tasks, and access are organized.

Nanonets uses organizations and workspaces to keep teams, agents, and data organized.

Think of an organization as the company account. Think of a workspace as a place where a team does work.

## The hierarchy

```mermaid theme={null}
flowchart TD
  Organization["Organization: your company"]
  WorkspaceA["Workspace: Finance"]
  WorkspaceB["Workspace: Operations"]
  Agents["Agents, tasks, connectors, files"]
  Organization --> WorkspaceA
  Organization --> WorkspaceB
  WorkspaceA --> Agents
```

## Organization

An organization is the top-level account.

It usually represents your company. It is where admins manage company-level settings such as users, workspaces, billing, and policies.

## Workspace

A workspace is where day-to-day work happens.

Workspaces contain:

* Agents
* Tasks
* Connected apps
* Files and documents
* API keys
* Workspace members and roles

For example, your company might have one workspace for Finance and another for Operations.

## Switch organizations or workspaces

Open the profile menu in the sidebar to switch between the organizations and workspaces you can access.

<Frame caption="The sidebar profile menu lets you switch between the organizations and workspaces you can access.">
  <img src="https://mintcdn.com/nanonets-fb7e8f2a/eksLpltcNl29FEi2/images/profile-menu.png?fit=max&auto=format&n=eksLpltcNl29FEi2&q=85&s=4a0d0c121d7e54961df2034419233667" alt="Sidebar profile menu showing organization and workspace switching" width="1440" height="1000" data-path="images/profile-menu.png" />
</Frame>

<Tip>
  If you cannot find an agent or connector, check that you are in the right workspace.
</Tip>

## Manage workspaces

Admins can manage workspaces in **Settings → Workspaces**.

They can create workspaces, view members, add users, assign roles, and remove access.

<Frame caption="Settings → Workspaces: create workspaces, view members and their roles, and manage access.">
  <img src="https://mintcdn.com/nanonets-fb7e8f2a/eksLpltcNl29FEi2/images/settings-workspaces.png?fit=max&auto=format&n=eksLpltcNl29FEi2&q=85&s=6bc7565f7ea5423053204d47807f1e1e" alt="Settings Workspaces page showing a workspace, its members, and management actions" width="1440" height="1000" data-path="images/settings-workspaces.png" />
</Frame>

## What lives where

| Item             | Usually belongs to |
| ---------------- | ------------------ |
| Billing and plan | Organization       |
| Company users    | Organization       |
| Workspaces       | Organization       |
| Agents           | Workspace          |
| Tasks            | Workspace          |
| Connectors       | Workspace          |
| Files            | Workspace          |
| API keys         | Workspace          |

## Roles and access

Roles control what people can see and do.

Common examples:

* A workspace admin can manage agents, users, and settings in a workspace.
* A workspace member can run and review work in that workspace.
* An organization admin can manage company-level users and workspaces.

<Note>
  Access is workspace-based. A user may have access to one workspace but not another.
</Note>
