# MineKeep Docs

## MineKeep Docs

- [Introduction](https://docs.minekeep.net/readme.md): A brief introduction to the MineKeep Docs
- [Hibernation](https://docs.minekeep.net/hibernation.md): Understanding when your server will run and stop
- [Opening HTTP ports](https://docs.minekeep.net/opening-http-ports.md): Exposing HTTP services from a running server instance
- [External Servers](https://docs.minekeep.net/external-servers.md): A guide on how to set up external servers on MineKeep, allowing you to advertise your server hosted elsewhere to thousands of new players
- [Medal Boosts](https://docs.minekeep.net/medal-boosts.md): Clip your gameplay with Medal to earn free RAM for your server
- [Player Protection](https://docs.minekeep.net/player-protection.md): Here's how we keep players on MineKeep safe.
- [IP Masking](https://docs.minekeep.net/player-protection/ip-masking.md): Preventing servers from seeing your real IP when you connect to them
- [Resource Pack Whitelist](https://docs.minekeep.net/player-protection/resource-pack-whitelist.md): Preventing side-channel IP leakage
- [Hiding Your Activity](https://docs.minekeep.net/player-protection/hiding-your-activity.md): This page shows you how to hide your online status on MineKeep
- [Ignoring Direct Messages](https://docs.minekeep.net/player-protection/ignoring-direct-messages.md)
- [Server Administration](https://docs.minekeep.net/server-administration.md): Guides on how to manage your MineKeep server
- [Adding plugins](https://docs.minekeep.net/server-administration/adding-plugins.md): How to add plugins to your MineKeep Server
- [Adding mods](https://docs.minekeep.net/server-administration/adding-mods.md): How to add Fabric mods to your MineKeep Server


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.minekeep.net/readme.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.
