# Add and Share Graphs in Dynamo Player

Once you have set up Dynamo Player, you can open files in Player. If you're using the desktop version, you'll also need to have Dynamo open.

<figure><img src="/files/N7Vd6hHIPUCuunFBP970" alt=""><figcaption><p>Open a connected graph in Dynamo Desktop</p></figcaption></figure>

If you are using Dynamo Desktop, Player will recognize a graph that's currently open in Dynamo and give you the option to open it in Player.

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

On both the Service and Desktop tabs, you'll find an area labeled **Upload graph** \[ 1 ] where you can drag and drop .dyn files to add them to Player. Alternatively, click the area to open a dialog to browse and add files.

Graphs you upload appear under **Uploaded graphs** \[ 2 ]. You can open the graph or click the options menu (three dots) to remove, download, or share the graph.

Graphs can be shared to a site or a hub \[ 3 ]. A hub includes multiple sites. To share a graph, click **Share graph** and enter graph details. You can choose whether to share the graph to the site or hub. Once you click **Share**, the graph becomes available to other users with access to that site or hub.

<figure><img src="/files/L5PtPMBZlvpec1DX9U2v" alt=""><figcaption><p>Sharing a graph</p></figcaption></figure>

Dynamo Player comes with several pre-built graphs in the **Graphs provided by Autodesk** section \[ 4 ]. These are a great starting point for exploration and experimentation!


---

# 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/add-and-share-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.
