# 1 - Tutorial Environment

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

## Steps

1. Navigate to **Environment** on the left side menu
2. Set **Environment name** to `tutorial`
3. Set **Description** to `Sandbox for tutorials`
4. Leave all other options as default and click **SAVE**

{% hint style="info" %}
**ENV Variables** are used to set Terraform variables via shell environment variables prefixed with `TF_VAR_`

**Backend** is the Terraform backend to store the Terraform state, see <https://www.terraform.io/docs/backends/> for further information.
{% endhint %}

{% hint style="success" %}
Terraforge provides each own **Backend** and needs no configuration!
{% 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/1-first-environment.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.
