> For the complete documentation index, see [llms.txt](https://support.novel.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.novel.com/integrations/loyalty/rivo.md).

# Rivo

<div align="left"><figure><img src="/files/cyZZxxXdOdofln1huDNP" alt=""><figcaption></figcaption></figure></div>

## Overview

Integrate your [Rivo](https://www.rivo.io/) loyalty program with Novel to show points on your brand's wallet pass and to boost loyalty redemptions.&#x20;

To get started, you'll want to get your API Key the Rivo app. You can find it under: <mark style="color:purple;">**Settings -> Developer Toolkit -> REST API Keys**</mark>&#x20;

<figure><img src="/files/HKuEOgZBQ8sRguUlHoet" alt=""><figcaption><p>Rivo App</p></figcaption></figure>

In Novel, navigate to <mark style="color:purple;">**Integrations -> Rivo.**</mark> Enter your API Key, click save, and you're done!

<figure><img src="/files/cI6YmDiYkn2q3q3S8JBE" alt=""><figcaption><p>Novel App</p></figcaption></figure>

Rivo loyalty balances will start to sync for existing pass holders. For any new pass holders, their Rivo balance will be pulled in and shown on the pass. Any welcome and referral bonuses you set in Novel will automatically be synced in Rivo. Any welcome bonuses you set in Novel will be applied on top of the welcome bonus in Rivo for new loyalty customers.&#x20;

{% hint style="info" %}
Novel syncs your customer's Rivo balance on pass install, every order they place, anytime a balance update is made in Rivo.&#x20;
{% endhint %}


---

# 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://support.novel.com/integrations/loyalty/rivo.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.
