> For the complete documentation index, see [llms.txt](https://guides.upzelo.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.upzelo.xyz/documentation/readme.md).

# Home

Welcome to the Upzelo platform documentation hub. This guide provides non-technical overviews, implementation guides, and customer education for the Upzelo loyalty platform.

## Quick Start

**New to Upzelo?** Start with the [System Inventory](https://github.com/upzelo/upzelo-guides/blob/main/guides/system-inventory.md) for a business-friendly overview of what Upzelo does.

**Shopify merchant setting up Upzelo?** Jump to the [Shopify Onboarding Guide](https://github.com/upzelo/upzelo-guides/blob/main/guides/shopify-onboarding-guide.md) for step-by-step implementation.

**Want to launch a referral program?** See the [Referral System Guide](https://github.com/upzelo/upzelo-guides/blob/main/guides/referral-system-guide.md) for customer education and workflows.

***

## Documentation Overview

| Document                      | For                                | Purpose                                                                       |
| ----------------------------- | ---------------------------------- | ----------------------------------------------------------------------------- |
| **System Inventory**          | Non-technical stakeholders, demos  | Understand Upzelo's core features and business value                          |
| **Shopify Onboarding Guide**  | Technical store owners, developers | Implement Upzelo on Shopify from install to go-live                           |
| **Referral System Guide**     | Merchants, customers               | Learn how referral programs work and best practices                           |
| **Wallet Pass System Guide**  | Developers, merchants              | Mobile wallet integration (Apple Wallet, Google Wallet)                       |
| **Experiences Guide**         | Marketers, merchants               | Configure loyalty interactions across channels (Store, Launcher, Mobile, POS) |
| **Non-Points Programs Guide** | Merchants using tier systems       | Set up loyalty programs based on spending tiers instead of points             |
| **Integrations Guide**        | Developers, ops teams              | Connect Upzelo with Shopify, Klaviyo, HubSpot, Zapier, and more               |
| **Migration Guide**           | Merchants switching platforms      | Import customer data and loyalty history from another provider                |
| **Export Activity Guide**     | Analysts, marketers                | Export loyalty data to CSV for analysis and external tools                    |
| **Launch Checklist**          | Launch teams, operations           | Pre-go-live verification and launch day procedures                            |

***

## About Upzelo

Upzelo is a multi-channel loyalty platform that helps brands:

* 🎯 Build customer loyalty programs across web and Shopify
* 🎁 Launch campaigns, rewards, and referral programs
* 📊 Track customer engagement and loyalty metrics
* 🔄 Integrate with Shopify, Stripe, Klaviyo, HubSpot, and more

### Key Features

* **Loyalty Programs** — Points, tiers, rewards, exclusive perks
* **Campaigns** — Time-limited promotions and seasonal offers
* **Referral Programs** — Turn customers into brand advocates
* **Integrations** — Connect with your existing tech stack
* **Analytics** — Real-time insights into program performance

***

## Need Help?

Contact support at <support@upzelo.com>


---

# 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, and the optional `goal` query parameter:

```
GET https://guides.upzelo.xyz/documentation/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
