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

# Aggiunta e condivisione di grafici in Dynamo Player

Dopo aver impostato Dynamo Player, è possibile aprire i file al suo interno. Se si utilizza la versione desktop, sarà anche necessario che Dynamo sia aperto.

<figure><img src="/files/JpWsocNnE4WnpH0HQtqp" alt=""><figcaption><p>Apertura di un grafico connesso in Dynamo Desktop</p></figcaption></figure>

Se si utilizza Dynamo Desktop, Player riconoscerà un grafico attualmente aperto in Dynamo e consentirà di aprirlo direttamente.

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

Entrambe le schede Service e Desktop, è presente un'area denominata **Upload graph** \[ 1 ] in cui è possibile trascinare e rilasciare i file .dyn per aggiungerli a Player. In alternativa, fare clic sull'area per aprire una finestra di dialogo per individuare e aggiungere file.

I grafici caricati compaiono in **Uploaded graphs** \[ 2 ]. È possibile aprire il grafico o fare clic sul menu delle opzioni (tre puntini) per rimuovere, scaricare o condividere il grafico.

I grafici possono essere condivisi in un sito o in un hub \[ 3 ]. Un hub include più siti. Per condividere un grafico, fare clic su **Share graph** e immettere i dettagli del grafico. È possibile scegliere se condividere il grafico nel sito o nell'hub. Quando si fa clic su **Share**, il grafico diventa disponibile per altri utenti con accesso a tale sito o hub.

<figure><img src="/files/J6ukmse5QuxFw3Qtsge7" alt=""><figcaption><p>Condivisione di un grafico</p></figcaption></figure>

Dynamo Player include diversi grafici predefiniti nella sezione **Graphs provided by Autodesk** \[ 4 ]. Questi sono un ottimo punto di partenza per l'esplorazione e la sperimentazione.


---

# 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/it/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.
