# Create Redirect Rule

Let us understand the rules creation process step-by-step:

Click on the "create" rule button to go on rule creation page.

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

Fill in the following fields under the **General Settings and Advance Settings** section:

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

## 1. General Settings Configuration

* **Enter Redirect Rule Name**\
  Provide a unique name for the redirect rule.
* **Select Visitor Countries**\
  Choose the country you want this redirect rule to apply to. Search and select a country.
* **Redirect To Store URL**\
  Enter the URL of the store or page to which visitors from the selected country should be redirected.
* **Enter Store Name**\
  Specify the store name associated with this redirect rule
* **Enable Redirect Rule**\
  Check this box to activate the redirect rule immediately.
* **Enable Relative Redirect**\
  If enabled, visitors will be redirected to the same relative page on the new domain. For example, if a visitor is on `/products/xyz` in the main store, they will be redirected to `/products/xyz` in the target store.

{% hint style="info" %}
[What is relative redirect?](/geoip-country-redirect-legacy/relative-redirect.md)
{% endhint %}

## **2. Advanced Settings** (Optional)

Expand the **Advance Settings** section to configure UTM parameters for tracking campaigns:

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

* **UTM Source, UTM Medium, UTM Campaign**\
  Add UTM parameters to track the performance of your redirects in analytics tools. For example:
  * UTM Source:&#x20;
  * UTM Medium:&#x20;
  * UTM Campaign:
* **Enable UTM Forward**\
  Toggle this option to forward the UTM parameters with the redirect.

{% hint style="info" %}
[Learn more about UTM parameters](/geoip-country-redirect-legacy/utm-parameters-in-the-geoip-country-redirect.md)
{% endhint %}


---

# 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/create-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.
