# Working with Play Maker

### Installation

1.Import the Scene Flow from Asset Store and make sure no error.

2.Install the plugin from  **Menu>Tools>Digicrafts>SceneFlow>Install Play Maker Plugin**

![](/files/-LZ8v86129PGBayHsukH)

3.The plugin will install to **Digicrafts>SceneFlowPlaymaker** folder.

![](/files/-LZ8v863A-I733A5U48P)

###

### Using the plugin

1.In the scene where you want to user the action, add a **SceneActionManager** by create **menu > Digicrafts>Scene Action Manager.**

![](/files/-LZ8w4IS6b7H8cLdzMFl)

2.To use with playmaker. Use the action "**Run Scene Action With Name"** to excute the flow of the graph. The "**Run Scene Action With Name**" is inside the category "**Scene Flow**".

![](/files/-LZ8v864zFfnyRRvEsMV)

3.In the state where you want to execute the flow. Add the "**Run Scene Action With Name**" action.

![](/files/-LZ8v865Qj3EsW0HYjnC)

4.Select the action name from the drop down list. Save the scene and it will execute the flow when playmaker goto this state.

![](/files/-LZ8vjcFo2PysU7a3kCA)


---

# 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://docs.digicrafts.com.hk/sceneflow/tutorials/work-with-play-maker.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.
