# Users

The Users shows all of the VendorFuel admin users. You can use the Search bar to search for an Admin Account to edit it.&#x20;

## Add Admin Account

<table><thead><tr><th>Field</th><th>Description</th><th data-type="checkbox">Required</th></tr></thead><tbody><tr><td>Name</td><td>Name of admin user.</td><td>true</td></tr><tr><td>Email</td><td>Email address of admin user.</td><td>true</td></tr><tr><td>Password</td><td></td><td>true</td></tr><tr><td>Active</td><td>Must be checked in order for Admin Account to login.</td><td>false</td></tr></tbody></table>

### Roles

Each role grants certain permissions to sections within VendorFuel.

| Field            | Has Access To                                                                         |
| ---------------- | ------------------------------------------------------------------------------------- |
| Manager          | Everything.                                                                           |
| Billing          | [Accounting ](/settings/settings/accounting.md)and Subscription.                      |
| Catalog          | All [Catalog](/admin/catalog.md)-related.                                             |
| Web Developer    | All [Customer](/admin/customers.md)-related and [Email](/settings/settings/email.md). |
| Customer Service | All [Customer](/admin/customers.md)-related and [Orders](/admin/orders.md).           |

### REST API

Clicking the REST API button will generate a REST API token that other APIs can use to authenticate with VendorFuel without requiring the Account Admin's username or password.&#x20;

### Options

| Field                | Description                                                                    |
| -------------------- | ------------------------------------------------------------------------------ |
| Receive Quotes       | Enables Admin Account to receive any quote requests from customers' carts.     |
| Send New Admin Email | If checked, an email notification will be sent to the new Admin Account email. |

## Edit Admin Account

Once you've added an Admin Account, you can edit it by viewing the Admin Accounts and clicking on it.

{% hint style="info" %}
The Password and Confirm Password fields will not show the Admin Account's password, but you can use these fields to update the password.
{% endhint %}


---

# 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.vendorfuel.com/admin/admin-accounts.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.
