> For the complete documentation index, see [llms.txt](https://help.csvbox.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.csvbox.io/account/teams.md).

# Teams

You can invite additional members of your team to your CSVbox dashboard via the [Team](https://app.csvbox.io/user/team) page.

When inviting new members of your team you’ll be asked what role they serve within your organization. This is because we limit dashboard functionality based on a user’s role. In the future, any user’s role can be changed by an admin in your team, at any time.

The roles and the dashboard areas they each have access (at a broad level) are as follows:

<table data-full-width="false"><thead><tr><th>Page</th><th align="center">Super Admin</th><th align="center">Admin</th><th align="center">Tech</th><th align="center">Finance</th></tr></thead><tbody><tr><td>Home</td><td align="center">✔</td><td align="center">✔</td><td align="center">✔</td><td align="center">✔</td></tr><tr><td>Sheets</td><td align="center">✔</td><td align="center">✔</td><td align="center">✔</td><td align="center"></td></tr><tr><td>Imports</td><td align="center">✔</td><td align="center">✔</td><td align="center">✔</td><td align="center"></td></tr><tr><td>Plans</td><td align="center">✔</td><td align="center">✔</td><td align="center"></td><td align="center">✔</td></tr><tr><td>Settings</td><td align="center">✔</td><td align="center">✔</td><td align="center">✔</td><td align="center"></td></tr><tr><td>Teams</td><td align="center">✔</td><td align="center">✔</td><td align="center">✔</td><td align="center">✔</td></tr></tbody></table>

Each account has one super admin that cannot be changed.

{% hint style="info" %}
The maximum number of team members that you can add is based on your [plan](https://csvbox.io/#pricing).
{% 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, and the optional `goal` query parameter:

```
GET https://help.csvbox.io/account/teams.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.
