> For the complete documentation index, see [llms.txt](https://renownedgames.gitbook.io/ai-tree/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://renownedgames.gitbook.io/ai-tree/integrations/playmaker/get-blackboard-key.md).

# Get Blackboard Key

Action description and basic instructions

Find key from blackboard by name and store it in PlayMaker variable.

To add this state open **Action Browser** and double click on

* <mark style="color:purple;">**AI Tree/Get Blackboard Key**</mark>

This action has a number of fields, that are highlighted in picture below.

<figure><img src="https://2203000093-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGOxTM7Aj9oiVaIINrEkE%2Fuploads%2FGn5jvTpYZIYZC96688cW%2FGetBlackboardKey.png?alt=media&amp;token=00c7ced5-a1bd-434c-9143-eb2412e808da" alt=""><figcaption><p>Get Blackboard Key action</p></figcaption></figure>

### Fields

<table><thead><tr><th width="257">Name</th><th>Description</th></tr></thead><tbody><tr><td>Target</td><td>Object variable of Behaviour Runner target.</td></tr><tr><td>Key Name</td><td>Name of key in blackboard.</td></tr><tr><td>Type</td><td>Type of key and variable to find and store it.</td></tr><tr><td>Store</td><td>PlayMaker variable to store blackboard key.</td></tr></tbody></table>

{% hint style="info" %}
Target can be a direct link to a Behaviour Runner component, or a game object with a Behaviour Runner component.
{% endhint %}
