# Modding and Development

- [Modding](https://r2northstar.gitbook.io/r2northstar-wiki/modding-and-development/modding.md)
- [Development](https://r2northstar.gitbook.io/r2northstar-wiki/modding-and-development/development.md): Instructions on how to make changes to Northstar source code, build, and run it.
- [Repositories](https://r2northstar.gitbook.io/r2northstar-wiki/modding-and-development/development/repositories.md)
- [Atlas](https://r2northstar.gitbook.io/r2northstar-wiki/modding-and-development/development/repositories/atlas.md): A new Northstar master server written in Go
- [NorthstarMods](https://r2northstar.gitbook.io/r2northstar-wiki/modding-and-development/development/repositories/northstarmods.md): Core squirrel mods
- [NorthstarLauncher](https://r2northstar.gitbook.io/r2northstar-wiki/modding-and-development/development/repositories/northstarlauncher.md)
- [NorthstarMasterServer (old)](https://r2northstar.gitbook.io/r2northstar-wiki/modding-and-development/development/repositories/northstarmasterserver.md)
- [Deploy](https://r2northstar.gitbook.io/r2northstar-wiki/modding-and-development/development/repositories/northstarmasterserver/deploy.md)
- [Contributing code to Northstar](https://r2northstar.gitbook.io/r2northstar-wiki/modding-and-development/development/contributing-code-to-northstar.md): Useful information when contributing to Northstar
- [Testing](https://r2northstar.gitbook.io/r2northstar-wiki/modding-and-development/development/testing.md): Instructions regarding testing new features, directed at both developers and maintainers
- [Reviewing](https://r2northstar.gitbook.io/r2northstar-wiki/modding-and-development/development/reviewing.md): This pages describes how to review PRs to ensure quick and efficient merging. It is written for both novices and people with experience with GitHub and code review in general.
- [Releases](https://r2northstar.gitbook.io/r2northstar-wiki/modding-and-development/development/releases.md): Information intended mostly for internal use on what to consider when making new releases
- [Debugging](https://r2northstar.gitbook.io/r2northstar-wiki/modding-and-development/development/debugging.md)
- [Visual Studio](https://r2northstar.gitbook.io/r2northstar-wiki/modding-and-development/development/debugging/visualstudio.md)
- [x64dbg](https://r2northstar.gitbook.io/r2northstar-wiki/modding-and-development/development/debugging/x64dbg.md)


---

# 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/modding-and-development.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.
