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

# Manage Organizations and Multi-Account Access

> Switch between organizations, move robots, clone projects, create new sub-accounts as a reseller, and manage all accounts you administer — all from one place.

Plural supports multi-organization workflows out of the box. Whether you manage a single account or oversee dozens of client deployments as a reseller, you can access everything — user management, project distribution, and robot reassignment — directly from the account menu in the lower-left corner of the screen. This page explains every organization-related action available to you.

## What Is an Organization?

In Plural, an **organization** (also called an account) is an isolated workspace that contains its own robots, projects, users, and GO balance. You can belong to multiple organizations simultaneously — for example, your own organization and several client organizations you manage as a reseller.

Click your account name in the **lower-left corner** of the screen to see which organization you are currently working in, and to navigate to any other organization you have access to.

***

## Switch Between Organizations

<Steps>
  <Step title="Open the account menu">
    Click your account name or avatar in the **lower-left corner** of the Plural screen.
  </Step>

  <Step title="Select a different organization">
    If you are a member of more than one organization, all of them appear in the drop-down. Click the name of the organization you want to switch to.
  </Step>

  <Step title="Confirm the switch">
    Plural loads the selected organization's workspace, including its projects, robots, and GO balance.
  </Step>
</Steps>

<Note>
  You must have been invited to (or created) an organization before it appears in the switcher. Contact the Admin of the target organization if you need access.
</Note>

***

## Move Robots Between Organizations

Moving a robot transfers its device registration to a different organization. Use this when reassigning hardware to a client or consolidating deployments.

<Warning>
  Projects are **not** transferred with the robot. After the move, you must manually assign or clone a project to the robot in its new organization.
</Warning>

<Steps>
  <Step title="Open the account menu">
    Click your account name in the lower-left corner and select **Move Robot** (or access it from the organization management panel).
  </Step>

  <Step title="Choose the robot">
    Select the robot you want to move from the list of registered devices.
  </Step>

  <Step title="Choose the destination organization">
    Pick the organization you want to move the robot to. Only linked or managed organizations appear in this list.
  </Step>

  <Step title="Confirm the move">
    Click **Move**. Switch to the destination organization to verify the robot now appears there.
  </Step>
</Steps>

***

## Clone Projects to Another Organization

Cloning copies a project from your current organization to any linked organization. The two copies are fully independent — changes in one do not affect the other.

<Info>
  Cloning is a **duplication**, not a sync. If you update the original project after cloning, you must clone again or manually replicate the changes.
</Info>

<Steps>
  <Step title="Open the account menu">
    Click your account name in the lower-left corner and select **Clone Project**.
  </Step>

  <Step title="Select the project">
    Choose the project you want to clone from the list of projects in your current organization.
  </Step>

  <Step title="Select the destination organization">
    Pick the target organization from the drop-down. Only organizations linked to yours appear here.
  </Step>

  <Step title="Confirm the clone">
    Click **Clone**. Switch to the destination organization and verify the project appears there as an independent copy.
  </Step>
</Steps>

***

## For Resellers: Create New Accounts Under Your Management

If you are a reseller or agency, you can create new sub-accounts that are fully associated with your organization. This gives you administrative control over each client's projects, users, and robots.

<Steps>
  <Step title="Open the account menu">
    Click your account name in the lower-left corner and choose **Create New Organisation**.
  </Step>

  <Step title="Enter the account details">
    Provide a name for the new organization. This is the name that will appear in the switcher and in your admin overview.
  </Step>

  <Step title="Confirm creation">
    Click **Create**. The new organization is immediately linked to yours, and you are its Admin.
  </Step>

  <Step title="Set up the account">
    Switch into the new organization and invite the client's team members, register their robots, and deploy the relevant projects.
  </Step>
</Steps>

<Tip>
  Because the new organization is associated with yours, you can move robots and clone projects between your organization and the new one at any time.
</Tip>

***

## Manage Accounts You Administer

As an Admin, you have a consolidated overview of every organization under your management.

<Steps>
  <Step title="Open the account menu">
    Click your account name in the lower-left corner and select **Manage Organisations**.
  </Step>

  <Step title="Browse your managed accounts">
    The overview lists every organization you are Admin of. Click any organization name to switch into it directly.
  </Step>

  <Step title="Delete an unused account">
    Locate the organization you want to remove and click the **Delete** (trash icon) button next to it. Confirm the deletion when prompted.
  </Step>
</Steps>

<Warning>
  Deleting an organization is permanent. All projects, robots, and users within that organization are removed. Export or migrate any data you need before proceeding.
</Warning>

***

## Quick Reference

<CardGroup cols={2}>
  <Card title="Switch organizations" icon="arrows-rotate">
    Click your account name → select another organization from the drop-down.
  </Card>

  <Card title="Move a robot" icon="robot">
    Account menu → Move Robot → select robot → select destination.
  </Card>

  <Card title="Clone a project" icon="copy">
    Account menu → Clone Project → select project → select destination.
  </Card>

  <Card title="Create a sub-account" icon="plus">
    Account menu → Create New Organisation → enter name → confirm.
  </Card>
</CardGroup>
