> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fly.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Fly Launch

Fly Launch helps you configure and orchestrate your app. If you followed one of our [Getting started](/getting-started) guides, then you're already using Fly Launch.

<img src="https://mintcdn.com/fly-io/v-XOGeVK6s4rQ-4y/images/docs-island.webp?fit=max&auto=format&n=v-XOGeVK6s4rQ-4y&q=85&s=a9d1f9a68df2f69c974998489275d873" alt="" width="2235" height="796" data-path="images/docs-island.webp" />

Fly Launch includes:

* the `fly launch` command to get started with a new app
* the `fly.toml` file for app configuration
* the `fly deploy` command to deploy or redeploy your app
* the `fly scale` command for quick horizontal and vertical scaling

Learn how to work with Fly Launch:

**Create and configure**

* [Create an app with Fly Launch](/launch/create)
* [Deploy an app](/launch/deploy)
* [App configuration reference (fly.toml)](/reference/configuration)
* [Add Volume storage](/launch/volume-storage)
* [Use process groups for multiple processes in one app](/launch/processes)

**Scale and control**

* [Scale Machine CPU and RAM](/launch/scale-machine)
* [Scale the number of Machines in an app](/launch/scale-count)
* [Autostop/autostart Machines](/launch/autostop-autostart)
* [Autoscale Machines based on metrics](/launch/autoscale-by-metric)

**Custom deployments**

* [Deploy an app with GitHub Actions](/launch/continuous-deployment-with-github-actions)
* [Deploy review apps with GitHub Actions (Blueprint)](/blueprints/review-apps-guide)
* [Deploy monorepo and multi-environment apps](/launch/monorepo)
