# WP React Starter

## WP React Starter

- [Introduction](https://devowlio.gitbook.io/wp-react-starter/master.md)
- [Getting started](https://devowlio.gitbook.io/wp-react-starter/usage/getting-started.md)
- [Folder structure](https://devowlio.gitbook.io/wp-react-starter/usage/index.md)
- [Root](https://devowlio.gitbook.io/wp-react-starter/usage/index/root.md)
- [Plugin](https://devowlio.gitbook.io/wp-react-starter/usage/index/plugin.md)
- [Available commands](https://devowlio.gitbook.io/wp-react-starter/usage/index-1.md)
- [Root](https://devowlio.gitbook.io/wp-react-starter/usage/index-1/root.md)
- [Plugin](https://devowlio.gitbook.io/wp-react-starter/usage/index-1/plugin.md)
- [Package](https://devowlio.gitbook.io/wp-react-starter/usage/index-1/package.md)
- [Predefined constants](https://devowlio.gitbook.io/wp-react-starter/php-development/predefined-constants.md)
- [Predefined classes](https://devowlio.gitbook.io/wp-react-starter/php-development/predefined-classes.md)
- [Example implementations](https://devowlio.gitbook.io/wp-react-starter/php-development/example-implementations.md)
- [Add new classes, hooks and libraries](https://devowlio.gitbook.io/wp-react-starter/php-development/add-classes-hooks-libraries.md)
- [Localization](https://devowlio.gitbook.io/wp-react-starter/php-development/localization.md)
- [Debugging](https://devowlio.gitbook.io/wp-react-starter/php-development/debugging.md)
- [Utils package](https://devowlio.gitbook.io/wp-react-starter/typescript-development/utils-package.md)
- [Example implementations](https://devowlio.gitbook.io/wp-react-starter/typescript-development/example-implementations.md)
- [Add external library](https://devowlio.gitbook.io/wp-react-starter/typescript-development/add-external-library.md)
- [Consume PHP variable](https://devowlio.gitbook.io/wp-react-starter/typescript-development/consume-php-variable.md)
- [Using entrypoints](https://devowlio.gitbook.io/wp-react-starter/typescript-development/using-entrypoints.md)
- [Localization](https://devowlio.gitbook.io/wp-react-starter/typescript-development/localization.md)
- [Build production plugin](https://devowlio.gitbook.io/wp-react-starter/advanced/build-production-plugin.md)
- [How cachebuster works](https://devowlio.gitbook.io/wp-react-starter/advanced/how-cachebuster-works.md)
- [Tests](https://devowlio.gitbook.io/wp-react-starter/advanced/tests.md)
- [Extend Compose and Webpack](https://devowlio.gitbook.io/wp-react-starter/advanced/extend-compose-webpack.md)
- [Create package](https://devowlio.gitbook.io/wp-react-starter/advanced/create-package.md)
- [Create Add-On](https://devowlio.gitbook.io/wp-react-starter/advanced/create-add-on.md)
- [Persistent database snapshot](https://devowlio.gitbook.io/wp-react-starter/advanced/persistent-database-snapshot.md)
- [Showcase](https://devowlio.gitbook.io/wp-react-starter/advanced/showcase.md)
- [License checker](https://devowlio.gitbook.io/wp-react-starter/advanced/license-checker.md)
- [Predefined pipeline](https://devowlio.gitbook.io/wp-react-starter/gitlab-integration/predefined-pipeline.md)
- [Extend GitLab CI pipeline](https://devowlio.gitbook.io/wp-react-starter/gitlab-integration/extend-gitlab-ci-pipeline.md)
- [Use own runner](https://devowlio.gitbook.io/wp-react-starter/gitlab-integration/use-own-runner.md)
- [Review applications](https://devowlio.gitbook.io/wp-react-starter/gitlab-integration/review-applications.md)
- [Deploy wordpress.org](https://devowlio.gitbook.io/wp-react-starter/gitlab-integration/deploy-wp-org.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://devowlio.gitbook.io/wp-react-starter/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.
