# 📁 Cấu trúc file cấu hình

{% tabs %}
{% tab title="config.yml" %}

```yaml
play-sound-on-reward: true
reward-sound: "ENTITY_EXPERIENCE_ORB_PICKUP"

use-reward-cooldown: false
reward-cooldown: 5

actionbar-enabled: true
title-on-reward: true

title-reward:
  main: "&a🎉 Nhận thưởng SharkAFK!"
  sub: "&7Bạn đã AFK &f%time%s"

```

{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="setting/sharktime.yml" %}

```yaml
afk-rewards:
  60:
    shark-point: 5
    rewards:
      - "money:100"
      - "item:DIAMOND:1"
      - "command:broadcast %player% vừa nhận phần thưởng AFK!"
      - "command:[crate give %player% vote 1, xp give %player% 10 levels]"
  300:
    shark-point: 10
    rewards:
      - "money:500"
      - "item:GOLD_INGOT:3"

```

{% endtab %}
{% endtabs %}


---

# 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/sharkafk-wiki/sharkafk/cac-chuc-nang/cau-truc-file-cau-hinh.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.
