# Welcome!

Welcome to the Torque3D Game engine documentation! Your one-stop-shop for all your learning needs!

## Are you a newcomer, or an old hand trying to get caught up?

No problem at all! This knowledgebase is designed to walk you through all the skills and tasks you'll need to get your dream game made. All you need to do is jump into the Getting Started section and follow along. By the time you reach the end of the list, you'll be a lean, mean, game developing machine!

{% content-ref url="../getting-started" %}
[getting-started](https://docs.torque3d.org/getting-started)
{% endcontent-ref %}

## Know what you're doing and want to deep dive?

Say no more, friend. You can find several pages labeled as Deep Dive (convenient!) which get into the nitty-gritty how-tos and why-fors of how the engine works. At the bottom of the directory is also the Engine section which goes into the structure of the engine, how the guts works, and how you can expand and change it to fit your needs!

{% content-ref url="../for-programmers" %}
[for-programmers](https://docs.torque3d.org/for-programmers)
{% endcontent-ref %}


---

# 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.torque3d.org/general/readme.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.
