> For the complete documentation index, see [llms.txt](https://docs.calypso.money/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.calypso.money/get-started-with-calypso-ui/general/how-to-add-a-new-user.md).

# How to add a new user

List of roles and accesses:

| Role                  | Description                                                                                                                                                                                                                                                                                              |
| --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Company Admin         | Access to all company operations, all accounts, the ability to create accounts and invite users to them.                                                                                                                                                                                                 |
| Account Admin         | Access to all operations within the account, the ability to invite users.                                                                                                                                                                                                                                |
| Company Auditor       | Access to all sections for reading within the company.                                                                                                                                                                                                                                                   |
| Account Auditor       | Reading-only access to all sections within the account.                                                                                                                                                                                                                                                  |
| Developer             | <p>Access to create and manage API keys, webhooks, and integration widgets.<br><br>This role allows you to perform all financial operation as part of testing functionality during integration and development.</p><p>We recommend creating a separate account for use and testing by the developer.</p> |
| Invoice User          | All the invoice functionality, reports and read access to assets.                                                                                                                                                                                                                                        |
| Crypto-to-Crypto User | All the functionality of crypto exchanges, reports and read access to the assets.                                                                                                                                                                                                                        |
| Payout Manager        | All the payout functionality, ability to confirm payouts, reports and read access to assets.                                                                                                                                                                                                             |
| Payout User           | All the payout functionality, reports and read access to assets.                                                                                                                                                                                                                                         |

To add a new company user or account user, you need to complete the following steps:

1. You need to get into the settings/team section, аnd click on the "new member" button<br>
2. Enter an email address to send an invitation to the new user.<br>
3. Select one or more roles for the new user and click "Done"<br>
4. After this step, the new user will receive an invitation to the specified email to register in your company with the role assigned to him.


---

# 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:

```
GET https://docs.calypso.money/get-started-with-calypso-ui/general/how-to-add-a-new-user.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.
