# Remember Customer’s Choice Settings

The **"Remember Customer's Choice"** setting in the GeoIP Country Redirect app allows you to control whether the app remembers a customer’s decision when they interact with the redirection Popup or Banner.&#x20;

This feature determines whether the app remembers a customer's decision (e.g., accepting or rejecting a redirection) for subsequent visits:

## 1. Choose Your Preference

You will see two options under **Do You Want to Remember Customer's Choice**:

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

**#1: Yes, Remember user choice**

* Select this option if you want the app to remember the customer’s decision.
* When enabled:
  * If a customer chooses "Yes" or "No" on the popup, the app will save their decision and avoid showing the popup/notification on subsequent visits.

**#2: No, Do not remember user choice**

* Select this option if you want the app to display the popup/notification on every visit.
* When enabled:
  * The app will not save the customer’s decision and will always prompt them for redirection.

## 3. Save Your Changes

* Click the **Save** button to apply your selection.
* If you change your mind, click **Cancel** to discard any changes.

## **Use cases:**

* **Yes, Remember user choice:**\
  Best for improving the user experience by reducing repetitive prompts. Ideal if you want to automatically redirect your audience on their next visit without displaying the popup or banner again.
* **No, Do not remember user choice:**\
  Useful when you want to remind customers about the redirection every time they visit, ensuring they always have the option to decide.


---

# 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://help.spicegems.com/geoip-country-redirect-legacy/remember-customers-choice-settings.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.
