# Team Accounts

## Creating a Team Account

On your account, on the account dropdown, select **Create Team**.

![](/files/-MLIxowFmyGYvgsN7RUZ)

Fill out the popup requesting a Team Name.

![](/files/-MLIy0N3Wiv-SxG-OzxZ)

## Setting Up a Team Account

Once created, you will need to add a Google or Microsoft account to the Team. This account will own any created spreadsheets and will be used to sync with Google or Microsoft.

![](/files/-MLIyILQvnfiq1p8m_Y6)

## Managing Seats and Users

You must upgrade your account to add additional users. Once upgraded, you can easily add seats as needed under the **Usage** or **Billing** tab. Once the seats are added you can then invite and manage users under the **People** tab.

![](/files/-MLIz7wt_wMGjhVcsPaH)

![](/files/-MLIzG08Df_kIMn7PqB8)

## User Permissions

When adding a user you can invite them with one of 3 permissions: **Viewer**, **Member**, or **Admin**.

| Permission              | Viewer | Member | Admin |
| ----------------------- | :----: | :----: | :---: |
| View Projects           |    ✔   |    ✔   |   ✔   |
| Create Projects         |        |    ✔   |   ✔   |
| Change Project Settings |        |        |   ✔   |
| Manage User Access      |        |        |   ✔   |
| Manage Team Access      |        |        |   ✔   |
| View/Change Billing     |        |        |   ✔   |


---

# Agent Instructions: 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.contentsync.com/platform/contentsync.com/team-accounts.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.
