> For the complete documentation index, see [llms.txt](https://help.appplaza.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.appplaza.app/speed-optimizer/speed-up/instant-page.md).

# 🏃 Instant page

{% hint style="info" %}

### Who can use this feature?

Instant page is available on the **Pro** and **Expert** plans.
{% endhint %}

### What is Instant page?

When customers hover over a link, they almost always click it. Instant page uses that moment to quietly load the page in the background. By the time they actually click, the page is ready to go — feeling instant.

This is especially noticeable on product cards, menu items, and "Learn more" links.

### Why use Instant page?

* **Near-instant navigation** — the next page is already loaded by the time customers click.
* **Smoother shopping** — most noticeable on product cards, menus, and "Learn more" links, where browsing speeds up.
* **Higher engagement** — faster page transitions keep customers clicking deeper into your store.
* **Safe by design** — risky links (like logout) are automatically skipped.

### ⚙️ How to use Instant page

#### Step 1: Open Self-optimize

Go to **Speed up → Self-optimize**.

*\[Screenshot: Speed up page with Self-optimize tab open]*

#### Step 2: Turn on Instant page

Turn on **Instant page**.

*\[Screenshot: Instant page toggle switched on]*

#### Step 3: Apply to your theme

Click **Speed up now** and pick a theme to apply changes.

*\[Screenshot: Speed up now button and theme selection modal]*

### 📌 Merchant Notes

* Instant page knows to **skip risky links** (like logout) so it doesn't trigger anything by accident.
* Always click **Speed up now** after turning this on to apply the changes.
* The effect is most noticeable on **product cards, menu items, and "Learn more" links**.
* This feature requires the **Pro** or **Expert** plan.
* For an overview of all optimization features, see **Speed up**.

Contact us in live chat if you have any problems.

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.appplaza.app/speed-optimizer/speed-up/instant-page.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
