# Workflows – DigitalOcean Documentation > Workflows automate machine learning tasks, combining GPU instances with an expressive syntax to generate production-ready machine learning pipelines with a few lines of code. - [Workflows Support](https://docs.digitalocean.com/products/paperspace/workflows/support/index.html.md): Get help with technical support and answers to frequently asked questions. ## Getting Started with Workflows Quickstarts and intermediate tutorials to get started. - [Set Up Your First Workflow](https://docs.digitalocean.com/products/paperspace/workflows/getting-started/your-first-workflow/index.html.md): Start automating machine learning tasks and creating reproducible and production-ready pipelines. ## Workflows How-Tos How to accomplish specific tasks in detail, like creation/deletion, configuration, and management. - [How to Manage Workflows with the Paperspace GUI and CLI](https://docs.digitalocean.com/products/paperspace/workflows/how-to/manage-workflows/index.html.md): Use the Paperspace GUI and CLI to create new Workflows, import existing ones, and run them. - [How to Create Datasets for Gradient Workflows](https://docs.digitalocean.com/products/paperspace/workflows/how-to/create-datasets/index.html.md): Create a new dataset for Workflows in the command line or UI. - [How to Use Custom Containers in Gradient Workflows](https://docs.digitalocean.com/products/paperspace/workflows/how-to/manage-containers/index.html.md): Use and manage custom containers in Gradient Workflows to define reproducible environments for each Workflow step. - [How to Connect to the Gradient GitHub App](https://docs.digitalocean.com/products/paperspace/workflows/how-to/connect-to-github-app/index.html.md): The Gradient GitHub App lets you start training runs in Workflows and Deployments by listening for commits in GitHub. - [How to Use the Gradient Model Repository to Manage Models](https://docs.digitalocean.com/products/paperspace/workflows/how-to/use-model-repo/index.html.md): Use the Gradient Model repository to import, manage, and deploy ML models. ## Workflows Reference CLI/SDK documentation for Workflows, including example requests, available parameters, and references for the Workflow spec and Gradient Actions. - [Workflow Spec Reference](https://docs.digitalocean.com/products/paperspace/workflows/reference/workflow-spec/index.html.md): Block definitions and examples for Workflow specs. - [Gradient Actions](https://docs.digitalocean.com/products/paperspace/workflows/reference/gradient-actions/index.html.md): Gradient Actions are composable building blocks for creating reproducible machine learning Workflows. Actions use the uses and with syntax to specify how a job step executes. container uses: container@v1 with: image: bash:5 args: ["echo", "hello", "world"] … ## Workflows Concepts Explanations and definitions of core concepts in Workflows. - [Environment Variables](https://docs.digitalocean.com/products/paperspace/workflows/concepts/environment-variables/index.html.md): Environment variables are one way to pass information to and from Workflows, and between the jobs within them. - [Understanding Inputs & Outputs](https://docs.digitalocean.com/products/paperspace/workflows/concepts/understanding-io/index.html.md): The steps in a Gradient Workflow can communicate with other steps using inputs and outputs, which can be datasets, volumes, or strings. - [Using YAML for Data Science](https://docs.digitalocean.com/products/paperspace/workflows/concepts/use-yaml-for-data-science/index.html.md): Examples of YAML syntax used in Gradient Workflows. ## Workflows Details Features, plans and pricing, availability, limits, known issues, and more. - [Workflows Features](https://docs.digitalocean.com/products/paperspace/workflows/details/features/index.html.md): Gradient Workflows automate machine learning tasks, bringing together Gradient GPU instances with an expressive syntax to generate production-ready machine learning pipelines with a few lines of code. - [Paperspace Pricing](https://docs.digitalocean.com/products/paperspace/workflows/details/pricing/index.html.md): Pricing for Paperspace products and Gradient subscriptions. - [Workflows Availability](https://docs.digitalocean.com/products/paperspace/workflows/details/availability/index.html.md): Regional datacenter availability for workflows. - [Workflows Limits](https://docs.digitalocean.com/products/paperspace/workflows/details/limits/index.html.md): Limits and known issues for Workflows.