# 3 - Pipeline Apply

{% embed url="<https://beta-terraforge-public-assets.s3.amazonaws.com/first-steps-3-pipeline.mp4>" %}

## Steps

1. Navigate to **Pipelines** on the left side menu
2. Select **Stack**`tutorial-text-file` and Configuration **tutorial**
3. Select steps **Plan** and **Apply** and click **RUN**
4. Click on the first pipeline in the list to view the Terraform console output of all steps

{% hint style="info" %}
The pipeline step **Commit** is used to push the Terraform source code to a Git repository configured in the stack **git Integration** tab

The pipeline step **Destroy** is used to destroy all resources of a stack.\
Try it with the `tutorial-text-file` stack!
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.terraforge.io/tutorials/first-steps/3-pipeline.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
