> 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.md).

# Account Setup

Everything about managing teams and members, brand assets, and playgrounds.

## Roles and permissions

Beachside uses three main role types to organize your team and control access:

* **Organization Admin** — Manages the entire organization, creates teams, invites members, and has oversight across all teams and playgrounds
* **Team Lead** — Manages specific teams, invites Editors, and creates content within their teams
* **Editor** — Creates playgrounds within assigned teams. Must belong to a team to create playgrounds.

{% hint style="info" %}
**To check your role:** When logged-in, on the homepage click the organization selector in the top left corner (displays your organization name). Your role appears in this menu.
{% endhint %}

**To view detailed permissions:** You can review the complete permission matrix: [Role permission](/accountsetup/roles.md)

***

## What do you need to do?

{% content-ref url="/pages/bOBiozkxtnDeFY2ThuY5" %}
[Manage a team](/accountsetup/team.md)
{% endcontent-ref %}

{% content-ref url="/pages/P23kD3sT4B3azYVJIu1f" %}
[Broken mention](broken://pages/P23kD3sT4B3azYVJIu1f)
{% endcontent-ref %}

{% content-ref url="/pages/Om2gonEvDhv2Mwa9vMAb" %}
[Manage playgrounds](/accountsetup/playground.md)
{% endcontent-ref %}

#### Team and members

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Create a team</td><td><a href="/accountsetup/team.md#create-a-team">Manage a team</a></td></tr><tr><td>View team members</td><td><a href="/accountsetup/team.md#view-team-members">Manage a team</a></td></tr><tr><td>Delete a team</td><td><a href="/accountsetup/team.md#delete-a-team">Manage a team</a></td></tr><tr><td>Add members</td><td><a href="/accountsetup/team.md#add-members">Manage a team</a></td></tr><tr><td>Change member's role</td><td><a href="/accountsetup/team.md#change-members-role">Manage a team</a></td></tr><tr><td>Remove member</td><td><a href="/accountsetup/team.md#remove-member">Manage a team</a></td></tr></tbody></table>

#### Assets

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Create a brand</td><td><a href="broken://pages/P23kD3sT4B3azYVJIu1f#create-a-brand">Broken link</a></td></tr><tr><td>Add a product</td><td><a href="broken://pages/P23kD3sT4B3azYVJIu1f#add-a-product">Broken link</a></td></tr><tr><td>Upload product assets</td><td><a href="broken://pages/P23kD3sT4B3azYVJIu1f#upload-product-assets">Broken link</a></td></tr><tr><td>Use product assets in playgrounds</td><td><a href="broken://pages/P23kD3sT4B3azYVJIu1f#use-product-assets-in-the-playground">Broken link</a></td></tr><tr><td>Delete brands, product or assets</td><td><a href="broken://pages/P23kD3sT4B3azYVJIu1f#delete-brands-product-and-product-assets">Broken link</a></td></tr></tbody></table>

#### Playgrounds

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Create a playground</td><td><a href="/accountsetup/playground.md#create-playground">Manage playgrounds</a></td></tr><tr><td>Delete a playground</td><td><a href="/accountsetup/playground.md#delete-playground">Manage playgrounds</a></td></tr><tr><td>Playground sharing</td><td><a href="/accountsetup/playground.md#playground-sharing">Manage playgrounds</a></td></tr></tbody></table>


---

# 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/accountsetup.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.
