# Placeholder

* Dưới đây là danh sách trình giữ chỗ của k-Level.

| Placeholder       | info                                           |
| ----------------- | ---------------------------------------------- |
| %klevel\_exp%     | Hiển thị exp level hiện tại của player.        |
| %klevel\_level%   | Hiển thị level hiện tại của player.            |
| %klevel\_percent% | Hiển thị tiến trình level hiện tại của player. |

* \
  Sử dụng cho Ajleaderboard&#x20;

`%klevel_name_<số>%` : `<số>` thay bằng số thứ tự `1 hoặc 2, 3, 4...`

`%klevel_level_<số>%`: tương tự như tên.

**Ví dụ**:

* `/holo create %klevel_name_1% level: %klevel_level_1%`

**Hoàn chỉnh một hologram**

hologram

```yaml
pages:
- lines:
  - content: '&f&lTop 1: &a%klevel_name_1% &7- &aLevel &6%klevel_level_1%'
  - content: '&f&lTop 2: &a%klevel_name_2% &7- &aLevel &6%klevel_level_2%'
  - content: '&f&lTop 3: &a%klevel_name_3% &7- &aLevel &6%klevel_level_3%'
  - content: '&f&lTop 4: &a%klevel_name_4% &7- &aLevel &6%klevel_level_4%'
  - content: '&f&lTop 5: &a%klevel_name_5% &7- &aLevel &6%klevel_level_5%'
```


---

# 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://kazamis.gitbook.io/kazami-studio/co-ban/placeholder.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.
