> For the complete documentation index, see [llms.txt](https://docs.projectnorthstar.org/project-north-star/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.projectnorthstar.org/project-north-star/software.md).

# Software

- [Getting Started with Software](https://docs.projectnorthstar.org/project-north-star/software/getting-started-with-software.md): This page goes over the general setup you should do after you've finished building and calibrating your headset.
- [Esky](https://docs.projectnorthstar.org/project-north-star/software/esky.md): Project Esky aims to be the software companion to allow development with the Deck X/North Star Display system out of the box! (Utilizing the t265/1 or a ZED system for 6DoF tracking)
- [Monado](https://docs.projectnorthstar.org/project-north-star/software/monado.md): Work In Progress documentation on how to setup
- [SteamVR](https://docs.projectnorthstar.org/project-north-star/software/steamvr.md): This page will walk you through installing and running the steamVR driver. It is currently supported on windows, with linux support in progress. A Launcher/Installer is also in progress.
- [Unity](https://docs.projectnorthstar.org/project-north-star/software/software.md): This Unity Package contains the Unity Assets, Scenes, and Pre-warping systems necessary to build Unity applications with the Project North Star headset.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.projectnorthstar.org/project-north-star/software.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.
