> For the complete documentation index, see [llms.txt](https://docs.fusion.vectra.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fusion.vectra.ai/settings/account/index/manage-customers.md).

# Manage Customers

This page details information on how to:

* Add a customer
* Edit a customer
* Login-to another Customer (Masquerade)
* Delete a customer

## Add Customer <a href="#add-customer" id="add-customer"></a>

### Getting Here <a href="#getting-here" id="getting-here"></a>

**Settings > Customers > Add Customer**

The **Add Customer** form allows you to create a new customer account. This form requires several mandatory inputs and optional settings to configure the account correctly.

### Form Fields <a href="#form-fields" id="form-fields"></a>

1. **Email\***
   * **Description**: Enter the email address of the customer.
   * **Required**: Yes
2. **Given Name\***
   * **Description**: Enter the customer's first name.
   * **Required**: Yes
3. **Family Name\***
   * **Description**: Enter the customer's last name.
   * **Required**: Yes
4. **Organization\***
   * **Description**: Enter the name of the organization for the customer.
   * **Required**: Yes
5. **Shortname\***
   * **Description**: A short identifier for the customer.
   * **Validation**: Length must be between **5-16** characters and comply with **RFC 3986** (excluding the "+" character).
   * **Required**: Yes
6. **Type\***
   * **Description**: Select the type of customer account.
   * **Options**:
     * SLG
     * MSSP
   * **Required**: Yes
7. **Status\***
   * **Description**: Define the status of the customer account.
   * **Options**:
     * Active
     * Trial Active
   * **Required**: Yes
8. **Contractual Flows per Second**
   * **Description**: Input the agreed-upon flow rate per second for the customer.
   * **Required**: No
9. **Multi Account Toggle**
   * **Description**: Enable this if the customer will have multiple accounts.
   * **Options**: On/Off
10. **Internal Toggle**
    * **Description**: Enable this for internal accounts.
    * **Options**: On/Off
11. **Data Retention\***
    * **Description**: Set the data retention period for the customer.
    * **Options**:
      * 7 days
      * 45 days
      * 90 days
      * 180 days
    * **Required**: Yes
12. **Rollup Retention\***
    * **Description**: Set the rollup retention period for the customer's aggregated data.
    * **Options**:
      * 7 days
      * 90 days
      * 180 days
      * 365 days
    * **Required**: Yes

### Form Actions <a href="#form-actions" id="form-actions"></a>

* **SAVE**: Saves the customer details and creates the new account.
* **CANCEL**: Discards the input and closes the form without saving.

## Edit Customer <a href="#edit-customer" id="edit-customer"></a>

### Getting Here <a href="#getting-here-1" id="getting-here-1"></a>

1. Click the ellipse (3 dots) icon <i class="fa-circle-ellipsis">:circle-ellipsis:</i> at the beginning of the row customer row you want to masquerade.
2. Click **Edit**.\
   The edit page allows you to:\
   **Modify available settings**\
   **Delete the customer**

## Login-to another Customer (Masquerade) <a href="#login-to-another-customer-masquerade" id="login-to-another-customer-masquerade"></a>

### Getting Here <a href="#getting-here-2" id="getting-here-2"></a>

**Settings > Customers > Customer Row**

Reseller or Fusion accounts configured with sub-accounts may use the "Login-to" feature.

With proper privileges, you can masquerade as another customer.

Depending on your permissions, masquerading allows you to modify settings of another Fusion customer.

To masquerade:

1. Click the ellipse (3 dots) icon <i class="fa-circle-ellipsis">:circle-ellipsis:</i> at the beginning of the row customer row you want to masquerade.
2. Click **Login To**.

![](/files/oe6jQT0dVP03Ash7lotw)

While you are masquerading as customer, a red line displays at the top of the Fusion screen and will remain visible until you stop masquerading.

To stop masquerading, swich back to your default company from the upper left corner.

![](/files/qmSxhEnZ5ig8ixKnHi3Z)

## Delete Customer <a href="#delete-customer" id="delete-customer"></a>

### Getting Here <a href="#getting-here-3" id="getting-here-3"></a>

**Settings > Customers > Customer Row**

1. Click the ellipse (3 dots) icon <i class="fa-circle-ellipsis">:circle-ellipsis:</i> at the beginning of the row customer row you want to Delete.
2. Click **Delete**.\
   A warning screen appears. **THIS PROCESS CANNOT BE UNDONE**\
   You can **Delete** or **Cancel** the operation.

![](/files/yUuPyPHEPvt7C7qHaAUX)


---

# 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.fusion.vectra.ai/settings/account/index/manage-customers.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.
