> 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/accountsetup/playground.md).

# Manage playgrounds

## Create a playground

A playground is your infinite canvas for creative ideation and iteration. Each playground contains scenes and is where you'll do your creative work.\
Feel free to separate playgrounds for different campaigns, products, or creative directions to keep your work organized.

Every role has permission to create playgrounds, but where you can create depends on your role.

{% tabs %}
{% tab title="Organization Admin" %}
Can create playgrounds in any team across the organization.

**Step-by-step**

1. Go to <kbd>Playgrounds</kbd>
2. Select <kbd>+ New Playground</kbd>
3. Choose in which team you want to create your playground
4. A new tab is opened with your new playground
5. Rename your playground by clicking on the <kbd>Untitled Playground</kbd> text in the top bar

{% hint style="warning" %}
**Note:** Writing Japanese text using non-Latin characters may not function correctly; please use Latin characters instead.
{% endhint %}
{% endtab %}

{% tab title="Team Lead & Editor" %}
You can create playgrounds only in teams you belong to.

**Step-by-step**

1. On the homepage
2. Select <kbd>+ New Playground</kbd>
3. Choose in which team you want to create your playground
4. A new tab is opened with your new playground
5. Rename your playground by clicking on the <kbd>Untitled Playground</kbd> text in the top bar

You can also create a new playground from the <kbd>Playgrounds</kbd> tab.

{% hint style="warning" %}
You cannot create playgrounds without being assigned to a team first. If you don't have a team, contact your Team Lead or Organization Admin.
{% endhint %}

{% hint style="warning" %}
**Note:** Writing Japanese text using non-Latin characters may not function correctly; please use Latin characters instead.
{% endhint %}
{% endtab %}
{% endtabs %}

## Delete a playground

Deletion permissions vary by role. Some members can only delete their own work, while others have broader deletion access.

{% tabs %}
{% tab title="Organization Admin" %}
You can delete any playground in the organization, whether you created it or not.

**Step-by-step**

1. Go to <kbd>Playgrounds</kbd>
2. Go to <kbd>Your Playgrounds</kbd> or <kbd>Organization Playgrounds</kbd>
3. Search for the playground you want to delete
4. Select <kbd>…</kbd> and <kbd>Delete playground</kbd>

{% hint style="warning" %}
Deleting a playground removes all scenes and work within it. This action cannot be undone. Images generated from this playground will still be visible in the <kbd>Visuals</kbd> tab.
{% endhint %}
{% endtab %}

{% tab title="Team Lead & Editor" %}
You can delete only playgrounds you created. You can’t delete playgrounds created by others.

**Step-by-step**

1. Go to <kbd>Playgrounds</kbd>
2. Search for the playground you want to delete
3. Select <kbd>…</kbd> and <kbd>Delete playground</kbd>

{% hint style="warning" %}
Deleting a playground removes all scenes and work within it. This action cannot be undone. Images generated from this playground will still be visible in the <kbd>Visuals</kbd> tab.
{% endhint %}
{% endtab %}
{% endtabs %}

## Playground sharing

By default, all playgrounds are private. However, members can share their playground with their team. This is useful for sharing best practices.

#### To share a playground

{% stepper %}
{% step %}

#### Click <kbd>…</kbd>, then select <kbd>Publish to team</kbd>

{% endstep %}

{% step %}

#### Select the playground you want to share in the <kbd>Playgrounds</kbd> tab

{% endstep %}

{% step %}

#### Choose the team you want to publish it to

{% endstep %}

{% step %}

#### Give it a name

{% endstep %}

{% step %}

#### Click <kbd>Publish playground</kbd>

{% endstep %}
{% endstepper %}

Now, all team members can see your published playground in the <kbd>Shared Playground</kbd> tab.

## Opening another playground

**Organization Admins** can view all playgrounds but should not edit them. Playgrounds are single-editor only. Editing another user's playground may cause saving conflicts. Please share the playground if you need to work with it.

{% hint style="warning" %}
Note: Team Leads and Team Editors cannot view playgrounds they didn't create. See the [Role permission](/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/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.
