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

# Workspaces and people

> Switch between workspaces and invite, manage, and remove the people in them.

A **workspace** is a company account in Erstan, bound to one NetSuite environment (production or sandbox). You can belong to several workspaces and switch between them, and owners and admins manage who has access to each one.

<Frame caption="Workspaces">
  <img src="https://mintcdn.com/erstan/VvzUuagDdyVkLVu5/images/workspaces-list.png?fit=max&auto=format&n=VvzUuagDdyVkLVu5&q=85&s=a9b28d5e36ab33608febc282ce00da9e" alt="The Workspaces page showing the current workspace and the create-workspace action" width="2880" height="1800" data-path="images/workspaces-list.png" />
</Frame>

## Workspaces

Open the **Workspaces** page to see every workspace you can access, grouped into sections so you can find the right one quickly.

| Section               | What it holds                                                               |
| --------------------- | --------------------------------------------------------------------------- |
| **Current workspace** | The workspace you are in now, marked with a **Current** badge.              |
| **Default workspace** | The workspace you land in by default, marked with a **Default** star badge. |
| **Other workspaces**  | Every other workspace you can access.                                       |

Each row shows the workspace name, icon, and its NetSuite account ID (or **NetSuite not connected**), plus status badges where they apply:

* **Pending setup** — onboarding is not finished; the row offers **Continue setup**.
* **Suspended** — the workspace is inactive.
* **Sub-workspace** — a workspace tied to a NetSuite sandbox, shown nested under its production workspace.
* **Has sandbox** — a production workspace that has a sandbox sub-workspace beneath it.

<Info>
  Each workspace maps to a single NetSuite account. A production workspace and its sandbox sub-workspace appear together so you can keep test and live work clearly separated.
</Info>

### Switch workspaces

<Steps>
  <Step title="Open Workspaces">
    Go to the **Workspaces** page from the workspace menu.
  </Step>

  <Step title="Find the workspace">
    Search by name, or browse the **Current**, **Default**, and **Other workspaces** sections.
  </Step>

  <Step title="Open or switch">
    Click **Open** on your current workspace, or **Switch** on another. A workspace that still needs onboarding shows **Continue setup** and takes you to the setup wizard.
  </Step>
</Steps>

### Create a workspace

Owners and admins can create a new workspace; regular members will not see the **Create workspace** button.

<Steps>
  <Step title="Start the dialog">
    On the **Workspaces** page, click **Create workspace** to open a three-step dialog.
  </Step>

  <Step title="Details">
    Set the **Workspace Name**, an optional **Description**, an optional **NetSuite Account ID**, and a workspace icon (a square image up to 256 KB).
  </Step>

  <Step title="Setup">
    Confirm the **Beta** plan. Other plans appear as **Coming soon** during the Beta.
  </Step>

  <Step title="Review and finish">
    Review the icon, name, description, NetSuite connector, and plan, then click **Finish setup**. The workspace is created and the onboarding wizard opens.
  </Step>
</Steps>

<Note>
  For the full onboarding walkthrough — naming, company details, connecting NetSuite, choosing an AI provider, and inviting teammates — see [Setting up a workspace](/admin/setup).
</Note>

## People

Open the **People** page to manage the members of the current workspace. Each member has a **role** and a **status**.

The members table lists everyone in the workspace:

| Column        | What it shows                                                                     |
| ------------- | --------------------------------------------------------------------------------- |
| **Name**      | Member name and avatar.                                                           |
| **Email**     | The address they were invited with.                                               |
| **Status**    | **Active**, or **Pending** until they accept the invite and finish account setup. |
| **Last seen** | When they were last active (or **Never**).                                        |
| **Role**      | **Owner**, **Admin**, or **Member**.                                              |
| **Actions**   | Copy user ID, change role, or remove the member.                                  |

### Roles

<CardGroup cols={3}>
  <Card title="Owner" icon="crown">
    Full control of the workspace, including people and settings.
  </Card>

  <Card title="Admin" icon="shield">
    Manage people, create workspaces, and invite teammates.
  </Card>

  <Card title="Member" icon="user">
    Use the workspace to chat, run agents, and review work.
  </Card>
</CardGroup>

<Info>
  Inviting people, editing roles, and removing members are shown to owners and admins only. Regular members will not see these controls.
</Info>

### Invite a member

<Steps>
  <Step title="Enter an email">
    In the **Invite by email** row on the **People** page, type the teammate's email address.
  </Step>

  <Step title="Choose a role">
    Pick **Member** or **Admin**.
  </Step>

  <Step title="Add member">
    Click **Add member**. The person appears in the table as **Pending** until they accept the invite and complete account setup.
  </Step>
</Steps>

<Note>
  Each member authorizes their own NetSuite user before agents can act on NetSuite data on their behalf. See [Authorizing your NetSuite user](/connectors/netsuite-authorize).
</Note>

### Change a role

Use the role dropdown in a member's row to move them between **member**, **admin**, and **owner**.

* You can only change the role of **Active** members.
* **Pending** members cannot have their role changed until they accept the invite and finish setup.
* You cannot change your own role.

### Remove a member

Removing a member is a careful step because their assigned work, owned content, and any automations that run under their identity need to be handled first.

<Warning>
  Some agents are configured to **run as** a specific member — they execute under that person's NetSuite identity and permissions. Removing the member can stop those automated runs from working. Review the impact and reassign before you confirm.
</Warning>

<Steps>
  <Step title="Start removal">
    Click the remove (trash) action on the member's row.
  </Step>

  <Step title="Review the impact">
    The **Remove workspace member** dialog shows the member's assigned work, owned content, and automation usage.
  </Step>

  <Step title="Pick a replacement">
    If they have work or content to reassign, **Select a replacement member** to transfer it to.
  </Step>

  <Step title="Handle run-as automations">
    Optionally turn on **Disable run-as workflows owned by this member** so automations no longer try to run under their identity.
  </Step>

  <Step title="Confirm">
    Click **Remove member**, or **Remove and transfer** if you chose a replacement.
  </Step>
</Steps>

<Note>
  You cannot remove yourself from a workspace. Ask another owner or admin to do it.
</Note>

## Frequently asked questions

<AccordionGroup>
  <Accordion title="Why don't I see the Create workspace or invite controls?">
    Creating workspaces and managing people are limited to owners and admins. If you need access, ask an owner or admin to change your role or invite the teammate for you.
  </Accordion>

  <Accordion title="What is a sub-workspace?">
    A sub-workspace is tied to a NetSuite sandbox environment and is shown nested under its production workspace. The production workspace carries a **Has sandbox** badge and the sandbox carries a **Sub-workspace** badge, so you always know which environment you are working in.
  </Accordion>

  <Accordion title="A member shows as Pending — what does that mean?">
    They have been invited but have not yet accepted and finished account setup. Pending members can't be assigned a different role until they complete setup.
  </Accordion>

  <Accordion title="What happens to a removed member's agents and tasks?">
    The removal dialog summarizes their assigned work, owned content, and run-as automations. Choose a replacement member to transfer that work, and disable their run-as automations if needed, before confirming.
  </Accordion>
</AccordionGroup>

## Next steps

<CardGroup cols={2}>
  <Card title="Setting up a workspace" icon="rocket" href="/admin/setup">
    Walk through the onboarding wizard end to end.
  </Card>

  <Card title="Connecting NetSuite" icon="plug" href="/connectors/netsuite">
    Link the workspace to your NetSuite account.
  </Card>

  <Card title="Authorizing your NetSuite user" icon="key" href="/connectors/netsuite-authorize">
    Each member authorizes their own NetSuite access.
  </Card>

  <Card title="Teams overview" icon="users" href="/teams/overview">
    Organize people, agents, and work into focused teams.
  </Card>
</CardGroup>
