# Запуск графов в Dynamo Player

При открытии графа в проигрывателе отображаются узлы, помеченные как Is Input, и с ними можно работать.

<figure><img src="/files/3ubhwRT6D5lslacnL9Jm" alt=""><figcaption></figcaption></figure>

Для некоторых входных данных выполняется переход в режим выбора, в котором можно выбрать элементы в сцене. Нажмите **Confirm selection**, чтобы принять выбор и вернуться к просмотру входных данных графа.

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

Нажмите кнопку **Run** в проигрывателе, чтобы выполнить граф. После этого узлы Watch и Watch 3D, помеченные как «Является выводом», будут отображаться следующим образом.

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

Графы, с помощью которых генерируется геометрия, позволяют предварительно просматривать и добавлять геометрию на сайт. Щелкните значок глаза, чтобы включить или отключить предварительный просмотр, затем нажмите **Add**, чтобы добавить геометрию на сайт.

<figure><img src="/files/7upastLrDOgSXz8rvOxe" 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/ru/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.
