> For the complete documentation index, see [llms.txt](https://wiki.minicity.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.minicity.vn/hud-giao-dien.md).

# HUD & Giao Diện

Hệ thống giao diện người dùng (HUD) hiển thị thông tin quan trọng trên màn hình. Bao gồm thanh trạng thái, bản đồ nhỏ, thông tin xe, và các menu điều khiển.

## Tổng Quan Hệ Thống

### 🖥️ HUD Chính

* **Thanh trạng thái:** Máu, đói, khát, ngủ, thể lực, stress
* **Thông tin nhân vật:** Avatar, nghề nghiệp, số dư
* **Thông tin xe:** Tốc độ, nhiên liệu, đèn
* **Bản đồ nhỏ:**

### 🎯 Menu Nhanh

* **Phím tắt:** `F1`
* **Tính năng:** Truy cập nhanh các menu
* **Tùy chỉnh:** Theo nghề nghiệp và cấp bậc

### 🎒 Túi Đồ

* **Phím tắt:** `Tab`
* **Quản lý:** Vật phẩm, vũ khí, trang bị
* **Giao diện:** Kéo thả

## Phím Tắt Cần Nhớ

| Phím  | Chức Năng          | Ghi Chú                                            |
| ----- | ------------------ | -------------------------------------------------- |
| `ALT` | Tương tác          | Thông dụng nhất, dùng để tương tác với mọi vật thể |
| `N`   | Voicechat          | Mở Voicechat (bấm để nói chuyện)                   |
| `L`   | Khoá / mở khoá xe  | Cần đứng gần phương tiện và có chìa khoá           |
| `X`   | Đầu hàng           | Dùng để đầu hàng                                   |
| `B`   | Chỉ tay            | Dùng để chỉ tay về 1 hướng                         |
| `F1`  | Menu nhanh         | Trung tâm điều khiển                               |
| `Tab` | Túi đồ             | Quản lý vật phẩm                                   |
| `M`   | Điện thoại         | Mở điện thoại                                      |
| `F2`  | Tính năng nhà      | Mua các vật dụng khi sở hữu nhà                    |
| `F3`  | Emote              | Mở danh sách emote                                 |
| `F4`  | Công việc          | Xem danh sách công việc (Ban ngành)                |
| `F5`  | Vật phẩm donate    | Mua các vật phẩm donate                            |
| `Y`   | Bảng điều khiển xe | Điều khiển xe                                      |
| `K`   | Neo thuyền         | Neo thuyền                                         |

## Lệnh Hệ Thống

| Lệnh            | Chức Năng                                    |
| --------------- | -------------------------------------------- |
| `/me`           | Chỉ dùng để liên lạc khi micro của bạn sự cố |
| `/danhchiakhoa` | Đánh lại chìa khoá xe khi mất                |
| `/propfix`      | Gỡ lỗi khi kẹt prop trên cơ thể              |

***

> Quay lại: [Trang Chủ](/readme.md) | Tiếp theo: [HUD Chính](/hud-giao-dien/hud-chinh.md) →


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.minicity.vn/hud-giao-dien.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
