> For the complete documentation index, see [llms.txt](https://landofcoder.gitbook.io/reward-point/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://landofcoder.gitbook.io/reward-point/config-and-usage/how-to-create-point-earning-rates.md).

# How To Create Point Earning Rates

#### I. Earning Rate

Please choose ” Add New Rate” to create new earning rate

![ Add New R](/files/O3pzvwbpMYKLUAu1cSOP)

**A. General Setting**

* &#x20;***Rule Name***: define name of your new point rate
* &#x20;***Description***: You can add the description that shows the purpose of the rule, and explain how it is used.
* &#x20;***From*** : Set “From” date
* &#x20;***To:*** Set “To” date
* &#x20;***Customer Groups***: choose customer groups here
* &#x20;***Priority***: define number to set priority here
* &#x20;***Status***: Choose active to enable rating

![General Setting](/files/A6uicRwvDoQzYdUi3WYL)

**B. Action:**\
In this part, you can choose various earning rating types as below

* Give X points to customer: you can fix point given for product
* Give X points for every spent Y: For example: for example, “10 points for every $5 spent”.

Points (X) = 10 points\
Money Step (Y) = $5

* Give X points as product final price:

For instance, if you set points (X) = 30, it means that the customers get 30 points only when product price is equal or over $30

* Give X% points of original price: Give % according to product price.

***Points (X)***: Set number of given point here\
\&#xNAN;***Money Step (Y)***: define how much money customer spend to get that points\
\&#xNAN;***Maximum Points Earned***: You can limit the number of points earned for each product\
\&#xNAN;***top Further Rules Processing***: Set Yes to let this point rating run first

![Action T](/files/rid7uk2qXQhGv69c0Z9e)

#### II.  Product Earning Points

Please go to Admin Panel > Reward Points > Earning > Product Earning Points

![Produc Earning P](/files/KD40G7uzlMaKT94ruz3T)

In this section, it is very easy to add Product and give them the number of points as you want. All you need is choose the product & insert point number you want to give


---

# 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:

```
GET https://landofcoder.gitbook.io/reward-point/config-and-usage/how-to-create-point-earning-rates.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.
