> For the complete documentation index, see [llms.txt](https://guides.stellaraio.com/stellar/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.stellaraio.com/stellar/navigating-stellaraio/what-is-the-settings-tab/how-do-i-set-up-rakuten-cashback.md).

# How do I set up Rakuten Cashback?

<figure><img src="/files/w5q6NopZ4scuvfrGG1m3" alt="" width="563"><figcaption></figcaption></figure>

[What's Rakuten?](#whats-rakuten)

[Which sites are supported in Stellar?](#which-sites-in-stellar-can-i-use-rakuten-cashback)

[Creating Rakuten Token](#create-a-rakuten-token)

[Inserting Rakuten Token in bot](#inserting-the-rakuten-token-in-bot)

[Now what do I do?](#now-what-do-i-do)

### What's Rakuten?

[Rakuten](https://www.rakuten.com/) is a cashback site that rewards users for taking their cashback offers

After making an eligible purchase, users will earn Cash Back and get a check or PayPal payment every quarter. The amount of Cash Back received depends on the brand being ordered from and can range from 1% to around 20%

Cashback percentages change weekly so make sure you're on top of it and you can also sign up for emails when you favorite specific stores on their website

### Which sites in Stellar can I use Rakuten Cashback?

* Asics
* Apple
* ASOS
* Barnes and Noble
* Best Buy
* Box Lunch
* Build-A-Bear
* Crocs
* Fanatics
* Five Below
* Funko Shop
* Hobby Lobby
* Hot Topic
* Kohl's
* Lego
* Lids
* New Balance
* NFL Shop
* Sephora
* Shop Disney
* Stanley 1913
* Target
* Walmart

### Create a Rakuten Token

1. Go to <https://www.rakuten.com/> and create an account or sign in if you already have an existing account

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

2. After you've successfully signed in, open Dev Tools by pressing `CTRL + Shift + i` simultaneously. Then press `CTRL + F` to search for the word `EUID`. The long string of numbers and letters is your Rakuten Token

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

3. Copy your Rakuten Token that follows `"euid":"`it's about 290 characters long

### Inserting the Rakuten Token in bot

1. Paste the entire Rakuten Token into the correct field showed below

StellarAIO > Settings > General > Rakuten Token

<figure><img src="/files/3AYmmUAOAaBzgTFbA0d0" alt=""><figcaption></figcaption></figure>

### Now what do I do?

1. When creating tasks in bot, you'll see the supported sites with a "Use Rakuten?" checkbox. Check this box on all of your tasks&#x20;

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

2. Stellar will register the shopping trips but you will manually have to add and confirm the order to receive the cashback . Go to [Rakuten.com](https://rakuten.com/), sign in and [Report Missing Cash Back](https://www.rakuten.com/help/missing-cash-back)

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

3. Make sure the date for your shopping trip is the same date you're entering in the Date field shown in the image above. Provide the Order Number, Order Subtotal and provide order confirmation email
4. Cashback received!


---

# 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.stellaraio.com/stellar/navigating-stellaraio/what-is-the-settings-tab/how-do-i-set-up-rakuten-cashback.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.
