# 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 %}


---

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