# Dynamic HUD

DynamicHUD is a special tool for Minecraft mod creators who use Fabric. It works with Minecraft 1.19.1 and newer versions. With DynamicHUD, you can make your own HUD parts that players can change and interact with, making their game look and feel better.

{% hint style="info" %}
Most of the code is documented in the source code, with more examples.
{% endhint %}

## Old archived wiki

DynamicHUD has been completely rewritten for enhanced usability and improved performance in version `2.0.0` and later.&#x20;

Support for previous versions of DynamicHUD will be discontinued. If you are still using an older version, you can find the archived wiki below:

<https://tanishisherewith.gitbook.io/archived-legacy-dynamichud/>

{% hint style="success" %}
*DynamicHUD may be ported back up to 1.19 fabric on demand.*
{% endhint %}

### Support

Need assistance or have suggestions? Join our [Discord](https://discord.com/invite/Rqpn3C7yR5) community or submit an issue on our GitHub [repository](https://github.com/V-Fast/DynamicHUD).

#### To get started, visit this page:

{% content-ref url="/spaces/DVOerbBYig9gngF4saif/pages/0LAqJn50yJqiibUU4EGN" %}
[Import using Gradle](/dynamic-hud/import-using-gradle.md)
{% endcontent-ref %}

### Credits

Creator: [Tanish](https://github.com/tanishisherewithhh)\
Wiki : [Tanish](https://github.com/tanishisherewithhh) and [Lumaa](https://lumaa.fr/github) ([V-Fast](https://lumaa.fr/v-fast))


---

# 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://tanishisherewith.gitbook.io/dynamic-hud/dynamic-hud.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.
