# Workspace Management

Bind workspaces, manage members, and read workspace-scoped information.

## Common tasks

| Task | Page |
| --- | --- |
| Bind a workspace using a known workspace ID | [Bind workspace](绑定工作区.md) |
| Invite members, update roles, or remove members | [Manage workspace members](管理工作区成员.md) |

## Typical workflow

1. Configure the Product API endpoint and personal access token in the SDK.
2. Use [Bind workspace](绑定工作区.md) to obtain a workspace reference; all subsequent resource operations are based on this reference.
3. When multi-user collaboration is needed, use [Manage workspace members](管理工作区成员.md) to invite members and assign roles.

## Related APIs

For workspace-related endpoints, see [Resource Center](../../../api/ai-studio/workspace-resources/index.md).

```{toctree}
:hidden:
:maxdepth: 1

Bind workspace <绑定工作区>
Manage workspace members <管理工作区成员>
```
