# Quests

{% tabs %}
{% tab title="Collectable" %}
**Quest Collectable**\
Description: This quest type controls the collection of specific items, identified by tags \[Tag] on the assets. When an item is collected, it's tallied in the game's UI. After collecting all assets \[Amount], you can configure a completion message for the quest \[Quest Completion] and send a closing message when the quest concludes\[Action after completion].

<figure><img src="/files/5gLi72Nxq3UFSkp9ri0o" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Counter Death" %}
Quest Counter Death

Description:Text

<figure><img src="/files/t6lIYqIi67SJ0sPNevlz" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title=" Wait for Message" %}
Quest Wait for Message

Description:Text

<figure><img src="/files/3zOWpqQCBYT7ch10w0tw" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Asset Death" %}
Quest Asset Death

Description:Text

<figure><img src="/files/m7O4VrJXJ6z1siKoHxev" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

{% tabs %}
{% tab title="Timer Survive" %}
Quest Timer Survive

Description: Text

<figure><img src="/files/xinROpXQWPlqSQPDRRzz" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Timer Defend" %}
Quest Timer Defend

Description: Text

<figure><img src="/files/y8MHrKBda5uqOsgFXGy6" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Timer Message Need" %}
Quest Timer Message Need

Description: Text

<figure><img src="/files/RGr0yZHRE6eQ59yu8PLd" alt=""><figcaption></figcaption></figure>
{% 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://sandbricks.gitbook.io/sandnet/gamemaker-logic/quests.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.
