# Welcome to Northstar

{% hint style="warning" %}
The GitBook based NorthstarWiki has been replaced in favour of the [NorthstarDocs](https://docs.northstar.tf/) where this wiki has been integrated.

Check it out here: <https://docs.northstar.tf/Wiki/>

The same page on the new wiki should be located here: <https://docs.northstar.tf/Wiki/>
{% endhint %}

## Welcome to Northstar

{% embed url="<https://www.youtube.com/watch?v=en06Y6CPMQg>" %}

### Releases and installation guide

Get the newest Northstar release here:

{% embed url="<https://github.com/R2Northstar/Northstar/releases>" %}

Install instructions can be found here:

{% content-ref url="/pages/v2rTAZsQSyMQMHk5ra8X" %}
[Basic Setup](/r2northstar-wiki/installing-northstar/basic-setup.md)
{% endcontent-ref %}

### Modding instructions

For modding guides, documentation on Northstar API features and documentation on Respawn Squirrel look at:

{% embed url="<https://docs.northstar.tf/Modding/>" %}

### Contact and contributing

**Please remember:** You should expect to encounter bugs and crashes with Northstar.\
If you need help troubleshooting, setting up or modifying Northstar try talking to the community on our Discord server:

{% embed url="<https://northstar.tf/discord>" %}

Before creating issues or contributing changes to the source code please read:

{% content-ref url="/pages/22WJMoZ3j5cCCkpAZs8y" %}
[Contributing](/r2northstar-wiki/contributing.md)
{% endcontent-ref %}

All the source code related to Northstar can be found here:

{% embed url="<https://northstar.tf>" %}


---

# 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://r2northstar.gitbook.io/r2northstar-wiki/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.
