> For the complete documentation index, see [llms.txt](https://docs.voltmasters.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.voltmasters.io/voltmasters-platform/10.-project-settings/10.1-users.md).

# Users

Under **Settings → Users**, you can view and manage all users who have access to the current project. Each user in the list shows their name, email address and assigned role.

### User roles

Every user on a project is assigned one of two roles: **Customer** or **Installer**. The role determines which actions and settings that user can access within the project.

#### Customer

The Customer role is designed for the site owner or end user of the installation. Users with this role can view the key dashboards and data relevant to their project.

Customers can typically:

* View the EMS dashboard, battery dashboard, PV dashboard, consumption dashboard and energy meter data.
* Monitor live energy flows and historical performance.
* View active incidents and alerts.

Customers cannot change configuration settings or add new devices.

#### Installer

The Installer role is intended for the technical manager who configures and maintains the EMS and connected equipment on behalf of the customer. Users with this role have full access to all technical settings and configuration options on the project.

Installers can:

* Open and modify all sections under **Settings**, including general project settings, the EMS controller, API keys and consumption planning.
* Use the **Devices** menu to view the device list, add new devices and open configuration, communication and (where applicable) load management or manual override options for each device.
* Modify grid settings and strategy settings, and configure and monitor imbalance trading where applicable for the project.
* Invite users to the project, manage their roles and disconnect users from the project where the screen permits it.
* Access the subscription or billing screen for the project where permitted (for example to activate a plan or view invoice details).

### Adding a user

1. Navigate to **Settings → Users**.
2. Click **Add users** in the top-right corner.
3. Enter the email address of the person you want to invite.
4. Select a role: **Installer** or **Customer**.
5. Click **Send Invites**.

The invited person receives an email with an activation link. After clicking the link, they can set a password and access the Voltmasters EMS platform and this project.

### Removing a user

To disconnect a user from a project:

1. Navigate to **Settings → Users**.
2. Find the user you want to remove.
3. Click **Disconnect** next to their name.

The user will no longer have access to this specific project. Their account remains active on the platform and they retain access to any other projects they are linked to.

<div data-with-frame="true"><figure><img src="/files/Ct29u7bEzH10ut9nvVTT" alt="Voltmasters EMS: user management"><figcaption><p>Voltmasters EMS: user management</p></figcaption></figure></div>


---

# 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://docs.voltmasters.io/voltmasters-platform/10.-project-settings/10.1-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.
