# Introduction

**Welcome to BapUtils, a Hypixel Skyblock mod featuring a variety of random utility features.**

As our inaugural Minecraft mod for Hypixel Skyblock, we kindly request that any bugs or issues with the mod be reported by opening an issue on GitHub or by reaching out to us on Discord (@jerrydev or @tomassy). Your feedback is greatly appreciated!

### Get the latest release

To download the latest release, visit the following page:

{% embed url="<https://github.com/AspectOfJerry/BapUtils/releases>" fullWidth="false" %}
Please avoid using releases marked as "Pre-release" as they may contain broken features.
{% endembed %}

### Bugs & suggestions

Should you come across a bug or wish to share a suggestion, feel free to open an issue on our GitHub repository:

{% embed url="<https://github.com/AspectOfJerry/BapUtils/issues>" %}
Click on "New issue" and select the appropriate template.
{% endembed %}

> Developed by Jerry *(AspectOfJerry)* and Tomassy.


---

# 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://bap.jerrydev.net/introduction.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.
