# Installation

{% hint style="success" %}

#### Like what your seeing?

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

## Introduction

System Core is a freely available and is available on GitHub as is, without warranty. It is licensed under the MIT license agreement with a Common Clause condition allowing you to use it for any purpose … other than copying or deriving from it and releasing a compilating asset :sunglasses:

{% hint style="success" %}
You can of course create assets built on top of System Core and release them on the Asset Store. The common clause is simply meant to prevent people from copying or deriving from our code and releasing it as if it was there own.
{% endhint %}

## Package Manager Installation

{% hint style="info" %}
Note that various assets are dependent on System Core and may have installed it for you via the Package Manager.
{% endhint %}

1. Open the Package Manager
2. Click the "+" (plus) button located in the upper left of the window
3. Select the "Add package from git URL..." option\ <img src="/files/-MkW6tqgBr-8XK0-iKQ2" alt="" data-size="original">
4. Enter the URL below and press add.

```
https://github.com/heathen-engineering/SystemCore.git?path=/com.heathen.systemcore
```


---

# 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/assets/system-core/installation.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.
