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

# Giới thiệu

Chào mừng bạn đến với Wiki Bộ Luật Máy Chủ **MINICITY**.

Tài liệu này tổng hợp toàn bộ các quy định, luật lệ roleplay, thuật ngữ thường dùng và quy trình xử lý trong thành phố MiniCity.

## Danh mục tài liệu

* [**Thuật ngữ thường dùng**](/thuat-ngu-thuong-dung.md): Định nghĩa các thuật ngữ Roleplay & OOC cơ bản trong game.
* [**Quy định chung**](/quy-dinh-chung.md): Các quy tắc cơ bản dành cho người dân và lực lượng cảnh sát (Police).
* [**Luật Roleplay**](/luat-roleplay.md): Các quy định về Luật Dân sự và Luật Hình sự trong thành phố.
* [**Luật Truy đuổi**](/luat-truy-duoi.md): Quy định về xử lý truy đuổi, luật phó bản và luật vùng cấm.
* [**Luật Giao tranh**](/luat-giao-tranh.md): Quy tắc tham gia các tình huống giao tranh và sử dụng vũ khí.
* [**Điều khoản thi hành**](/dieu-khoan-thi-hanh.md): Quy định về xử phạt và thi hành kỷ luật đối với các vi phạm.


---

# 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://luat.minicity.vn/readme.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.
