# Client Side

<figure><img src="/files/QNs1CGNfv22NmLHboJwt" alt=""><figcaption><p>Quest Log</p></figcaption></figure>

1. Currently ready to complete quest&#x20;
   * Ready quest to complete is green
   * Quest required by the current giver is surrounded by square brackets `[]`
2. Available quests to take at the current giver
   * Quests that are currently available to take are white and in the active quests section
3. Currently active quests&#x20;
   * Quests that are active at player
   * If the quest is surrounded by square brackets, but it's yellow, it means that you are at the quest giver who you can complete the quest, once you complete that.&#x20;
4. Goals of the currently selected quest&#x20;

<details>

<summary>Game Module (3_Game)</summary>

* Constants&#x20;
  * Base configuration of the mod&#x20;
* Debug class&#x20;
  * Helper class to handle the output of the scripts running on the server
* Icon Resolver&#x20;
  * Helper class to validate icons based on the certain conditions&#x20;

</details>

<details>

<summary>World Module (4_World)</summary>

* Classes
* Entities
  * Entity related scripts which overrides the main game logic on entities&#x20;
    * House
    * PlayerBase
    * ItemBase&#x20;
* GUI
  * UI related class for the widgets and client interaction
* Plugins
  * Client side quest plugin to communicate with the server through RPC&#x20;
* Static
  * Utility classes for generic functionality&#x20;

</details>

<details>

<summary>Mission Module (5_Mission)</summary>

* Mission Gameplay

</details>


---

# 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/client-side.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.
