> For the complete documentation index, see [llms.txt](https://ae-docs.keywordrush.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ae-docs.keywordrush.com/customcookies.md).

# Custom Cookies

Some multilingual sites use IP addresses or cookies to detect a user's language and currency. As a result, the currency of products parsed by Affiliate Egg may depend on your server's IP address. This is common when your server is hosted in a different country.

These sites require additional configuration if you want to change the currency.

### How to configure currency for a multi-currency site

1. Open Firefox. Go to the shop and select your preferred language, country, and currency.

![](/files/-M5WIrQJ4DnCSfaHdwvS)

2. Press `Ctrl+Shift+E` to open the Firefox DevTools Network panel.
3. Press `F5` to reload the page.
4. Click the **Network** tab and select the top URL in the left panel. In the right panel, find **Headers** → **Request Headers** → **Cookie**. Click the cookie value and copy the entire string.
5. Go to `Affiliate Egg` → `Settings` → `Custom Cookies` and save the cookies for the shop you want to configure.

![](/files/-M5WJeWxw0IohZn17bs7)


---

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

```
GET https://ae-docs.keywordrush.com/customcookies.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.
