# Navigation

- [Common Questions](https://wiki.valhelsia.net/navigation/common-questions.md): Frequently asked questions for Valhelsia projects.
- [Translation](https://wiki.valhelsia.net/navigation/translation.md): Help us translate Valhelsia mods and packs into new languages.
- [Knowledge Base](https://wiki.valhelsia.net/navigation/knowledgebase.md): Consult our Knowledge Base for detailed explanations of commonly asked questions or subjects.
- [Allocating Memory](https://wiki.valhelsia.net/navigation/knowledgebase/allocating-memory.md): How to allocate memory in Valhelsia modpacks.
- [Installation](https://wiki.valhelsia.net/navigation/knowledgebase/installation.md): Instructions to install our modpacks using the Minecraft launcher of your choice.
- [OptiFine](https://wiki.valhelsia.net/navigation/knowledgebase/optifine.md): Information regarding OptiFine (and equivalent) & Shader Pack installation for Valhelsia packs.
- [Performance Tweaks](https://wiki.valhelsia.net/navigation/knowledgebase/performance-tweaks.md): Performance Tweaks for Valhelsia modpacks.
- [Server Setup](https://wiki.valhelsia.net/navigation/knowledgebase/server-setup.md): A guide to setting up a self-hosted Valhelsia server on Windows, Mac, or Linux.


---

# 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.valhelsia.net/navigation.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.
