# Loyalty

- [Overview](https://docs.dotapparel.com.au/loyalty/overview.md): Welcome to the DotApparel Loyalty User Guide
- [Getting Started](https://docs.dotapparel.com.au/loyalty/getting-started.md): The following is a step by step guide to complete the implementation
- [Terminology](https://docs.dotapparel.com.au/loyalty/getting-started/terminology.md)
- [Data Sync](https://docs.dotapparel.com.au/loyalty/data-sync.md): High level overview of how the solution syncs data
- [Workflows](https://docs.dotapparel.com.au/loyalty/data-sync/workflows.md): Detailed overview of how the solution syncs data from Apparel21 to your loyalty platform.
- [Front-End Implementation](https://docs.dotapparel.com.au/loyalty/front-end-implementation.md): This outlines the steps for integrating your loyalty platform (Yotpo or Clearer.io) into the front-end of the website.
- [Rewards Redemption](https://docs.dotapparel.com.au/loyalty/rewards-redemption.md): When customers have accumulated enough points OR reached a new tier status, they can redeem rewards in the form of Apparel21 Gift Vouchers.
- [Rewards Emails](https://docs.dotapparel.com.au/loyalty/rewards-emails.md): Engage with customers who are enrolled to the program
- [Things To Know](https://docs.dotapparel.com.au/loyalty/things-to-know.md): Here are things to know when finalising your loyalty program and the deliverables of the project


---

# 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.dotapparel.com.au/loyalty.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.
