> 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/ja/dynamo-in-forma-beta/add-and-share-graphs-in-dynamo-player.md).

# Dynamo Player でグラフを追加、共有する

Dynamo Player をセットアップすると、Player でファイルを開くことができます。デスクトップ バージョンを使用している場合は、Dynamo も開く必要があります。

<figure><img src="/files/UPspdA46eX90ssQUusF3" alt=""><figcaption><p>接続されたグラフを Dynamo Desktop で開く</p></figcaption></figure>

Dynamo Desktop を使用している場合、Dynamo で現在開いているグラフが Player で認識され、Player で開くための選択肢が表示されます。

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

\[Service]タブと\[Desktop]タブのどちらにも\[**Upload graph**]\[ 1 ]というラベルの付いた領域があり、ここに .dyn ファイルをドラッグ アンド ドロップして　Player に追加できます。または、領域をクリックしてダイアログ ボックスを開き、ファイルを参照して追加します。

アップロードされたグラフは、\[**Uploaded graphs**]\[ 2 ]の下に表示されます。ここからグラフを開いたり、3 つのドットのオプション メニューをクリックしてグラフを削除、ダウンロード、共有することができます。

グラフは、サイトやハブ\[ 3 ]で共有できます。ハブには複数のサイトが含まれています。グラフを共有するには、**\[Share graph]** をクリックし、グラフの詳細を入力します。グラフをサイトとハブのどちらで共有するかを選択できます。**\[Share]** をクリックすると、そのサイトまたはハブへのアクセス権を持つユーザーがそのグラフを使用できるようになります。

<figure><img src="/files/ZNNBPJ9bIkpNCdAEIedK" alt=""><figcaption><p>グラフを共有する</p></figcaption></figure>

Dynamo Player には、\[**Graphs provided by Autodesk**]セクション\[ 4 ]に表示されているグラフがあらかじめ用意されています。これらのグラフは、検討と実験の出発点として最適です。


---

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