# Loyalty Programs

## Campaigns

A campaign is a website where customers can sign up to earn loyalty points, and exchange points for rewards.

You can test the campaign on a url you get from us, and when you are ready you can launch it on any domain or subdomain you own. For example, a subdomain like **loyalty.mybusiness.com**, or a top-level domain like **mybusinessextras.com**.

<figure><img src="/files/yZd4GhsmPoI1gUXdqPRC" alt=""><figcaption></figcaption></figure>

## Rewards

Customers can use their earned loyalty points to redeem a reward. A reward can be linked to one or more campaigns.

<figure><img src="/files/NxVJhPvYbN9bb8zpsrLX" alt=""><figcaption></figcaption></figure>


---

# 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://nexas-ridewiz.gitbook.io/myagents.plus/product-development/development/saas-experience-archive/rewards+/user/loyalty-programs.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.
