# Runway ## Docs - [Blueprints](https://runway.duncanmcclean.com/blueprints.md): Blueprints are a key component to Statamic's content modeling process. They let you define the fields available in the Control Panel and how your data is stored. - [Control Panel](https://runway.duncanmcclean.com/control-panel.md): Runway creates listing and publish forms for your Eloquent models, allowing you to manage them just like you would with entries. - [Front-end Routing](https://runway.duncanmcclean.com/frontend-routing.md): Runway can serve up your Eloquent models on the front-end of your site, just like entries. - [GraphQL API](https://runway.duncanmcclean.com/graphql.md): Integrates with Statamic's GraphQL API, bringing you yet another way to query your Eloquent models. - [Multi-site](https://runway.duncanmcclean.com/guides/multisite.md): Learn how to use Runway with Statamic's multi-site feature. - [Introduction](https://runway.duncanmcclean.com/index.md): Eloquently manage your Eloquent models in Statamic with Runway. - [Installation](https://runway.duncanmcclean.com/installation.md): How to install and configure Runway in your Statamic project. - [Relationships](https://runway.duncanmcclean.com/relationships.md): Relationships are an important part of any web application. Runway provides a way to manage Eloquent relationships within Statamic. - [Resources](https://runway.duncanmcclean.com/resources.md): Resources are a core part of Runway. They tell Runway about your Eloquent models and how you'd like them to be managed. - [REST API](https://runway.duncanmcclean.com/rest-api.md): Integrates with Statamic's Content API to provide a RESTful JSON API for your Eloquent models. - [Revisions](https://runway.duncanmcclean.com/revisions.md): Revisions are a powerful feature of Statamic that adds an entire publishing workflow to your authoring process. - [Search](https://runway.duncanmcclean.com/search.md): Runway integrates with Statamic's Search feature, allowing you to search your Eloquent models in the Control Panel and via the `{{ search:results }}` tag. - [Templating](https://runway.duncanmcclean.com/templating.md): There’s no point storing data in a database for it never to be used, is there? - [Upgrading from v3.x to v4.0](https://runway.duncanmcclean.com/upgrade-guides/v3-x-to-v4-0.md) - [Upgrading from v4.x to v5.0](https://runway.duncanmcclean.com/upgrade-guides/v4-x-to-v5-0.md) - [Upgrading from v5.x to v6.0](https://runway.duncanmcclean.com/upgrade-guides/v5-x-to-v6-0.md) - [Upgrading from v6.x to v7.0](https://runway.duncanmcclean.com/upgrade-guides/v6-to-v7.md) - [Upgrading from v7.x to v8.0](https://runway.duncanmcclean.com/upgrade-guides/v7-to-v8.md) - [Upgrading from v8.x to v9.0](https://runway.duncanmcclean.com/upgrade-guides/v8-to-v9.md) ## OpenAPI Specs - [openapi](https://runway.duncanmcclean.com/api-reference/openapi.json)