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

# Information

- [Installation Guide](https://wiki.apexcobblemon.com/info/installation-guide.md): Navigate to the guide for your preferred launcher
- [Modrinth](https://wiki.apexcobblemon.com/info/installation-guide/modrinth.md): Step by step guide on how to install our Official Modpack using the Modrinth Launcher
- [CurseForge](https://wiki.apexcobblemon.com/info/installation-guide/curseforge.md): Step by step guide on how to install our Official Modpack using the CurseForge Launcher
- [Getting Started](https://wiki.apexcobblemon.com/info/getting-started.md): Everything you need to know as a new player
- [Useful Commands](https://wiki.apexcobblemon.com/info/useful-commands.md): Overview of our most commonly used and essential commands
- [Server Rules](https://wiki.apexcobblemon.com/info/server-rules.md): Please familiarize yourself with our official rules to avoid any issues
- [FAQ](https://wiki.apexcobblemon.com/info/faq.md): Answers to our most asked frequently questions
- [Server Guides](https://wiki.apexcobblemon.com/info/server-guides.md): Guides to help new players learn the ropes
- [Claiming Guide](https://wiki.apexcobblemon.com/info/server-guides/claiming-guide.md)
- [Money Guide](https://wiki.apexcobblemon.com/info/server-guides/money-guide.md)
- [Voice Chat Guide](https://wiki.apexcobblemon.com/info/server-guides/voice-chat-guide.md)
- [Technical Guides](https://wiki.apexcobblemon.com/info/technical-guides.md): Guides to help with aspects outside of the main server
- [Linking Guide](https://wiki.apexcobblemon.com/info/technical-guides/linking-guide.md)
- [Accessing Logs](https://wiki.apexcobblemon.com/info/technical-guides/accessing-logs.md)
- [Modpack Updates](https://wiki.apexcobblemon.com/info/technical-guides/modpack-updates.md): Step by step guide on how to update our Official Modpacks
- [Appeals](https://wiki.apexcobblemon.com/info/technical-guides/appeals.md)
- [Support Tickets](https://wiki.apexcobblemon.com/info/technical-guides/support-tickets.md)
- [Color Codes](https://wiki.apexcobblemon.com/info/technical-guides/color-codes.md)


---

# 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.apexcobblemon.com/info.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.
