# Interpretation of a Redirect Rule

A Redirect Rule has the following data associated with it

1. [Rule Name](#id-1.-rule-name)
2. [Visitors country](#id-2.-visitors-country)
3. [Redirect to store URL](#id-3.-redirect-to-store-url)
4. [Store name](#id-4.-store-name)
5. [Redirect Type](#id-5.-redirect-type)

## 1. Rule Name

This is nothing but the name of the rule. Give the rule a name that is easy to remember and intuitive.

## 2. Visitors Country

Here you can define the visitor countries to which these rules will apply. So if you enter the USA, Canada, and Spain in the country box, the rule will only trigger if a visitor belongs to one of these countries.

## 3. Redirect To Store URL

This is the URL of the store to which the visitor will be redirected. So if you want Canadian visitors to get redirected to the Canada store, simply enter Canada in the Visitor Countries box and the Canada store domain in the Store URL box

## 4. Store Name

It’s the name of the store where the user will be redirected. This name is available for you to use in the **Display Based Redirection** to edit pop-up/banner to the destination store name.

## 5. Redirect Type

There are two type of redirection in the app which you can choose as per your need

**Auto Redirection:**

Automatic redirection instantly redirects a visitor as soon as they open your site. This provides a seamless redirect experience to the visitor and helps maximize overall conversion rate.

**Display Based Redirection:**

If you need to prompt visitors to redirect or opt to stay, then the Display Based Redirection is perfect and it is easily customizable.


---

# 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/interpretation-of-a-redirect-rule.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.
