# Create A Customer And Explanation About Customer Fields

Follow these steps to create a new customer:\
1\. Go to **Products → Rewards**\
2\. Open your store by clicking the **View icon**\
3\. Click **Create Customer** (top-right)\
4\. Enter:\
&#x20; \- **Customer Name**\
&#x20;  **- Email**\
&#x20;  **- Phone Number**\
5\. After entering required details, click **Create**

#### Field Types Explained

🔹 **Transaction Fields (5 Available)**

* Accept only numeric values
* Support operations like addition, subtraction, multiplication, division
* Auto-maintain detailed logs
* Ideal for reward points, wallet balance, or transaction systems

🔹 **Detail Fields (5 Available)**

* Store extra customer information\
  Example: Address, Age, Gender, Custom Data

🔹 **Identifier Fields (5 Available)**

* Used to uniquely identify a customer\
  Example: Email ID, Facebook ID, Instagram ID
* Can be used in bots and automations to fetch customer data

🔹 **Image Fields (2 Available)**

* Store image URLs\
  &#x20;Example: Profile photo or other images

{% embed url="<https://www.youtube.com/watch?v=7-EK_ER4gt4>" %}


---

# 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://helpdocumentation.gitbook.io/user/reward-points-and-wallet/create-a-customer-and-explanation-about-customer-fields.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.
