> For the complete documentation index, see [llms.txt](https://docs.marpledata.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.marpledata.com/docs/marple-insight/user-manuals/team-and-accounts/workspaces.md).

# Workspaces

A **workspace** is your team’s Marple environment. It's a shared space where all members who are part of the workspace can access, analyze, and collaborate on datasets to which the workspace is connected.

## Switch workspace

If you are part of multiple workspaces in Marple, you can switch between them by clicking the Workspace button at the top of the navigation bar.

<figure><img src="/files/eKj2OiMhgHF5coqBpPzz" alt=""><figcaption><p>Switch workspace button</p></figcaption></figure>

## Manage your team

There are two options to manage who can access which workspace:

1. Via user groups in your Identity Provider (IdP)
2. Via the Marple UI

### Team managed in Marple UI

Simply navigate to **Settings → Team** to view the users in your workspace. If you are an administrator (see: [Account Types](/docs/marple-insight/user-manuals/team-and-accounts/account-types.md)) you can edit, add or remove users.

<figure><img src="/files/Jzn6uU94obL7p6qguReI" alt="" width="563"><figcaption></figcaption></figure>

Click the **Add User** button next to **Active Users**, enter their email, or send an invite link.

Once registered, they’ll be added to your workspace automatically.

#### Invite link

You can invite new team members by sending them an **invite link**.

You can find the invite link in the Settings menu, which you access by clicking on the Settings icon in the left toolbar (this is the last item, at the bottom).

Once in the Settings menu, click on **Team.**

<figure><img src="/files/vd5RRnhx93AFMwoby2pU" alt=""><figcaption></figcaption></figure>

### Team managed via IdP user groups

This option is only available if it is set up in your Marple deployment.

With this option, you can choose

* which key in your IdP token defines the groups of a user
* which user groups are allowed to manage all workspaces

At **Settings → Account**, you can see your own user groups.

<figure><img src="/files/TsJWCIKeTn3fj2psQNnh" alt=""><figcaption><p>IdP user groups</p></figcaption></figure>

Navigate to  **Settings → Team** to see which user groups are allowed.

If you are an administrator, you can change the user groups and create new workspaces.

<figure><img src="/files/E1Nf0n47dZc4dJfQbLS5" alt=""><figcaption><p>Manage allowed user groups</p></figcaption></figure>

<figure><img src="/files/9qqfpnLSur4zTc1AV6aF" alt=""><figcaption><p>Create new workspaces</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.marpledata.com/docs/marple-insight/user-manuals/team-and-accounts/workspaces.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
