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

# Team Management

Chariot allows you to manage who has access to your account and control what each team member can do.

### User Roles

There are four roles in Chariot, each with different levels of access. Choose the role that best matches each team member’s responsibilities.

<table data-full-width="false"><thead><tr><th width="230.59375"></th><th width="91.953125" data-type="checkbox">Owner</th><th width="91.1953125" data-type="checkbox">Admin</th><th width="99.3984375" data-type="checkbox">Finance</th><th width="134.234375" data-type="checkbox">Development</th><th width="95.0703125" data-type="checkbox">Viewer</th></tr></thead><tbody><tr><td>Add &#x26; Remove Users</td><td>true</td><td>true</td><td>false</td><td>false</td><td>false</td></tr><tr><td>Add &#x26; Remove External Financial Accounts</td><td>true</td><td>false</td><td>false</td><td>false</td><td>false</td></tr><tr><td>Transfer Funds (Money Movement)</td><td>true</td><td>true</td><td>true</td><td>false</td><td>false</td></tr><tr><td>Export Data</td><td>true</td><td>true</td><td>true</td><td>true</td><td>false</td></tr><tr><td>View Data</td><td>true</td><td>true</td><td>true</td><td>true</td><td>true</td></tr></tbody></table>

Free accounts support up to 10 users. If you need additional access, you can upgrade your plan or reach out to our team.

***

### Inviting Team Members

<figure><img src="/files/z6BDnPWTAfPswFwh89I2" alt="" width="563"><figcaption></figcaption></figure>

To invite someone to your account:

1. Navigate to Settings → Team
2. Select “Invite user”
3. Enter their email address and assign a role

Invited users will receive an email to join your Chariot account.

***

### Removing Team Members

<figure><img src="/files/PNaGSeSYnVTVS63mglgt" alt="" width="563"><figcaption></figcaption></figure>

To remove a user:

1. Navigate to Settings → Team
2. Find the team member
3. Select “Remove”

This will revoke their access immediately. Account Owners and Admins will be notified via email when a user is removed.

***

### Updating User Roles

Account Admins and Owners can update a user’s role at any time from the Team settings page.


---

# 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.givechariot.com/account-management/team-management.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.
