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

# Deployment guide overview

> Start here to understand how Minenet deployments are structured and how to use this guide set.

If you are new to deployments in Minenet, start on this page.

This guide set is designed in order, so you can learn quickly without guessing what to read next.

## What deployments are

Deployments let you define the infrastructure you want, then apply that state safely.

You are not managing resources one by one. You are managing a versioned desired state.
Applies reconcile from the latest pushed configuration version, not unsaved draft edits.

## What you can manage

A deployment can include:

* `server`
* `proxy-velocity`
* `proxy-gate`
* `swiftbase`

## Recommended reading order

<Steps>
  <Step title="Configurations and YAML">
    Learn how desired state is represented and how stable resource IDs work.
  </Step>

  <Step title="YAML spec reference">
    Use the complete schema reference when you need exact field types, limits, and defaults.
  </Step>

  <Step title="Run lifecycle and monitoring">
    Learn what happens when you apply, what run statuses mean, and how to monitor progress.
  </Step>

  <Step title="Safe rollouts and troubleshooting">
    Learn practical rollout habits, common failure cases, and fast recovery steps.
  </Step>
</Steps>

## Start the guide path

<CardGroup cols={2}>
  <Card title="Configurations and YAML" icon="file-code" href="/guides/deployments/configurations-and-yaml">
    Build reliable deployment configurations with clear resource ownership.
  </Card>

  <Card title="YAML spec reference" icon="book-open" href="/guides/deployments/yaml-spec-reference">
    Check complete field definitions, constraints, and valid values.
  </Card>

  <Card title="Run lifecycle and monitoring" icon="list-check" href="/guides/deployments/run-lifecycle-and-monitoring">
    Understand queueing, status transitions, and run visibility.
  </Card>

  <Card title="Safe rollouts and troubleshooting" icon="shield-check" href="/guides/deployments/safe-rollouts-and-troubleshooting">
    Reduce risk in production changes and recover quickly from failed runs.
  </Card>
</CardGroup>
