> 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/account-management/accounts-and-modules.md).

# Accounts and modules

## Accounts

Accounts occupy the first sublevel in the organization, and reflect separate entities for larger company divisions or client accounts. Accounts are often used for subsidiaries within an organization or for customer accounts within an Managed Service Provider (MSP). Accounts hold users, permissions, and modules. For smaller organizations, a single account can be used.

See [Org Setup Use Cases](broken://pages/zYBdqbBTlTzgxRukGjkU) for information about determining the number of accounts you need.

## Modules

Modules help you organize different workflows within your account, ensuring a structured approach to managing assets, employees, maintenance, and other key processes. Each module serves as a dedicated space for a specific use case. For example, you can manage separate modules for facilities management and IT equipment tracking. The flexibility of modules enables you to streamline operations, improve clarity, and ensure that users only interact with the information relevant to their roles.

***

## Add an account and module

1. Perform one of the following tasks:

   * In the navigation pane, select <img src="/files/dLHka5YWbUR3zisHLua6" alt="Settings icon" data-size="line"> **Settings** > **Account Management**, and then click **Add Account**.&#x20;
   * In the navigation pane, click the  **Account Switcher** <img src="/files/HHAqVbznZspClbgDBPVz" alt="" data-size="line">, click **Add account**, and then click **Manual setup**.

   The **New account** page is displayed.
2. Enter the **Name** of the account.
3. Optionally, enter the **Email**, **First name**, and **Last name** of the user who will be the administrator for the account.
4. Click **Continue**. The **Create a new module** page is displayed.&#x20;
5. Enter the **Module name**.&#x20;
6. Enter the **Main collection name** that will be used to store information for your assets. The new module also includes default collections such as **Location**, **People**, and **Categories**.&#x20;
7. Click **Create**. The main collection page for the new account and module is displayed.

### **Add a module**

You can add modules to an existing account.

1. Perform one of the following tasks:

   * In the navigation pane, select <img src="/files/dLHka5YWbUR3zisHLua6" alt="Settings icon" data-size="line"> **Settings** > **Account Management**. Click **Add module** for the appropriate account.&#x20;
   * In the navigation pane, click the  **Account Switcher** <img src="/files/HHAqVbznZspClbgDBPVz" alt="" data-size="line">, select the appropriate account, and then click **Add module**.

   The **Create a new module** page is displayed.
2. Enter the **Module name**.&#x20;
3. Enter the **Main collection name** that will be used to store information for your assets. The new module also includes default collections such as **Location**, **People**, and **Categories**.&#x20;
4. Click **Create**. The main collection page for the new module is displayed.
5. [Invite users to the module](/settings/users.md#invite-users-to-a-module).

***

## **Edit an account or module name** <a href="#edit-module" id="edit-module"></a>

You can modify an existing account or module to update its name.

1. In the navigation pane, select <img src="/files/dLHka5YWbUR3zisHLua6" alt="Settings icon" data-size="line"> **Settings** > **Account Management**.&#x20;
2. Locate the account or module you want to edit.
3. Click ![](/files/bcnzsf0lmYzkFN6vQTq3) and select **Edit**. The **Edit account** or **Edit module** page is displayed.
4. Enter the new **Account name** or **Module name**.
5. Click **Save**.&#x20;

***

## Duplicate an account or module

If your organization needs to support multiple accounts or modules with similar configurations (modules, fields, forms), you can duplicate existing accounts/modules to streamline the creation of your organization structure.&#x20;

* When you duplicate an account, all modules, collections, fields, and forms are copied.
* When you duplicate a module, all collections and forms are copied.

{% hint style="info" %}
Records, automations, and saved views are not copied to the duplicated accounts or modules.
{% endhint %}

1. In the navigation pane, select <img src="/files/dLHka5YWbUR3zisHLua6" alt="Settings icon" data-size="line"> **Settings** > **Account Management**.&#x20;
2. Locate the account or module you want to duplicate.
3. Click ![](/files/bcnzsf0lmYzkFN6vQTq3) and select **Duplicate**. The **Duplicating account** or **Duplicating module** page is displayed.
4. Specify the name of the new account or module.
5. When duplicating a module, for **Duplicate to account**, select the account that will contain the new module.
6. Click **Duplicate**. The account/module is added to the organization/account.

***

## **Delete a module**

Modules that are no longer needed can be deleted.

{% hint style="danger" %}
Deleting a module is a permanent action that removes all data within the module. Only administrators with the required permissions can delete modules, ensuring controlled access to this action.&#x20;

Additionally, you must retain at least one module in the account; it is not possible to delete all modules.
{% endhint %}

1. In the navigation pane, select <img src="/files/dLHka5YWbUR3zisHLua6" alt="Settings icon" data-size="line"> **Settings** > **Account Management**.&#x20;
2. Locate the module you want to delete.
3. Click ![](/files/bcnzsf0lmYzkFN6vQTq3) and select **Delete**. The **Deleting module** page is displayed.
4. Enter the module name to confirm the deletion, and then click **Delete**.

***

## Order accounts and modules <a href="#account-management" id="account-management"></a>

The first listed **Account** and **Module** become the default landing module for all users when entering Asset Panda unless they are restricted by user permissions. If restrictions exist, user land on the first module they can access.

Accounts and modules can be reordered to manage their display for users. &#x20;

1. In the navigation pane, select <i class="fa-gear-complex">:gear-complex:</i> **Settings** > **Account Management**.
2. To expand an account to display its modules, click <i class="fa-chevron-down">:chevron-down:</i>.
3. Select ![](/files/aob2OlHpAYjo9tacx7BS) and drag the account or module to the appropriate location in the list.&#x20;
4. Click **Save Layout**.


---

# 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://prohelp.assetpanda.com/settings/account-management/accounts-and-modules.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.
