# Trade goal

<div align="left"><figure><img src="/files/J4a0QIgjp9q7CQLfSme0" alt="" width="128"><figcaption><p>Trade Quest Icon</p></figcaption></figure></div>

This quest requires to bring *Disinfectant Alcohol, Spray* and *Iodine Tincture*. Each goal has the quantity set. Be careful about these numbers and make sure, what is the real quantity of the item.&#x20;

This quest is not **repeatable**

This quest has a pre-quest of id `player1`

You will get reward - 1x *cooking pot* and 1x *baked beans can*

```json
{
      "Id": "medicineTrading",
      "TakerId": "barman",
      "QType": 4,
      "Name": "Medicine deal",
      "Description": "Trade medicine",
      "Goals": [
        {
          "QType": 4,
          "ClassName": "DisinfectantAlcohol",
          /* "Count" : 0 */ // 
          "Quantity": 100, // Use Quantity if the item has quantity 
          "Description": "Bring " // Rest is filled automatically by display name 
        },
        {
          "QType": 4,
          "ClassName": "DisinfectantSpray",
          "Quantity": 100,
          "Description": "Bring "
        },
        {
          "QType": 4,
          "ClassName": "CrudeMachete",
          "Count": 1,
          "Description": "Bring "
        }
      ],
      "Rewards": [
        {
          "RewardType": 1,
          "ClassName": "Pot",
          "Amount": 1
        },
        {
          "RewardType": 1,
          "ClassName": "BakedBeansCan",
          "Amount": 1
        }
      ],
      "IsRepeatable": false,
      "PreQuests": [
        "player1"
      ],
      "RepeatDurationHours": 0
}

```


---

# 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://dayz.foxapo.com/mods/crdtn-quests/server-side/quest-and-goal-types/trade-goal.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.
