# Default Pages

{% hint style="info" %}
**PRO TIP 🚀**

Use the test cases below to test your ScandiPWA App!
{% endhint %}

The Default Pages configuration determines the landing page that is associated with the base URL and the corresponding home page. It also determines which page appears when a “Page Not Found” error occurs and if a breadcrumb trail appears at the top of each page.

&#x20;ScandiPWA supports the configuration and it can be set on the Store View level:

| **FIELD**                      | STATUS                                 | DESCRIPTION                                                                                                                                                                                                                                                                                                       |
| ------------------------------ | -------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Default Web URL                | **DEPRECATED**                         | <p>Determines the relative path to the folder in the Magento installation that contains the landing page. </p><p>In ScandiPWA, the home page is always managed as a CMS page and can be changed to any CMS page configured in your Magento back-end using the setting below.</p>                                  |
| CMS  Home Page                 | **SUPPORTED**                          | Determines the [CMS page](https://manual.scandipwa.com/v5.3.6/content/adding-a-new-page) that is used as the home page                                                                                                                                                                                            |
| Default No-route URL           | **DEPRECATED**                         | <p>Determines the relative path to the folder in the Magento installation where the page is redirected when a 404 Page Not Found error occurs. </p><p><strong>NOTE!</strong> To set the No Route Page, you need to manually change the page content in the code in src/app/route/NoMatch/NoMatch.component.js</p> |
| CMS No Route Page              | **DEPRECATED**                         | <p>Determines the CMS page that appears when a 404 Page Not Found error occurs.</p><p><strong>NOTE!</strong> To set the No Route Page, you need to manually change the page content in the code in src/app/route/NoMatch/NoMatch.component.js</p>                                                                 |
| CMS No Cookies Page            | <p><strong>DEPRECATED</strong><br></p> | <p>Determines the CMS page that appears when cookies are disabled in the browser.</p><p><strong>NOTE!</strong> ScandiPWA has no notification for users when the cookies are disabled in a browser. The website will not display any content in that case. </p>                                                    |
| Show Breadcrumbs for CMS Pages | **COMING SOON**                        | <p>Determines whether a breadcrumb trail appears at the top of all CMS pages. </p><p><strong>NOTE!</strong> In ScandiPWA, a breadcrumb trail is always visible on the storefront. </p>                                                                                                                            |

{% hint style="info" %}
**Caching Note**

After changing the default page,&#x20;

1. On the *Admin* sidebar, go to **System** > *Tools* > **Cache Management**
2. Choose Flush Cache Storage.
   {% endhint %}

{% hint style="success" %}
**TEST YOUR SCANDIPWA APP**

To verify the support for this section, use the following **test cases:**
{% endhint %}

{% file src="<https://1931841930-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MJEKoY_RLJk3C3Fcnu6%2F-M_UyUOIlK4MMzZw7NtE%2F-M_VHU4bQL8Y2Naz4uWw%2Fscandipwa_%20ScandiPWA%20-%20Content.pdf?alt=media&token=2e436264-9740-4877-baaf-6dd37d695e92>" %}
Content - Test Cases
{% endfile %}


---

# 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://manual.scandipwa.com/v5.3.6/content/default-pages.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.
