> For the complete documentation index, see [llms.txt](https://docs.rmhpos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rmhpos.com/store-manager/manage-customers/setting-up-customer-accounts.md).

# Create customer records

1. Click **Customer**.
2. Click **Customers**.
3. Click **New**.
4. On the **Billing Information** tab, enter the contact information that will be used for billing.

<details>

<summary><img src="/files/Bdprh8VktJ8YD1YS6AjL" alt="" data-size="original"></summary>

<table><thead><tr><th width="250.44439697265625" valign="top">Field</th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top">Account number</td><td valign="top">The customer account number. Store Manager can automatically generate an account number, if desired.</td></tr><tr><td valign="top">Title</td><td valign="top">The title to use to address the customer, such as Mr., Mrs., Ms., Miss, Dr.</td></tr><tr><td valign="top">First Name</td><td valign="top">The customer's first name.</td></tr><tr><td valign="top">Last Name</td><td valign="top">The customer's last name.</td></tr><tr><td valign="top">Company</td><td valign="top">The name of the customer's company, if applicable.</td></tr><tr><td valign="top">Address</td><td valign="top">The street address of the billing address.</td></tr><tr><td valign="top">City</td><td valign="top">The city of the billing address.</td></tr><tr><td valign="top">State</td><td valign="top">The state of the billing address.</td></tr><tr><td valign="top">Zip Code</td><td valign="top">The postal code of the billing address.</td></tr><tr><td valign="top">Country</td><td valign="top">The country of the billing address.</td></tr><tr><td valign="top">Telephone</td><td valign="top">The phone number to use for billing inquiries. By default, the data enter into this field is not validated. It is only validated if you set up a mask under Setup \</td></tr><tr><td valign="top">Fax Number</td><td valign="top">The fax number to use for billing inquiries.</td></tr><tr><td valign="top">E-mail Address</td><td valign="top">The e-mail address to use if emailing statements.</td></tr></tbody></table>

</details>

5. (Optional) On the **Shipping Address** tab:
   1. Click **New**.
   2. When prompted **Do you want to use the existing Billing Information address?** click either **Yes** or **No**.
   3. If you clicked **No**, enter the shipping address. Select **This is the primary shipping address for this customer**, if applicable.

{% hint style="info" %}
You can enter multiple shipping addresses for a customer. If the primary shipping address for a customer changes, select the applicable address and click **Set Primary**.
{% endhint %}

6. (Optional) On the **Customer Options** tab, enter the applicable customer settings.

<details>

<summary><img src="/files/Bdprh8VktJ8YD1YS6AjL" alt="" data-size="original"></summary>

<table><thead><tr><th width="249.55548095703125" valign="top">Field</th><th valign="top">Description</th></tr></thead><tbody><tr><td valign="top">Customer is exempt from taxes</td><td valign="top">Select this option if the customer is exempt from paying taxes on purchases.</td></tr><tr><td valign="top">Customer is an employee</td><td valign="top"><p>Select this option if the customer is an employee.</p><p><strong>Note:</strong> Refer to Best practices for employee discounts for more information.</p></td></tr><tr><td valign="top">Price Level</td><td valign="top">If you want to offer a price level discount to the customer, select Price A , Price B, or Price C . If a price level discount is not applicable to the customer, select Standard .</td></tr><tr><td valign="top">Discount (%)</td><td valign="top"><p>If you want to offer a percent discount to the customer, enter the percentage in this field.</p><p><strong>Warning!</strong> This percent discount is applied to all items the customer purchases. If you want to limit discounts on items, consider using price level discounts or adding discounts in POS at the point-of-sale.</p></td></tr><tr><td valign="top">Tax ID Number</td><td valign="top">The customer's ID number for taxation purposes, if applicable.</td></tr><tr><td valign="top">Primary Sales Rep</td><td valign="top">If you store assigns sales representatives to manage purchases for specific customers, click the Browse icon and select the appropriate sales representative.</td></tr><tr><td valign="top">Primary Cashier</td><td valign="top">If your store assigns cashiers to enter purchases for specific customers, click the Browse icon and select the appropriate cashier.</td></tr><tr><td valign="top">Shipping Carriers</td><td valign="top">The shipping carrier to use when shipping purchases to this customer.</td></tr><tr><td valign="top">Shipping Service</td><td valign="top">The shipping service to use when shipping purchases to this customer.</td></tr><tr><td valign="top">Picture</td><td valign="top">If your store keeps pictures of customers on file, click the Browse icon and select the appropriate image file.</td></tr></tbody></table>

</details>

7. (Optional) On the **Aliases** tab:
   1. Click **New**.
   2. Enter the alias to use to look up this customer in POS.
   3. Click **OK**.
8. Click **Save And Close**.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.rmhpos.com/store-manager/manage-customers/setting-up-customer-accounts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
