# Guides

- [Installation](https://wiki.enigmatica.net/main/help-desk/guides/installation.md)
- [Allocating Memory](https://wiki.enigmatica.net/main/help-desk/guides/allocating-memory.md): Most modpacks require you to set the amount of allocated memory (RAM) for Java to use. Here's how you set it.
- [Server Installation](https://wiki.enigmatica.net/main/help-desk/guides/server-installation.md)
- [Automatic Server Updates](https://wiki.enigmatica.net/main/help-desk/guides/automatic-server-updates.md): An easier way to keep your server running on the latest modpack version. Follow the below steps to be able to update modpack version with only a few clicks.
- [Performance Tweaks](https://wiki.enigmatica.net/main/help-desk/guides/performance-tweaks.md)
- [Java](https://wiki.enigmatica.net/main/help-desk/guides/java.md)
- [OptiFine](https://wiki.enigmatica.net/main/help-desk/guides/optifine.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://wiki.enigmatica.net/main/help-desk/guides.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.
