# Core Content

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

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

Same as Magento, the ScandiPWA demo store has examples of core content pages to help you get started. All of the pages can be modified to meet your needs.

Below find the demo pages provided by ScandiPWA by default:

| PAGE               | DESCRIPTION                                                                                                                                                                                                                                                                                                                                         |
| ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Homepage           | By default, the demo homepage includes an image slider, several static blocks with links, and a list of category products. In ScandiPWA, the homepage is configured as a CMS page and can be changed in **Content → Pages → Homepage.**                                                                                                             |
| About Us           | The About Us page is linked to the menu of your store. You can include images and different content based on your preferences in **Content → Pages → About Us.**                                                                                                                                                                                    |
| Privacy Policy     | The link to the page is located in the footer of your store. Your store’s Privacy Policy page should be updated with your own information and can be changed in **Content → Pages → Privacy and Cookie Policy.** Learn more about the [Privacy Policy](https://manual.scandipwa.com/v5.3.1/basic-configuration/industry-compliance/privacy-policy). |
| 404 Not Found      | The 404 Page Not Found page appears if the response code returned a page that could not be found.                                                                                                                                                                                                                                                   |
| Terms & Conditions | The sample page is linked on the footer of your store and includes a sample content of shopping terms and conditions. The content can be changed in **Content → Pages → Terms & Conditions**                                                                                                                                                        |
| You're offline     | PWA introduces an offline notice to inform customers that they are offline and the new content cannot be loaded. The “online” and “offline” browser events are used to toggle the notification. Learn more about the [Offline Notice](https://manual.scandipwa.com/v5.3.1/pwa/offline-notice).                                                      |

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

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

{% file src="<https://2400216880-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MJEKoY_RLJk3C3Fcnu6%2F-M_UyUOIlK4MMzZw7NtE%2F-M_VHR8PtZ-qDFLH3kA6%2Fscandipwa_%20ScandiPWA%20-%20Content.pdf?alt=media&token=9a55ce8e-3851-4c48-8940-7c54bf76d0b1>" %}
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.1/content/core-content.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.
