--- title: Introduction slug: /blueprints id: introduction description: The main introduction to the Blueprints documentation. Discover the structure of the docs and find key sections. --- import BlueprintExample from '@site/src/components/Blueprints/BlueprintExample.mdx'; # Blueprints Docs
The WordPress Playground documentation is distributed across four separate hubs (subsites):
- [**Documentation**](/) – Introduction to WP Playground, starter guides and your entry point to WP Playground Docs. - 👉 [**Blueprints**](/blueprints) (you're here) – Blueprints are JSON files for setting up your WordPress Playground instance. Learn about their possibilities from this Blueprints docs hub. - [**Developers**](/developers) – WordPress Playground was created as a programmable tool. Discover all the things you can do with it from your code in the Developers docs hub. - [**API Reference**](/api) – All the APIs exposed by WordPress Playground ## Navigating the Blueprints documentation hub This docs hub is focused on Blueprints info and is divided into the following major sections: - [Getting started with Blueprints](/blueprints/getting-started): Quick Start Guide to setting up a WordPress Playground instance using Blueprint JSON files. - [Tutorial - Blueprints 101](/blueprints/tutorial) - Blueprints API crash course. The tutorial will guide you through the complete process of creating a blueprint that loads a theme and plugin (among other things). - [Blueprint data Format](/blueprints/data-format): Blueprint JSON files define your Playground instance with various properties. This section highlights the key properties you need to know. - [Using Blueprints](/blueprints/using-blueprints): Learn in this section different ways to use Blueprints. - [Steps](/blueprints/steps): API Reference of all the available steps that can be set in a blueprint to run tasks such as login, plugin/theme activation, file operations, and more. - [Blueprint Bundles](/blueprints/bundles): Learn how to create and use Blueprint bundles - self-contained packages that include a Blueprint and all its resources. - [Examples](/blueprints/examples): Compilation of Blueprint examples for various WordPress Playground setups, including installing themes/plugins, running PHP code, enabling features, and loading specific WordPress versions. - [Troubleshoot and debug Blueprints](/blueprints/troubleshoot-and-debug): Tips and tools for troubleshooting and debugging Blueprints.