# Loyalty Migration

When a business transitions from another system, they may want to transfer customers' existing loyalty points.

The business needs to provide a spreadsheet containing customer phone numbers and the number of loyalty points to be awarded.

**For example:**

| phone\_number | points\_to\_award |
| ------------- | ----------------- |
| 353000000000  | 1000              |
| 353123456789  | 1812              |
| 353987654321  | 6873              |

{% hint style="warning" %}
The export should be done as close to the go-live date as possible, to ensure accuracy of data.
{% endhint %}

## Customer Verification

Upon sign-up, customers enter and verify their phone number via SMS. If their phone number matches a record in the migration file, the corresponding points are awarded instantly.

{% content-ref url="/pages/9qWZ2N0523CMoGgCWwKt" %}
[Phone Number Verification](/web-app/order-creation/customer-identification/phone-number-verification.md)
{% endcontent-ref %}


---

# 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://docs.bossithq.com/points/loyalty-migration.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.
