# BetterHud Extension

Before diving into BetterHud Extension, you'll need to familiarize yourself with two essential plugins that form the foundation of this extension.

### Prerequisites

#### Understanding Typewriter

BetterHud Extension builds upon Typewriter's powerful system. You should understand:

* **Pages**: How Typewriter organizes content into Sequence and Manifest pages
* **Entries**: The building blocks - Events, Actions, and Manifest entries
* **Facts System**: Typewriter's variables that track player data and progression

**Learn Typewriter**: [Typewriter Documentation](https://docs.typewritermc.com/beta/docs/getting-started)

Take time to explore the documentation and understand Typewriter's core mechanics before proceeding.

#### Understanding BetterHud

Since BetterHud Extension operates on top of BetterHud, you need to be comfortable with:

* **Layouts**: Creating and managing HUD layouts
* **Popups**: Displaying temporary HUD elements
* **Placeholders**: Using dynamic text and variables in HUD elements

**Learn BetterHud**: [BetterHud Wiki](https://github.com/toxicity188/BetterHud/wiki)

Make sure you understand how to create layouts, work with popups, use placeholders, and configure basic HUD elements.

***

**Ready to start?** Now that you're familiar with the basics, let's explore what BetterHud Extension can do!


---

# 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://ney.gitbook.io/docs/betterhud-extension.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.
