# Quick Start

<figure><img src="/files/ugu0oRR2GzVTcOJnXtdM" alt="Become a sponsor and Do More"><figcaption></figcaption></figure>

{% hint style="success" %}

#### Like what your seeing?

Consider supporting us as a [GitHub Sponsor](/old-kb/where-to-buy/become-a-sponsor.md) and get instant access to all our Unity assets, exclusive tools and assets, escalated support and issue tracking and our gratitude.\
\
These articles are made possible by our [GitHub Sponsors](https://github.com/sponsors/heathen-engineering) ... become a sponsor today!
{% endhint %}

## Introduction&#x20;

The best way to start even if you don't choose to follow on with it, is a structure learning program. When learning to develop its frankly more important that you do not learn bad habits so taking a run through at least the early steps of a structured course is a good idea.&#x20;

{% embed url="<https://learn.unity.com/pathway/junior-programmer>" %}
The only resource you will likely need
{% endembed %}

This course is free, doesn't take long at all and will take you from "installing Unity" to creating some of the most common scripts you will need in Unity.

This course goes on into more advanced subjects if you would like to carry your knowledge forward. Other articles in our guides section here will take you into more specific topics.


---

# 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://kb.heathen.group/old-kb/guides/development/quick-start.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.
