# Add New Account

To add a new customer account from the WordPress dashboard,

1. Select **VendorFuel** > **Customers** in the left navigation menu to navigate to the *Customers* page.
2. Then select **Add New Customer**.
3. &#x20;On the **Add Account** page, enter the following:
   1. **Name**: usually first and last name of the customer.
   2. **Email**
   3. **Price Sheet**: Select a price sheet that will be assigned to this customer.
4. Select the **Save** button.


---

# 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/customers/accounts/add-new-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.
