> 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:

```
GET https://docs.theseaai.com/main/ch/accountsetup/playground.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.
