# Create ScandiPWA App

## Create ScandiPWA App

- [Create ScandiPWA App](https://docs.create-scandipwa-app.com/master.md): Set up a ScandiPWA store-front by running one command.
- [Getting Started](https://docs.create-scandipwa-app.com/getting-started/getting-started.md): Create ScandiPWA App is the recommended way to create ScandiPWA applications. It offers a modern build setup with no configuration.
- [Folder structure](https://docs.create-scandipwa-app.com/getting-started/folder-structure.md)
- [Supported Browsers & Features](https://docs.create-scandipwa-app.com/getting-started/supported-browsers-and-features.md)
- [Updating to New Releases](https://docs.create-scandipwa-app.com/getting-started/updating-to-new-releases.md)
- [Themes](https://docs.create-scandipwa-app.com/themes/extensions-and-themes.md)
- [File overrides](https://docs.create-scandipwa-app.com/themes/parent-themes.md)
- [Extensions](https://docs.create-scandipwa-app.com/extensions/extensions.md)
- [Installation](https://docs.create-scandipwa-app.com/extensions/installation.md): Learn how to install ScandiPWA extensions both from remote registry and from local modules
- [Application plugins](https://docs.create-scandipwa-app.com/extensions/application-plugins.md)
- [Plugin Templates](https://docs.create-scandipwa-app.com/extensions/application-plugins/templates.md): Copy-pastable example snippets for accelerating plugin development
- [Build configuration plugins](https://docs.create-scandipwa-app.com/extensions/build-configuration-plugins.md)
- [Plugins for HTML and PHP](https://docs.create-scandipwa-app.com/extensions/plugins-for-templates-html-php.md)
- [File provision](https://docs.create-scandipwa-app.com/extensions/file-provision.md)
- [Module preference](https://docs.create-scandipwa-app.com/extensions/virtual-modules.md)
- [Proxying requests to server](https://docs.create-scandipwa-app.com/building-your-app/proxying-requests-to-server.md)
- [Internationalization](https://docs.create-scandipwa-app.com/building-your-app/internationalization.md)
- [Creating production build](https://docs.create-scandipwa-app.com/building-your-app/creating-production-build.md)
- [Storefront](https://docs.create-scandipwa-app.com/deploying-your-app/storefront.md)
- [Magento theme](https://docs.create-scandipwa-app.com/deploying-your-app/magento-theme.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.create-scandipwa-app.com/master.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.
