# Home

Welcome to the documentation site for my stuff. You're probably looking for documentation for one of the following:

* [JackFredLib ](https://app.gitbook.com/o/DybYzaKbIUY23vOTsMHl/s/z8jNwd4pzhvQ5ZoPB1s3/)- A core library used by my mods
* [Where Is It](https://app.gitbook.com/o/DybYzaKbIUY23vOTsMHl/s/fpTPwq8EYwO17A6cYFzV/) - A QOL mod to search for nearby items
* [Chest Tracker ](https://app.gitbook.com/o/DybYzaKbIUY23vOTsMHl/s/Euu1UeRzzelXrsmg5aQl/)- A client-side storage management solution, powered by Where Is It.
* [Granular Gamerules](https://app.gitbook.com/o/DybYzaKbIUY23vOTsMHl/s/wTgm4XzBOYSYPvD6bK5m/) - A server-side mod that breaks up some overloaded game rules.
* Lenient Death (TODO) - A server-side mod to reduce the punishment of dying, mainly be only keeping certain items.
* Eye Spy (TODO) - A server-side mod that adds more functionality to the spyglass.
* [Jack's Server Side Tweaks ](https://app.gitbook.com/o/DybYzaKbIUY23vOTsMHl/s/evb6OQ1olKHYT3MY8e1x/)- A collection of server-side quality of life tweaks and survival friendly tools.


---

# 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://docs.jackf.red/home/home.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.
