> 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/legal-limits-on-collecting-customer-info.md).

# Legal limits on collecting customer information

Store Manager and POS allow you to collect basic information about your store's customers, such as name, address, telephone number, fax number, and email address. You can also customize Store Manager and POS to collect customer information that is unique to your store's products, services, or relationship-building strategy. For example:

* For a pet store, you might collect information about the type of pets the customer has, the number of pets, the names of their pets, and their pets' dietary or grooming needs;
* For an automotive store, you might collect information about the customer's vehicle, such as the make, model, year, color, and distinguishing features such as whether it is a special edition or has any customizations; or
* For a specialty liquor store, you might collect information about the customer's preferred beverages, the quantities they like to order, and whether they want to be notified of promotions or special events such as a Scotch whisky tasting or the annual Bordeaux wine release.

**Before you collect any customer information you should make sure you understand the legal regulations in your state or country for the collection, use, and safe storage of a customer's personal information.** For example, local laws may control:

* Whether you must get consent from customers to collect their information;
* What kind of information you can or cannot reasonably collect about your customers;
* How you can or cannot reasonably use that customer information;
* Whether you can share a customer's information with third parties, such as mass communication agencies;
* Whether customers can opt out of information collection or withdraw consent to use their information; or
* What steps you must take to safely store or prevent access to customer information.

It is particularly important that you safely store and prevent access to customer information. If there is a breach of your systems that exposes customer information, there can be legal repercussions for your store. Remediation of the breach can also be very time-consuming and costly. Ensure your computers and networks have adequate intrusion protection, and consider purchasing cyber risk and data breach insurance coverage.


---

# 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/legal-limits-on-collecting-customer-info.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.
