# How it works

Terraforge is a web-based cloud infrastructure DevOps tool available as a free hosted solution or as an on-premise setup customised to your company.

![](/files/-LrQdzRme1_HAAyO3zNZ)

Through the Terraforge web interface, you can define different environments and configurations, resembling your cloud architecture (production, testing, etc...) and develop infrastructure-as-code using the online code editor.

Once your code is ready, the platform runs Terraform to provision your cloud services and optionally pushes your source code to one of the version control systems Gitlab or Github.


---

# 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/how-it-works.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.
