# Playmaker

## Playmaker Setup

Since update 1.0.5 Databox officially supports PlayMaker.

1. To enable the Databox PlayMaker integration select `Tools -> Databox -> Enable PlayMaker integration`.

[![playmakersetup](https://github.com/doorfortyfour/DataboxDocumentation/raw/master/docs/img/playMakerSetup.png)](https://github.com/doorfortyfour/DataboxDocumentation/blob/master/docs/img/playMakerSetup.png)

2. After compilation is done, all Databox-PlayMaker actions are available in the PlayMaker action browser.

[![playmakeractions](https://github.com/doorfortyfour/DataboxDocumentation/raw/master/docs/img/playMakerActions.png)](https://github.com/doorfortyfour/DataboxDocumentation/blob/master/docs/img/playMakerActions.png)

### Custom Databox Object variable

It is possible to create a DataboxObject variable in PlayMaker which can then be used for the Databox PlayMaker actions.

[![playmakerobject](https://github.com/doorfortyfour/DataboxDocumentation/raw/master/docs/img/variable.png)](https://github.com/doorfortyfour/DataboxDocumentation/blob/master/docs/img/variable.png)


---

# 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://giantgrey.gitbook.io/databox-documentation/playmaker.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.
