# My Account

The My Account page allows users to manage their user settings, with additional options available to admin users.

Select **My Account** <img src="/files/pLoku5GQrYOwILVnZtsO" alt="" data-size="line"> in the upper right corner of Fuse to reach this page.

## A first look

The My Account page features a tabbed layout. The following figures provide an example.

#### A standard user's My Account page view:

![Figure 1: A standard user's My Account page.
Click to enlarge.](/files/ATC9ZDe0D1O1jYLkDgew)

#### An admin user's My Account page view:

![Figure 2: An admin user's My Account page.
Click to enlarge.](/files/jW8p7aI3BvhmhopABwaA)

## About users & accounts

### First user is first admin

When someone signs up for a Fuse account, that first user becomes the admin for that account by default. The admin can then add more users and/or admins from the Manage Users page. See [Admin Options](/fuse/my-account/admin-options.md) for more info.

### User options

#### Global options

The following My Account option tabs are available to all users within a Fuse account:

* [Account (user) settings](/fuse/my-account/global-options.md#account-tab)
* [Certificates](/fuse/my-account/global-options.md#certificates-tab)
* [OAuth tokens](/fuse/my-account/global-options.md#oauth-tokens-tab)
* [JS Libraries](/fuse/my-account/global-options.md#js-libraries)
* [Integrations](/fuse/my-account/global-options.md#integrations-tab): For viewing existing integrations only.

#### Admin options

Along with the global options, admin users have additional access to the following:

* [Account information](/fuse/my-account/admin-options.md#account-information)
* [Phone numbers](/fuse/my-account/admin-options.md#phone-numbers-tab)
* [Integrations](/fuse/my-account/admin-options.md#integrations-tab-admin): For adding and managing integrations.

See the [Global Options](/fuse/my-account/global-options.md) and [Admin Options](/fuse/my-account/admin-options.md) pages for more info.

### Need account assistance?

If you need to merge accounts because multiple people at your company created their own accounts, or if all admins are unable to access your account, please contact [Plum Support](https://portal.plumvoice.com/hc/en-us).&#x20;


---

# Agent Instructions: 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.plumvoice.com/fuse/my-account.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.
