> For the complete documentation index, see [llms.txt](https://docs.terrakube.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.terrakube.io/2.33.0/user-guide/workspaces/starting-a-run.md).

# Starting a Run

Open a workspace and click **New Run** to start a job without waiting on a git push or the API. This is the native equivalent of the [CLI-driven Workflow](/2.33.0/user-guide/workspaces/cli-driven-workflow.md) and [API-driven Workflow](/2.33.0/user-guide/workspaces/api-driven-workflow.md) run-creation paths, and works for any workspace regardless of workflow type.

| Field           | Description                                                                                                                                  |
| --------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| Choose job type | The [Templates](/2.33.0/user-guide/organizations/templates.md) to run, e.g. `Plan`, `Plan and Apply`, or a `Destroy` variant (shown in red). |
| Branch Name     | The git branch to run against. Leave as-is for CLI-driven workspaces — Terrakube manages this value itself in that workflow.                 |

### Additional planning options

Expand **Additional planning options** to scope the plan the same way `terraform plan -target=... -replace=...` would from the CLI:

| Field             | Description                                                         |
| ----------------- | ------------------------------------------------------------------- |
| Target resources  | Limits the plan to these resource addresses and their dependencies. |
| Replace resources | Forces replacement of these resource addresses on the next apply.   |

Both fields autocomplete against the workspace's actual state resources — start typing to search, or type a full address (e.g. `aws_instance.example` or `module.foo.aws_instance.bar`) and press Enter to add it as free text.

{% hint style="info" %}
Target and replace addresses only apply to the run you're creating — they aren't saved on the workspace and don't affect future runs, including ones triggered by a webhook or the scheduler.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.terrakube.io/2.33.0/user-guide/workspaces/starting-a-run.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
