# Knowledge Base

## Welcome

To the Heathen Knowledge Base.&#x20;

Here, you will find guides, articles, and samples on all game developer matters, as well as complete documentation and guidance on all of Heathen's assets!&#x20;

This guide is made possible and supported by the [GitHub Sponsor program](/old-kb/where-to-buy/become-a-sponsor.md).

## Navigation

:eyes: Look to your left!

On the left side of the page, you will see the navigation column with a few article groups.&#x20;

### Top

The topmost being the group you are in now contains general information about Heathen and this Knowledge Base-like info on becoming a [GitHub Sponsor](/old-kb/where-to-buy/become-a-sponsor.md) :relaxed:

### General Guides

The general guides section contains a wide variety of topics about becoming and being a game developer. From the first steps and our, [Indie Check List](/old-kb/guides/getting-started/indie-check-list.md) to tips on [Design ](/old-kb/guides/design.md)and [Development ](/old-kb/guides/development.md)through to the [Live ](/old-kb/guides/live.md)operation of your game (coming soon).

### Steam

We have been supporting Steam game developers for a decade and have a ton of guides, samples, and tools to help you get started. Our Steam guides will help you make the most out of the Steam platform, setting up your [developer account](/old-kb/steam/quick-start.md), creating your [store page](/old-kb/steam/store-page.md), and integrating [Steamworks (Steam API)](/old-kb/steam/steamworks.md) we have you covered!

### Heathen Assets

The Heathen assets section contains full and detailed documentation on all of Heathen's assets and goes beyond simple "what and how" and into guides on common use cases and recommended practices. Each asset family has its sub-section and is divided into further sections according to the nature of the asset itself.

{% hint style="success" %}
[GitHub Sponsors](/old-kb/where-to-buy/become-a-sponsor.md) get instant source code access to all of our assets for $15

Many are also available on the [Unity Asset Store](https://assetstore.unity.com/publishers/5836).
{% 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://kb.heathen.group/old-kb/knowledge-base.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.
