# Introduction

#### What is a Hud Feed?

Many of our favourite games have a HUD; A Heads-up-display. A very common use for it is to show the player feedback on things like item acquisition (LOOT!!), quest updates, achievements and various other things. The Hud Feed was built with all of these use cases in mind so you can easily display your game's state to the user in style.


---

# 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://hudfeed-docs.toastersquirrel.com/master.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.
