# Blackboard Value Bool

<figure><img src="/files/aoWSPbaqeJqU72XA8y2y" alt=""><figcaption><p>The King is Dead!</p></figcaption></figure>

As shown above, this condition will be met if the bool value of the Blackboard note is true.

Set the "Condition met if" value to `false` if you'd like the condition to be met when the value from the note is false.

{% hint style="info" %}
If the Blackboard Note can not be found, the condition will not be met. The note must be found for the condition to be met.

This means that you do not have to worry about sending the note until the thing happens which would set the value, such as the king dying in the example above.
{% 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/blackboard-value-bool.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.
