# Page Redirections

The **Page Redirections** theme block allows you to automatically redirect visitors from a specific page to another destination after a defined delay. You can optionally display a custom message and a countdown before the redirect happens.

### Before You Start

We always recommend duplicating your theme before making any changes.

\
**Online Store → Themes → Duplicate**

\
Work on the copied theme to avoid affecting your live store.

### How to Enable Page Redirections

#### Step 1: Open the Theme Editor

Go to:

**Shopify Admin → Online Store → Themes → Customize**

Make sure you are editing the duplicated theme (recommended).

#### Step 2: Select the Page Where Redirection Should Apply

In the top navigation dropdown of the Theme Editor, choose the page/template where you want the redirect to trigger.

#### Step 3: Enable Accentuate in App Embeds

1. In the left-hand menu of the Theme Editor, click the **third icon (App Embeds).**
2. Find **Accentuate**.
3. Toggle it **ON**.<br>

This step is required for the extension to work.

#### Step 4: Add the Page Redirections Block

1. Return to the first icon (Sections) in the Theme Editor.
2. Click Add block.
3. From the Apps list, select Page Redirections (Accentuate).<br>

A new configuration panel will open on the right side.<br>

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

### Configuration Options

#### 1. Enable Redirection

Toggle Enable Redirection to activate or deactivate the redirect functionality.

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

#### 2. Redirection URL

Choose where visitors will be redirected.

You can:

* Select a Collection
* Select a Product
* Select a Page
* Select a Blog or Blog Post<br>

Leave as / to redirect to the homepage.

#### 3. Delay Seconds

Set how many seconds the system should wait before redirecting.

* Default: 5 seconds
* Set to 0 for immediate redirect<br>

A countdown will be displayed if a message is enabled.

#### 4. Show Message (Optional)

Toggle Show message if you want to display a custom message above the countdown.

Example default text:

Oops! The page you're looking for doesn't exist.

You can fully customize this message.

<br>


---

# 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.accentuate.io/premade-custom-theme-blocks-theme-extensions/page-redirections.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.
