> 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/tinh-nang-trong-game/diem-danh.md).

# Điểm Danh Hàng Ngày

Điểm danh hàng ngày giúp bạn nhận quà miễn phí chỉ bằng cách đăng nhập. Điểm danh liên tiếp 7 ngày sẽ nhận được **quà đặc biệt**!

## Cách Điểm Danh

### Mở Menu

* Mở điện thoại hoặc menu hệ thống
* Chọn **"Điểm Danh"**

### Điểm Danh

1. Nhấn nút **"Điểm Danh"**
2. Nhận quà ngay lập tức
3. Điểm danh liên tiếp nhận thêm quà!

## Giải Thưởng

| Ngày Liên Tục | Giải Thưởng                 |
| ------------- | --------------------------- |
| **Ngày 1**    | Tiền mặt và thức ăn         |
| **Ngày 2**    | Tiền mặt và thức ăn         |
| **Ngày 3**    | Tiền mặt và thức ăn         |
| **Ngày 4**    | Tiền mặt và thức ăn         |
| **Ngày 5**    | Tiền mặt và thức ăn         |
| **Ngày 6**    | Tiền mặt và thức ăn         |
| **Ngày 7**    | **Tiền mặt + Quà Đặc Biệt** |

## Lưu Ý

* **Điểm danh mỗi ngày** — Nếu bỏ một ngày, chuỗi sẽ mất
* **Quà nhận ngay** — Không cần chờ, nhận luôn sau khi điểm danh

***

> Quay lại: [Nhà Ở](/tinh-nang-trong-game/nha-o.md) | Tiếp theo: [Giới Thiệu Bạn Bè](/tinh-nang-trong-game/gioi-thieu-ban-be.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/tinh-nang-trong-game/diem-danh.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.
