# Loyalty points

You can enable/disable loyalty point system in the project.

First, you need to setup the Amount to Point and Points to Amount settings in the Finance settings page in the backend.

1. **Amount To Point:** This is the number of point to be awarded to customer after an order is completed on a ratio of 1unit of your currency. **For example:** if you are using dollars($) as your currency and you set: <mark style="color:red;">**0.1**</mark> in the Amount to Point, this means for every <mark style="color:red;">**$1**</mark> spent the customer will get <mark style="color:red;">**0.1point**</mark>. So $10 = 0.1 \* 10 = 1point
2. **Point To Amount** This is the amount you get for every point withdraw. **For example:** if you are using dollars($) as your currency and you set: <mark style="color:red;">**0.01**</mark> in the 1 Point to Amount, this means for every <mark style="color:red;">**1 point**</mark> it can be converted to <mark style="color:red;">**$0.01**</mark>. So 10points = 0.01 \* 10 = $0.1

<figure><img src="https://2231621966-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MVNlKuUeCM_uD7sLQnM%2Fuploads%2FyxHhh3tPzYXvLslkYXNC%2Fimage.png?alt=media&#x26;token=bfc1ce35-5c05-48c9-a75b-d96f09945000" alt=""><figcaption><p>Setting Loyalty Points</p></figcaption></figure>

{% hint style="warning" %}
**Note:** You need to reload app after making those changes
{% endhint %}


---

# 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://edentech.gitbook.io/glover/backend/features/loyalty-points.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.
