# How to setup different redirection types for different rules?

Our GeoIP app allows you to configure different redirection types (such as **Popup** or **Auto-redirect**) for each individual rule. This gives you full flexibility to tailor the visitor experience based on region and store requirements.\
Follow the steps below:

**Step 1:** Go to the **Rule Creation** section in the app.\
**Step 2:** Click **Add New Rule** or edit an existing rule.\
**Step 3:** Select the **Country/Countries** you want this rule to apply to.\
**Step 4:** Choose your preferred [**Redirection Type**](/geoip-country-redirect/country-redirect/create-redirect-rule.md#step-3-redirect-type):

* **Popup Redirection** – Shows a prompt to let visitors choose their preferred store.
* **Auto-redirect** – Automatically sends visitors to the assigned store without showing a popup.

**Step 5:** Enter the **Destination URL** for the selected region.\
**Step 6:** Save the rule.

**Example Use Case:**

* For your **European store**, you can use **Popup Redirection** to let users choose their preferred version of the site.
* For your **United States store**, you can configure **Auto-redirect** to send visitors directly to the correct store instantly.

This setup ensures each region gets a customized experience based on your business needs.


---

# 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/country-redirect/faqs/how-to-setup-different-redirection-type-on-different-rules.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.
