> For the complete documentation index, see [llms.txt](https://docs.refrme.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.refrme.io/refrme-guides/manage-customers.md).

# Manage Customers

#### Manage Customers

Welcome to the Manage Customers section of the RefrMe Customer Documentation! This guide will help you efficiently manage your customers using RefrMe's powerful features. Here’s an overview of the key functionalities you'll find in this section:

[**Add a Customer**](/refrme-guides/manage-customers/add-a-customer.md)

Easily add new customers to your system. Input essential details to ensure each customer is tracked and managed effectively, allowing for seamless integration into your referral program.

[**Filter Customers**](/refrme-guides/manage-customers/filter-customers.md)

Quickly find and organize your customer list with advanced filtering options. Sort customers by various criteria such as name, date added, or incentive status to streamline your management process and ensure efficient tracking.

[**Update Customer Information**](/refrme-guides/manage-customers/update-customer-information.md)

Easily update customer details such as name, contact information, and other relevant data. Keeping customer records accurate and up-to-date is essential for effective communication and management.

[**Customer Incentive Status**](/refrme-guides/manage-customers/customer-incentive-status.md)

Verify if a customer has received their incentive. Keep track of all incentive payments to maintain accountability and foster trust among your customer base. Ensure that all customer incentives are tracked and distributed properly.

By utilizing these features, you can effectively manage your customer base, maintain transparency, and ensure that all incentives are appropriately handled. Maximize your customer management capabilities with RefrMe's comprehensive tools.


---

# 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.refrme.io/refrme-guides/manage-customers.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.
