# Font Images / Glyphs

- [Font Images](https://itemsadder.devs.beer/adding-content/font-images/font-images.md): Create images which can be used in texts, also known as glyphs and symbols
- [Ranks / prefixes](https://itemsadder.devs.beer/adding-content/font-images/ranks-prefixes.md)
- [Emojis](https://itemsadder.devs.beer/adding-content/font-images/emojis.md)
- [GUIs](https://itemsadder.devs.beer/adding-content/font-images/guis.md)
- [Font](https://itemsadder.devs.beer/adding-content/font-images/font.md)
- [HUDs](https://itemsadder.devs.beer/adding-content/font-images/huds.md)
- [Creating HUDs](https://itemsadder.devs.beer/adding-content/font-images/huds/creating-huds.md)
- [Frames HUD](https://itemsadder.devs.beer/adding-content/font-images/huds/creating-huds/frames-hud.md): Tutorial on how to create a FRAMES HUD
- [Status HUD](https://itemsadder.devs.beer/adding-content/font-images/huds/creating-huds/status-hud.md): Tutorial on how to create a STATUS HUD
- [Custom HUD (advanced)](https://itemsadder.devs.beer/adding-content/font-images/huds/creating-huds/custom-hud-advanced.md): Creating a totally customizable HUD
- [Trigger value change](https://itemsadder.devs.beer/adding-content/font-images/huds/trigger-value-change.md): Automatically increase/decrease HUD value during gameplay


---

# 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://itemsadder.devs.beer/adding-content/font-images.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.
