> For the complete documentation index, see [llms.txt](https://wiki.netherixstudios.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.netherixstudios.com/upload-builds/download-files.md).

# Download files

To begin with we must know that the downloadable files of NetherixStudios are compressed, it is not enough only to decompress them, but you will find more useful files, next we will start downloading a compressed file manager such as WINRAR, WINZIP or 7ZIP; in case you already have it, skip this step.

1. Navigate to the [WinZip page](https://www.winzip.com/en/pages/download/winzip/)
2. Press the <mark style="color:green;">`Free Download`</mark> button.

<figure><img src="/files/oadaIgvZgOMFM6gVOHmf" alt=""><figcaption></figcaption></figure>

3\. Then install the program as shown in the following image

<figure><img src="/files/7eHzDG1tvo56vMgOnqG9" alt=""><figcaption></figcaption></figure>

## Downloadable files

After downloading the compressed file unzip it with the previously downloaded program (WinZip). Then you will get the following files

<figure><img src="/files/41U86raoJFDE8K1ky7Q3" alt=""><figcaption></figcaption></figure>

In this folder you will find some installation guides, the schematic, the world coordinates, the Readme and the world folder that you can [upload to world](https://wiki.netherixstudios.com/upload-builds/upload-a-world) on your server, or you can also [Upload to schematic](https://wiki.netherixstudios.com/upload-builds/upload-a-schematic) on your server or in [singleplayer.](https://wiki.netherixstudios.com/upload-builds/singleplayer-schematic)


---

# 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, and the optional `goal` query parameter:

```
GET https://wiki.netherixstudios.com/upload-builds/download-files.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
