> 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

## 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" %}
[Manage assets](/accountsetup/assets.md)
{% 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="/pages/bOBiozkxtnDeFY2ThuY5#create-a-team">/pages/bOBiozkxtnDeFY2ThuY5#create-a-team</a></td></tr><tr><td>View team members</td><td><a href="/pages/bOBiozkxtnDeFY2ThuY5#view-team-members">/pages/bOBiozkxtnDeFY2ThuY5#view-team-members</a></td></tr><tr><td>Delete a team</td><td><a href="/pages/bOBiozkxtnDeFY2ThuY5#delete-a-team">/pages/bOBiozkxtnDeFY2ThuY5#delete-a-team</a></td></tr><tr><td>Add members</td><td><a href="/pages/bOBiozkxtnDeFY2ThuY5#add-members">/pages/bOBiozkxtnDeFY2ThuY5#add-members</a></td></tr><tr><td>Change member's role</td><td><a href="/pages/bOBiozkxtnDeFY2ThuY5#change-members-role">/pages/bOBiozkxtnDeFY2ThuY5#change-members-role</a></td></tr><tr><td>Remove member</td><td><a href="/pages/bOBiozkxtnDeFY2ThuY5#remove-member">/pages/bOBiozkxtnDeFY2ThuY5#remove-member</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="/pages/P23kD3sT4B3azYVJIu1f#create-a-brand">/pages/P23kD3sT4B3azYVJIu1f#create-a-brand</a></td></tr><tr><td>Add a product</td><td><a href="/pages/P23kD3sT4B3azYVJIu1f#add-a-product">/pages/P23kD3sT4B3azYVJIu1f#add-a-product</a></td></tr><tr><td>Upload product assets</td><td><a href="/pages/P23kD3sT4B3azYVJIu1f#upload-product-assets">/pages/P23kD3sT4B3azYVJIu1f#upload-product-assets</a></td></tr><tr><td>Use product assets in playgrounds</td><td><a href="/pages/P23kD3sT4B3azYVJIu1f#use-product-assets-in-the-playground">/pages/P23kD3sT4B3azYVJIu1f#use-product-assets-in-the-playground</a></td></tr><tr><td>Delete brands, product or assets</td><td><a href="/pages/P23kD3sT4B3azYVJIu1f#delete-brands-product-and-product-assets">/pages/P23kD3sT4B3azYVJIu1f#delete-brands-product-and-product-assets</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="/pages/Om2gonEvDhv2Mwa9vMAb#create-playground">/pages/Om2gonEvDhv2Mwa9vMAb#create-playground</a></td></tr><tr><td>Delete a playground</td><td><a href="/pages/Om2gonEvDhv2Mwa9vMAb#delete-playground">/pages/Om2gonEvDhv2Mwa9vMAb#delete-playground</a></td></tr><tr><td>Playground sharing</td><td><a href="/pages/Om2gonEvDhv2Mwa9vMAb#playground-sharing">/pages/Om2gonEvDhv2Mwa9vMAb#playground-sharing</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.
