> For the complete documentation index, see [llms.txt](https://help.readymage.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.readymage.com/project-development.md).

# PROJECT DEVELOPMENT

- [Node.js version](https://help.readymage.com/project-development/node.js-version.md)
- [Store access](https://help.readymage.com/project-development/store-access.md): Magento 2 admin panel and ScandiPWA frontend access information.
- [Creating a Production Environment](https://help.readymage.com/project-development/create-production-environment.md): ReadyMage provides complete setup of infrastructure with Magento 2 and ScandiPWA installed and configured in 15 minutes.
- [Additional Environments](https://help.readymage.com/project-development/additional-environments.md)
- [ScandiPWA, PWA Studio, Hyva, or Luma](https://help.readymage.com/project-development/scandipwa-pwa-studio-hyva-or-luma.md)
- [Project Migration to ReadyMage](https://help.readymage.com/project-development/scandipwa-project-migration-to-readymage.md)
- [SSH Access for Magento CLI, database and media](https://help.readymage.com/project-development/ssh-access-for-magento-cli-database-and-media.md): Run Magento CLI commands, create database and media dumps or replace database or media.
- [Code customization and local setup](https://help.readymage.com/project-development/code-customization-and-local-setup.md): You have full access to project source code through GitHub.
- [Extension installation](https://help.readymage.com/project-development/extension-installation.md)
- [Add translations (switch locale)](https://help.readymage.com/project-development/add-translations-switch-locale.md)
- [Existing ScandiPWA Project Code Migration](https://help.readymage.com/project-development/existing-scandipwa-project-code-migration.md)
- [Database and media migration](https://help.readymage.com/project-development/database-and-media-migration.md)
- [Redirect setup](https://help.readymage.com/project-development/redirect-setup.md)
- [Connect CDN and WebP optimization](https://help.readymage.com/project-development/connect-cdn-and-webp-optimization.md)
- [Email setup](https://help.readymage.com/project-development/email-setup.md)
- [Changing the Domain & Multi-Store Set up](https://help.readymage.com/project-development/change-domain.md)
- [Internal service addresses](https://help.readymage.com/project-development/internal-service-addresses.md)
- [Kibana filters and useful CLI commands](https://help.readymage.com/project-development/know-how-for-developers.md)
- [Persistent directories](https://help.readymage.com/project-development/persistent-directories.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 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.readymage.com/project-development.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.
