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

# Saved Cloud Plans on the Remote Backend

> Save, inspect, and apply plan files end to end against the env zero remote backend with tofu plan -out, tofu show, and tofu apply.

When you use env zero's remote backend, you can now work with saved plan files end to end: run `tofu plan -out` to save a plan, `tofu show` to inspect it, and `tofu apply` to apply exactly that saved plan. This gives you a reliable plan-then-apply workflow against the remote backend without re-running the plan.

<Tip>
  Learn more in the [Remote Backend](/guides/admin-guide/remote-backend/remote-plan) documentation.
</Tip>
