> For the complete documentation index, see [llms.txt](https://giantgrey.gitbook.io/flowreactor/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://giantgrey.gitbook.io/flowreactor/flowreactorcomponent.md).

# FlowReactorComponent

{% hint style="info" %}
The FlowReactorComponent runs your graph in the scene. Usually you can simply drag and drop a graph on to any game object and it will create the FlowReactorComponent automatically with the assigned graph.
{% endhint %}

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

### Settings

**Open (Open Instance)**

Opens the assigned graph. At runtime, you can also open the actual running graph which is an instance of the original graph. (Open Instance)

**Disable**

Disable this graph

**Draw node gizmos**

When enabled, node gizmos will be drawn. Use the OnNodeDrawGizmos method to draw gizmos in the scene for custom nodes.

### Node controlled objects

This is where you can assign components which implements the INodeControllable interface.\
For more information about node controlled objects, have a look here:

{% content-ref url="/pages/vIpYuCnqwTi75S9783x1" %}
[Node Modules](/flowreactor/in-depth/node-modules.md)
{% endcontent-ref %}

### Exposed Variables

Shows all exposed local blackboard variables which can be overriden.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://giantgrey.gitbook.io/flowreactor/flowreactorcomponent.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
