> For the complete documentation index, see [llms.txt](https://docs.theseaai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.theseaai.com/main/ch/accountsetup/playground.md).

# 管理画布

## 创建画布

画布是你进行创意构思和迭代的无限画布。每个画布都包含场景，是你开展创作工作的地方。\
你可以为不同的活动、产品或创意方向分别创建画布，以保持工作有序。

每个角色都有创建画布的权限，但你可以在哪些地方创建取决于你的角色。

{% tabs %}
{% tab title="组织管理员" %}
可以在组织内任何团队中创建画布。

**步骤说明**

1. 前往 <kbd>画布</kbd>
2. 选择 <kbd>+ 新建画布</kbd>
3. 选择你要在哪个团队中创建画布
4. 一个新标签页已打开，显示你的新画布
5. 通过点击以下内容重命名你的画布 <kbd>未命名画布</kbd> 顶部栏中的文本

{% hint style="warning" %}
**注意：** 使用非拉丁字符书写日文可能无法正常工作；请改用拉丁字符。
{% endhint %}
{% endtab %}

{% tab title="团队负责人和编辑" %}
你只能在你所属的团队中创建画布。

**步骤说明**

1. 在主页上
2. 选择 <kbd>+ 新建画布</kbd>
3. 选择你要在哪个团队中创建画布
4. 一个新标签页已打开，显示你的新画布
5. 通过点击以下内容重命名你的画布 <kbd>未命名画布</kbd> 顶部栏中的文本

你也可以从以下位置创建新的画布 <kbd>画布</kbd> 选项卡。

{% hint style="warning" %}
在先被分配到团队之前，你无法创建画布。如果你没有团队，请联系你的团队负责人或组织管理员。
{% endhint %}

{% hint style="warning" %}
**注意：** 使用非拉丁字符书写日文可能无法正常工作；请改用拉丁字符。
{% endhint %}
{% endtab %}
{% endtabs %}

## 删除画布

删除权限因角色而异。有些成员只能删除自己的作品，而其他成员拥有更广泛的删除权限。

{% tabs %}
{% tab title="组织管理员" %}
你可以删除组织中的任何画布，无论是否是你创建的。

**步骤说明**

1. 前往 <kbd>画布</kbd>
2. 前往 <kbd>你的画布</kbd> 或 <kbd>组织画布</kbd>
3. 搜索你要删除的画布
4. 选择 <kbd>…</kbd> 和 <kbd>删除画布</kbd>

{% hint style="warning" %}
删除画布会移除其中的所有场景和作品。此操作无法撤销。由该画布生成的图像仍将显示在 <kbd>视觉内容</kbd> 选项卡。
{% endhint %}
{% endtab %}

{% tab title="团队负责人和编辑" %}
你只能删除自己创建的画布。你不能删除他人创建的画布。

**步骤说明**

1. 前往 <kbd>画布</kbd>
2. 搜索你要删除的画布
3. 选择 <kbd>…</kbd> 和 <kbd>删除画布</kbd>

{% hint style="warning" %}
删除画布会移除其中的所有场景和作品。此操作无法撤销。由该画布生成的图像仍将显示在 <kbd>视觉内容</kbd> 选项卡。
{% endhint %}
{% endtab %}
{% endtabs %}

## 画布共享

默认情况下，所有画布都是私有的。不过，成员可以将自己的画布共享给团队。这对于分享最佳实践很有用。

#### 要共享画布

{% stepper %}
{% step %}

#### 点击 <kbd>…</kbd>，然后选择 <kbd>发布到团队</kbd>

{% endstep %}

{% step %}

#### 在 <kbd>画布</kbd> 标签页

{% endstep %}

{% step %}

#### 选择你要发布到的团队

{% endstep %}

{% step %}

#### 为其命名

{% endstep %}

{% step %}

#### 点击 <kbd>发布画布</kbd>

{% endstep %}
{% endstepper %}

现在，所有团队成员都可以在 <kbd>共享画布</kbd> 选项卡。

## 打开另一个画布

**组织管理员** 可以查看所有画布，但不应编辑它们。画布仅支持单人编辑。编辑其他用户的画布可能导致保存冲突。如需协作，请分享该画布。

{% hint style="warning" %}
注意：团队负责人和团队编辑无法查看他们未创建的画布。请参见 [角色权限](/main/ch/accountsetup/roles.md)
{% endhint %}


---

# 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.theseaai.com/main/ch/accountsetup/playground.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.
