# How do I set up TopCashBack?

<figure><img src="/files/02K6GFFZLnPR28BvsiID" alt=""><figcaption></figcaption></figure>

[What's TopCashBack?](#whats-topcashback)

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

[Creating TopCashBack Token](#create-a-topcashback-token)

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

### What's TopCashBack?

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

TopCashback is a free online shopping portal that offers cash back rewards for purchases made from over 7,000 online retailers. When a user clicks through to a retailer on TopCashback and makes a purchase, the retailer pays TopCashback a commission, which TopCashback then passes on to the user as cash back. TopCashback also offers store coupons and special offers

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 TopCashBack?

Any site that has this checkbox option in the task setup

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

### Create a TopCashBack Token

1. Go to [https://www.topcashback.com/](https://topcashback.com/) and create an account or sign in if you already have an existing account

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

2. After you've successfully signed in, open Dev Tools by pressing `CTRL + Shift + i` simultaneously. Go to "Application" tab > Select "Cookies" > Select "[www.topcashback.com](http://www.topcashback.com)"
3. In the "Filter" box, you'll search for `.TCB-BAS-V3` copy everything in the "Value" field. It'll contain letters and numbers, you can see an example and location in the image below

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

4. After you've copied and saved that first cookie, we'll have to copy one more cookie. In the "Filter" box, you'll search for `TCB_SessionID8` copy everything in the "Value" field. It'll contain letters and numbers, you can see an example and location in the image below

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

5. We'll now have to paste the two cookies into one line. `VALUE1HERE:VALUE2HERE` . For example `OWE4MDM2MGQtOTNlYy00NDU5LTg4OGItMDhhMWE4ODE4ZmM3LTYzODQ5NjAyMjAyNTcyMjQyMw==:bbcb4b27-df65-4698-b1a5-ab073240791a`
   * Cookie 1 and Cookie 2 need to be in this specific order and format above
6. Paste this entire line into this field in Stellar settings tab

<figure><img src="/files/1zDlpozNKIBH2dTyqqJA" alt=""><figcaption></figcaption></figure>

### Now what do I do?

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

<figure><img src="/files/WpdqHS9qlhe0WzzrqOLw" 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 [TopCashback.com](https://www.topcashback.com/account/earnings/), sign in and [Report Missing Cash Back](https://www.topcashback.com/account/enquiries/missingcashbackclaims/submit/)

<figure><img src="/files/47hkMLo8oVPPAQcqyGim" alt=""><figcaption></figcaption></figure>

3. Cashback received!


---

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