# Final Stat Is

<figure><img src="/files/fMiLY40PJKZWHUPrI6pZ" alt=""><figcaption></figcaption></figure>

This will look for the specified `Stat` in the `valueGameStat` field of the Blackboard Note. It will then compare the `FinalStat()` of that with the `value` specified, based on the `Value Comparison` method, to determine if the condition has been met.

{% hint style="success" %}
In the example above, the "*Use Game Id*" toggle is checked, meaning the Quest Condition will be looking for the value posted to the Blackboard by the "Owner" of the GameQuest which has this as a condition.
{% endhint %}

{% hint style="info" %}
Stats can automatically post their values to the Blackboard, including their final stat values. If that is turned on, you may find it easier to use a [`BlackboardValueNumber`](/magic-pig-games/game-modules-4/module-documentation/quests/quest-conditions/quest-condition-details/blackboard-value-number.md) Quest Condition instead.
{% 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/final-stat-is.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.
