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

# Users

We've made it super simple for you to add more users or teammates to your Simbase account! This way, you can easily collaborate and work together with different roles and responsibilities. Each user will have access to specific Simbase features based on their needs, ensuring that everyone can focus on their tasks effectively. Plus, by limiting access to sensitive areas, you can maintain the security and privacy of your account.

### There are 3 different roles that you can choose from:&#x20;

1. Admin : Has access to all features of the platform. Can add new users, can manage SIM cards, deploy Private Networks and more.&#x20;
2. User: Can manage SIM cards, deploy public networks but cannot invite other members or access the billing options.&#x20;
3. Finance: Can manage SIM cards, deploy public networks and the billing settings of the account.&#x20;

{% hint style="info" %}
Our system allows administrators to create new users with administrator permissions, which grants them the ability to create and manage other users, as well as access the account's billing settings. However, it's crucial to exercise caution when assigning administrator permissions. **We strongly recommend carefully considering who you grant these permissions to, ensuring that they are trustworthy and responsible individuals.**
{% endhint %}

### How to add new users?

1. Navigate to **Settings.**
2. Under the **Organization** tab, click **Invite member**.
3. Fill out the new user's **name**, **email address** and select the **role.**
4. Send out the invitation.

{% hint style="info" %}
There is no limitation in terms of the number of new user accounts that can be created.&#x20;
{% endhint %}

{% @supademo/embed demoId="cmbs22a3vcynlsn1rxc1e844n" url="<https://app.supademo.com/demo/cmbs22a3vcynlsn1rxc1e844n>" %}

### How To remove or modify the role of an existing User?

1. Navigate to **Settings.**
2. Under the **Organization** tab, click the "three dots" menu corresponding to the user you wish to remove/modify.&#x20;
3. Click "Delete" if you wish to delete it.
4. Click "Edit" if you wish to assign a different role.&#x20;

{% @supademo/embed demoId="cmbs26bn7cytlsn1r0a91kpi7" url="<https://app.supademo.com/demo/cmbs26bn7cytlsn1r0a91kpi7>" %}


---

# 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://support.simbase.com/account-management/users.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.
