> For the complete documentation index, see [llms.txt](https://help.spicegems.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.spicegems.com/geoip-country-redirect-legacy/bypass-the-redirection.md).

# Bypass the Redirection

This feature allows you to prevent the redirection for a browser session, for this you need to add a bypass parameter in the URL while accessing the store.

## What is a Bypass URL Parameter?

A bypass parameter is a query string added to a URL to prevent the app's redirection rules from being triggered. When the app detects the specified parameter in the URL, it skips the redirection process for that particular request.

```
?no_rule=true
```

## How to use Bypass parameter

When you access your store then you need to simply add Bypass parameter in the URL at last position.

For example:

```
https://example.com?no_rule=true
```

When a user accesses this URL:

* The redirection rules will not trigger.
* User can access any page of the store for current browser session.

{% hint style="info" %}
**If the site URL already had any parameter you need to add parameter by using the “&” to separate the parameter.**

For Example:

*<https://example.com/?utm\\_campaign=poweredby\\&utm\\_medium=xy&#x7A;**\\&no\\_rule=true>\*\**
{% endhint %}
