> For the complete documentation index, see [llms.txt](https://guide.woay.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.woay.vn/thiet-ke-game/game-qua-bay.md).

# Game Quà Bay

## 1. Giới thiệu chung

* **Thuộc tính:** Game xác suất.
* **Cách chơi:** Bắt ngẫu nhiên một phần quà bay và xác nhận mở phần quà để được nhận thưởng.

## 2. Hướng dẫn thiết kế

### &#x20; **Bước 1:** **Chọn mục Thiết kế**

&#x20;Tại giao diện chính, chọn mục **Thiết kế.**&#x20;

<figure><img src="/files/P8AUPv7shz3jDfUPSH3j" alt=""><figcaption></figcaption></figure>

### **Bước 2:** **Chỉnh sửa các thành phần trên game**

**\[1]** Click **"Chọn ảnh"** để tải lên thiết kế **Ảnh hộp quà** theo kích thước quy định hoặc dùng hình ảnh có sẵn.\
\&#xNAN;**\[2]** Click **"Chọn ảnh"** để tải lên thiết kế **Ảnh đám mây bên trái** theo kích thước quy định hoặc dùng hình ảnh có sẵn.\
\&#xNAN;**\[3]** Click **"Chọn ảnh"** để tải lên thiết kế **Ảnh đám mây bên phải** theo kích thước quy định hoặc dùng hình ảnh có sẵn.\
\&#xNAN;**\[4]** Click "**Thay đổi**" để tùy chọn bố cục hiển thị của hộp quà.\
\&#xNAN;**\[5]** Sau khi đã thiết lập hoàn thiện các thiết kế, click **"Lưu lại"** để hoàn tất.&#x20;

<div><figure><img src="/files/vqZ2zbxWh4Owc16jpx1S" alt=""><figcaption></figcaption></figure> <figure><img src="/files/9ckwstzUDIolCKoCOqGk" alt=""><figcaption></figcaption></figure></div>

## 3. Các bước tiếp theo để hoàn thiện game

Tham khảo thêm các tính năng khác để hoàn tất thiết lập game

<table data-view="cards"><thead><tr><th data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="/pages/GxpdR1EsfDdkidIAnzdu">/pages/GxpdR1EsfDdkidIAnzdu</a></td></tr><tr><td><a href="/pages/I88QoOgc89J6HAAKtkBs">/pages/I88QoOgc89J6HAAKtkBs</a></td></tr><tr><td><a href="/pages/UYsTiniQkwbi3ZGmMY2N">/pages/UYsTiniQkwbi3ZGmMY2N</a></td></tr><tr><td><a href="/pages/ba7gzhZYDHlG6ojtOiGR">/pages/ba7gzhZYDHlG6ojtOiGR</a></td></tr><tr><td><a href="/pages/b9kEBPbTn9vAPUg6rYEZ">/pages/b9kEBPbTn9vAPUg6rYEZ</a></td></tr><tr><td><a href="/pages/6rKohazDZNHrgxhgeIjo">/pages/6rKohazDZNHrgxhgeIjo</a></td></tr><tr><td><a href="/pages/qEnikJHKdJv2UZdQSduh">/pages/qEnikJHKdJv2UZdQSduh</a></td></tr><tr><td><a href="/pages/oMoUl97mvrHJU5Lu8l8t">/pages/oMoUl97mvrHJU5Lu8l8t</a></td></tr><tr><td><a href="/pages/lJBRuyjwsLVRg6qdZ0y7">/pages/lJBRuyjwsLVRg6qdZ0y7</a></td></tr></tbody></table>

## 4. Câu hỏi thường gặp

Các câu hỏi thường gặp về chủ đề **"Thiết kế"** xem [tại đây](/cau-hoi-thuong-gap/thiet-ke.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://guide.woay.vn/thiet-ke-game/game-qua-bay.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.
