> 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)

### 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

### Inserting the Rakuten Token in Stellar

Once you are logged into Rakuten, follow the steps below to locate your Rakuten token.

1. Open the Rakuten website and make sure you are signed into your account.
2. Right-click anywhere on the page and select **Inspect**.
3. In the Developer Tools window, make sure the **Elements** tab is selected.
4. Press:

   **Windows:** `Ctrl + F`\
   **Mac:** `Command + F`
5. Search for:

   ```
   toolbarToken
   ```

   You can also search for `token` if `toolbarToken` does not immediately appear.

> Do not search for `EUID`. Rakuten has changed where this information is displayed, and the token can now be found under `toolbarToken`.

6. Look for a line similar to this:

   ```
   <meta name="toolbarToken" content="YOUR_TOKEN_HERE">
   ```
7. Like this

   <figure><img src="/files/3pUfb0h2D41qw5h74QNt" alt="" width="563"><figcaption></figcaption></figure>
8. Copy only the value located inside the `content=""` field.

   For example:

   ```
   <meta name="toolbarToken" content="abc123exampletoken">
   ```

   You would copy:

   ```
   abc123exampletoken
   ```
9. Open Stellar and navigate to the Settings -> Rakuten Cashback settings.
10. Paste the copied value into the **Rakuten Token** field and save your changes.

#### Important

* Do not copy the quotation marks.
* Do not copy `toolbarToken`.
* Only copy the full value located inside `content=""`.
* Rakuten tokens are account-specific. Do not share your token with anyone.
* If you log out of Rakuten or your token stops working, repeat these steps to retrieve the latest token.


---

# 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.
