# Quest Condition Details

Game Modules ships with many Quest Condition comparisons ready for you to use. More will likely be added in future updates.

{% hint style="info" %}
Many things can be checked using the included Quest Conditions. For example, any quest that requires a comparison to a number -- ANY number -- can use [**Blackboard Value Number**](/magic-pig-games/game-modules-4/module-documentation/quests/quest-conditions/quest-condition-details/blackboard-value-number.md).

You will need to ensure the number you care about is being posted to the [**MainBlackboard**](/magic-pig-games/game-modules-4/module-documentation/blackboard.md), but once that is the case, quests which utilize that Quest Condition will find it.
{% endhint %}

{% hint style="info" %}
Most Quest Conditions utilize the [**Blackboard Notes**](/magic-pig-games/game-modules-4/module-documentation/blackboard/blackboard-note.md). Be sure to check that page to familiarize yourself with what kind of data can be passed using a `BlackboardNote` object.
{% endhint %}


---

# 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://infinitypbr.gitbook.io/magic-pig-games/game-modules-4/module-documentation/quests/quest-conditions/quest-condition-details.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.
