> For the complete documentation index, see [llms.txt](https://dayz.foxapo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dayz.foxapo.com/mods/crdtn-quests/server-side/quest-and-goal-types/turn-in-goal.md).

# Turn-In goal

<figure><img src="/files/Zji8Jc7BTliqZnMYeijB" alt="" width="128"><figcaption><p>Turn In Quest Icon</p></figcaption></figure>

Repeatable turn-in quest. This quest is completed right after taking.&#x20;

```json
{
      "Id": "repeatable",
      "TakerId": "lesnik",
      "QType": 1,
      "Name": "Repeatable quest",
      "Description": "This quest can be repeated every 4 hours.",
      "Goals": [
        {
          "QType": 1,
          "Description": "Talk to "
        }
      ],
      "Rewards": [
        {
          "RewardType": 1,
          "ClassName": "TF_Ammo_57",
          "Amount": 1
        }
      ],
      "IsRepeatable": true,
      "PreQuests": [],
      "RepeatDurationHours": 4
}
```
