> For the complete documentation index, see [llms.txt](https://primer2.dynamobim.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://primer2.dynamobim.org/pt-br/dynamo-in-forma-beta/run-graphs-in-dynamo-player.md).

# Executar gráficos no Dynamo Player

Quando você abre um gráfico, os nós marcados como Is Input (É entrada) aparecem no Player e você pode interagir com eles.

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

Para algumas entradas, você será levado para um modo de seleção no qual é possível selecionar elementos na cena. Clique em **Confirm selection** (Confirmar seleção) para aceitar a seleção e voltar para visualizar as entradas do gráfico.

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

Clique em **Run** (Executar) no Player para executar o gráfico. Depois de concluído, os nós Watch e Watch  3D marcados como Is Output (É saída) serão exibidos da seguinte maneira:

<figure><img src="/files/810stGtbZKm55hwtmyRL" alt=""><figcaption></figcaption></figure>

Os gráficos que geram geometria oferecem a opção de visualizar e adicionar a geometria ao site. Clique no ícone de olho para ativar ou desativar a visualização e, em seguida, clique em **Add** (Adicionar) para adicionar a geometria ao site.

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


---

# 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:

```
GET https://primer2.dynamobim.org/pt-br/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.
