# 8. Workspace & user management

Syntho provides robust tools for [managing your workspaces](/setup-workspaces/view-workspaces.md) and collaborating with other users. This section explains how to create, edit, share, and manage workspace permissions, as well as how to assign roles and transfer ownership.

***

## [Viewing and managing workspaces](/setup-workspaces/view-workspaces.md)

{% embed url="<https://www.guidejar.com/guides/f9e85458-2642-49f4-8446-86594152c4b0>" %}

***

## [Creating a workspace](/setup-workspaces/create-a-workspace.md)

{% embed url="<https://www.guidejar.com/guides/d27734b5-703a-4aa7-9db8-f040717bb28a>" %}

{% hint style="info" %}
The source and destination databases must be of the same type.
{% endhint %}

***

## [Editing a workspace](/setup-workspaces/edit-a-workspace.md)

{% embed url="<https://www.guidejar.com/guides/4f692004-285d-46e0-818b-3d5fa434b7de>" %}

***

## [Duplicating a workspace](/setup-workspaces/duplicate-a-workspace.md)

{% embed url="<https://www.guidejar.com/guides/2936e5b7-d3f8-4bd6-9b8e-c6e0e1fcf57b>" %}

***

## [Deleting a workspace](/setup-workspaces/delete-a-workspace.md)

{% embed url="<https://www.guidejar.com/guides/e139b5b3-6adb-4838-bbef-8b29c752ce3b>" %}

{% hint style="info" %}
This is permanent and cannot be undone.
{% endhint %}

***

## [Sharing a workspace](/setup-workspaces/share-a-workspace.md)

{% embed url="<https://www.guidejar.com/guides/5bf1d1f4-c366-4457-95d9-04e72d3c2f2d>" %}

***

## [Transferring workspace ownership](/setup-workspaces/transfer-workspace-ownership.md)

{% embed url="<https://www.guidejar.com/guides/599b28cb-fe17-420d-adcb-7a52bbc8a512>" %}

***

## [Role permissions](/setup-workspaces/share-a-workspace.md#available-workspace-roles)

Each user in a workspace is assigned one of three roles:

| Action                                | Reader   | Editor   | Owner |
| ------------------------------------- | -------- | -------- | ----- |
| View settings & history               | ✓        | ✓        | ✓     |
| View data                             | Optional | Optional | ✓     |
| Edit settings                         |          | ✓        | ✓     |
| Edit/delete/rename workspace          |          |          | ✓     |
| Run scans, generate data, sync schema | ✓        | ✓        | ✓     |
| Share, duplicate, transfer ownership  |          |          | ✓     |

{% hint style="info" %}
Owners have full permissions. Editors can modify configurations. Readers have view-only access unless specified otherwise.
{% endhint %}

***

This concludes the Syntho Bootcamp’s foundational modules. You’re now ready to configure, collaborate, and generate safe, privacy-preserving synthetic data using Syntho.


---

# Agent Instructions: 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:

```
GET https://docs.syntho.ai/overview/get-started/syntho-bootcamp/8.-workspace-and-user-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
