# Teamspace

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

Teamspace is a feature that allows you to collaboratively edit notebooks and folders within a specific team (members and groups).

By setting permissions for teamspace, access restrictions can be applied to all notebooks and folders within the teamspace, thus ensuring consistent access control.

## Key Features

* Centralized Collaboration:
  * Bring team members together in a dedicated space for collaborative editing and data analysis.
* Access Control:
  * Assign specific permissions to users and groups within the Teamspace to ensure appropriate access levels.
* Folder and notebook Management:
  * Create and organize folders and Notebooks within the Teamspace for structured data management.

## How to Set Up

1. Create a Teamspace [on this page](https://app.codatum.com/workspace/last-accessed/setting/teamspaces).
   * Assign permissions to users or groups for the teamspace.
2. Create folders or Notebooks under the Teamspace.

## FAQ

> What happens if I grant viewing permissions for a notebook within a teamspace to a member or group that does not have access permissions to the teamspace?

Users or groups without assigned permissions to the teamspace will see the notebook under the `Shared` folder and will be able to access it.

> Is it possible to move notebooks into or out of a teamspace?

Yes, it is possible. When moving a notebook, its access permissions will be updated according to the new location (Workspace/Teamspace/Private).


---

# 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.codatum.com/sharing/teamspace.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.
