# Run Graphs in Dynamo Player

When you open a graph, nodes marked as Is Input show up in Player, and you can interact with them.

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

For some inputs, you will be taken to a selection mode where you can select elements in the scene. Click **Confirm selection** to accept the selection and go back to view the graph inputs.

<figure><img src="/files/4K3aPugvfpeaCbO411be" alt=""><figcaption></figcaption></figure>

Click **Run** in Player to run your graph. Once it's done, Watch and Watch 3D nodes marked as Is Output will be displayed as follows:

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

Graphs that generate geometry give you the option to preview and add the geometry to your site. Click the eye icon to turn preview on and off, then click **Add** to add the geometry to your site.

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


---

# 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://primer2.dynamobim.org/dynamo-in-forma-beta/run-graphs-in-dynamo-player.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.
