> For the complete documentation index, see [llms.txt](https://usermanual.ergonode.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://usermanual.ergonode.com/ergonode-user-manual-pl/produkty/katalog/kopiowanie-danych-z-jednego-produktu-do-drugiego.md).

# Kopiowanie danych z jednego produktu do drugiego

{% hint style="info" %}
Możesz skopiować dane do produktu, który już zawiera dane, lub do całkowicie nowego. Jeśli skopiujesz dane do produktu, który już posiada jakieś dane, zostaną one nadpisane.
{% endhint %}

{% hint style="info" %}
Dane, które zostaną skopiowane, obejmują szablon produktu, wartości atrybutów oraz przypisanie do kategorii.&#x20;
{% endhint %}

Aby skopiować dane z jednego produktu do drugiego, przejdź do [Produkty ](/ergonode-user-manual-pl/produkty/katalog.md)w menu bocznym i kliknij ***edytuj (ołówek)** ikonę* przy produkcie, do którego chcesz skopiować dane.

<figure><img src="/files/1ad94d36fbf90321a9f0b7d5bd4ebfc6e4e918f4" alt=""><figcaption></figcaption></figure>

W lewym górnym rogu znajduje się ***menu z trzema kropkami*** (kebab), kliknij je i wybierz ***Kopiuj inny produkt***.

<figure><img src="/files/870cacf98ddc709e32d0208ed721f128a4b16b85" alt=""><figcaption></figcaption></figure>

Aby znaleźć poszukiwany produkt, możesz użyć tych samych technik dostępnych na [siatce Produktów](/ergonode-user-manual-pl/produkty/katalog/widoki-systemowe/widok-tabeli-widok-siatki.md), oraz [Zaawansowanych filtrach](/ergonode-user-manual-pl/produkty/katalog/filtry-zaawansowane.md). Możesz także dodać nową kolumnę do siatki, jak pokazano w [Widoku osobistym](/ergonode-user-manual-pl/produkty/katalog/widoki-systemowe/widoki-niestandardowe.md) sekcji.

Wybierz produkt, z którego chcesz skopiować dane, i kliknij ***Kopiuj produkt***.

<figure><img src="/files/cd4fb1a40469d7389b9a5344ab3f77556dca74e8" alt=""><figcaption><p>Kolumny w tym oknie są takie same jak kolumny, które masz w katalogu Produktów.</p></figcaption></figure>

Niektóre atrybuty będą wyróżnione na zielono, co oznacza, że zawierają dane skopiowane z innego produktu.

<figure><img src="/files/73118fad1b58c382607ec33b363ff78c1f9ab932" alt=""><figcaption></figcaption></figure>

Nie zapomnij kliknąć ***Zapisz zmiany***.

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


---

# 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://usermanual.ergonode.com/ergonode-user-manual-pl/produkty/katalog/kopiowanie-danych-z-jednego-produktu-do-drugiego.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.
