# Bypass Settings

Bypass Settings in the GeoIP Country Redirect App allow you to exclude specific users from being redirected and blocked. This will stop rules from triggering for that specific user accessing the store with the Bypass parameters.

**Navigation Path:**\
**GeoIP Country Redirect App → Settings → Bypass Redirection**

This can be useful in scenarios such as:

* Store Admins or developers working on the site&#x20;
* QA testing for multiple regions
* Exempting specific IPs or URLs from redirects

### 01. Bypass Redirect Rules

Disable redirection by adding the following parameter at the end of the store URL:\
`?no_rule=true`\
**Example:**\
`https://yourstore.com/?no_rule=true`

### 02. Bypass Blocker Rules

Disable blocker functionality by using the following parameter in the store URL :\
`?sgcr_no_blocker=true`\
**Example:**\
`https://yourstore.com/?sgcr_no_blocker=true`

### 03. Bypass GeoMarket Redirection

Disable GeoMarket-based redirection by adding:\
`?sgcr_no_geomarket=true`\
**Example:**\
`https://yourstore.com/?sgcr_no_geomarket=true`

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

Copy the required functionality URL using the copy button and paste it in the address bar to bypass the redirect rule.

{% hint style="info" %}
*Note: Adding the following parameter to the URL will prevent redirection, or blocking during your current browser session. However, once you close and reopen the browser, the redirection will resume as per your app's settings.*
{% endhint %}

If you have any questions, you can reach out at [**help@spicegems.com**](mailto:help@spicegems.com) at your convenience.


---

# 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/general-settings/bypass-the-redirection.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.
