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

# Users

#### <img src="/files/fwTczBv9mBndqo9CQpZg" alt="Asset Panda Pro app link" data-size="line"> [Visit Users in the app](https://assetpanda.app/settings/users)

User roles determine their access to data within an organization. User roles are set at the module level within accounts in an organization. The following roles can be assigned:

* **Organization Admin**: Can add, delete, and edit accounts and modules in the organization.
* **Account Admin**: Can add and edit modules for the account. The user can access data for the specific account, but not other accounts in the organization.
* **Module Admin**: Can edit and configure the selected module.
* **Collaborator**: Can view records and submit forms.

Users can have access to multiple modules and accounts, and their role in each module or account can differ based on the access needed. For example, an Account Admin in the IT Division of a company might also need to access forms in the Fleet division. In this scenario, the Account Admin can be given the Collaborator role for the Fleet module outside the account they administer.&#x20;

Organization Admins, Account Admins, and Module Admins can invite and assign roles to other users within their allowed modules.&#x20;

## Invite users to a module

1. In the navigation pane, select <img src="/files/dLHka5YWbUR3zisHLua6" alt="Settings icon" data-size="line"> **Settings** > **Account Management**.
2. Click <i class="fa-chevron-down">:chevron-down:</i> for the account and module for which you want to invite user&#x73;**.**&#x20;
3. Click **Manage** in the **Users** tile.
4. Click **Invite users**. The **Invite users** pane is displayed.
5. For **Role**, select the appropriate role for the users:
   * **Organization Admin**: Can add, delete, and edit accounts and modules in the organization.
   * **Account Admin**: Can add and edit modules for the account. Data is accessible in the specific account, but not other accounts in the organization.
   * **Module Admin**: Can edit and configure the selected module.
   * **Collaborator**: Can view records and submit forms.
   * \<Custom role name>: Can perform the tasks configured in the custom role.

{% hint style="info" %}
Users do not have access to data across accounts with the Account Admin role. However, Account Admin access can be granted to a user for modules of multiple accounts to associate the user with multiple accounts.
{% endhint %}

8. Enter the email address of the user. To enter multiple user emails, press **Enter** to add each email on a new line.
9. Click **Save**.


---

# 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://prohelp.assetpanda.com/settings/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.
