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

# Dodawanie i udostępnianie wykresów w programie Dynamo Player

Po skonfigurowaniu programu Dynamo Player można otwierać w nim pliki. Jeśli używasz wersji komputerowej, musisz również mieć otwarty dodatek Dynamo.

<figure><img src="/files/kWxvzMX1xvi0Zd6dmyPr" alt=""><figcaption><p>Otwieranie połączonego wykresu w dodatku Dynamo na komputerze</p></figcaption></figure>

Jeśli korzystasz z dodatku Dynamo na komputerze, program Player rozpozna wykres, który jest aktualnie otwarty w dodatku Dynamo, i udostępni opcję otwarcia go w programie Player.

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

Na kartach Usługa i Pulpit znajduje się obszar oznaczony etykietą **Upload graph** \[ 1 ], w którym można przeciągać i upuszczać pliki .dyn, aby dodać je do programu Player. Można również kliknąć ten obszar, aby otworzyć okno dialogowe umożliwiające przeglądanie i dodawanie plików.

Przekazane wykresy są wyświetlane w obszarze **Uploaded graphs** \[ 2 ]. Możesz otworzyć wykres lub kliknąć menu opcji (trzy kropki), aby usunąć, pobrać lub udostępnić wykres.

Wykresy można udostępniać w witrynie lub centrum \[ 3 ]. Centrum obejmuje wiele witryn. Aby udostępnić wykres, kliknij przycisk **Share graph** i wprowadź szczegóły wykresu. Możesz wybrać, czy chcesz udostępnić wykres w witrynie, czy w centrum. Po kliknięciu przycisku **Share** wykres stanie się dostępny dla innych użytkowników mających dostęp do tej witryny lub centrum.

<figure><img src="/files/AsPSisyY1FRFTLxe5eXp" alt=""><figcaption><p>Udostępnianie wykresu</p></figcaption></figure>

Program Dynamo Player jest dostarczany z kilkoma wstępnie utworzonymi wykresami w sekcji **Graphs provided by Autodesk** \[ 4 ]. To świetny punkt wyjścia do eksploracji i eksperymentowania.


---

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