# Step 2: Download Monogatari

Once you've got your [environment set up](/documentation/develop/getting-started/step-1-setup-your-environment.md), it's time to download Monogatari!

Monogatari can be found in three places:

## 1. Downloading it from the website

The website (<https://monogatari.io/>) always has Here you will have the choice between the stable version and the Nightly version. Given that you are on the documentation for version 2.0, nightly is the version you want.

## 2. Dowloading it from GitHub

## 3. Dowloading it from a Release Announcement

*
* The GitHub page. <https://github.com/Monogatari/Monogatari> There you can choose between the different branches. For the newest version of Monogatari, you will want the "Development" branch. This will always be the most up to date version. This version also contains a bunch of source code that won't be necessary to make a game in monogatari, but might be useful to you if you'd like to help contribute to the core engine.
* The Monogatari Forums. <https://community.monogatari.io/t/news> Here there are always up to date announcements on any new release.&#x20;

Should you get the version from the main website, or the version linked in news announcements, you simply need to [unzip](https://www.7-zip.org/) the files and you're ready to go! If you instead opt to get the version on the GitHub page, you'll need to unzip the folder, and then take the contents of the `dist` folder.


---

# 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://developers.monogatari.io/documentation/develop/getting-started/getting-monogatari.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.
