> For the complete documentation index, see [llms.txt](https://docs.geopard.tech/geopard-tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geopard.tech/geopard-tutorials/pl/prezentacja-produktu-aplikacja-webowa/integracja-z-john-deere-operations-center/11.-synchronizuj-pole-z-john-deere-operations-center.md).

# 11. Synchronizuj pole z John Deere Operations Center

GeoPard umożliwia ręczną synchronizację pojedynczego pola z John Deere Operations Center na żądanie.

Użyj tego zaraz po dodaniu pola. Użyj go ponownie po zmianie granicy lub zaktualizowaniu hierarchii klienta i gospodarstwa.

GeoPard automatycznie decyduje, czy utworzyć pole w John Deere Operations Center, czy ponownie zsynchronizować istniejące. Nie musisz najpierw sprawdzać jego bieżącego stanu.

{% hint style="info" %}
Ta **Synchronizuj pole z John Deere Operations Center** czynność jest widoczna tylko wtedy, gdy Twoje konto GeoPard jest połączone z John Deere. Jeśli jej nie widzisz, wykonaj [Połącz z John Deere Operations Center](https://docs.geopard.tech/geopard-tutorials/product-tour-web-app/john-deere-operations-center-integration/2.-connect-to-john-deere-operations-center).
{% endhint %}

### Zanim zaczniesz

Synchronizacja zależy od dwóch kroków konfiguracji. Jeśli któregoś zabraknie, synchronizacja się nie powiedzie.

#### 1. Przypisz etykiety GeoPard do hierarchii John Deere

GeoPard organizuje pola za pomocą etykiet. John Deere używa **Organizacja → Klient → Gospodarstwo** hierarchii.

Na stronie integracji John Deere dopasuj swoje etykiety GeoPard do tych poziomów John Deere:

* `organizacja` → Organizacja
* `klient` → Klient
* `gospodarstwo` → Gospodarstwo

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

Jeśli odpowiednia etykieta jeszcze nie istnieje, najpierw ją utwórz. Zobacz [Dodaj etykietę](https://docs.geopard.tech/geopard-tutorials/product-tour-web-app/farm-and-field-setup/add-a-label).

#### 2. Dodaj pasujące etykiety do pola

Otwórz pole i sprawdź **Szczegóły pola** → **Etykiety**.

Pole musi zawierać wartości zgodne z Twoim mapowaniem. Na przykład:

* `organizacja: AgriCore Solutions`
* `klient: GreenField`
* `gospodarstwo: Green Valley Farm`

Te wartości umieszczają pole we właściwej **Organizacja → Klient → Gospodarstwo** ścieżce w John Deere Operations Center.

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

### Zsynchronizuj pole

1. Otwórz pole, które chcesz wysłać do John Deere Operations Center.
2. Kliknij **Eksport** → **Synchronizuj pole z John Deere Operations Center**.
3. Poczekaj na powiadomienie o wyniku.

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

### Co się dzieje po kliknięciu

GeoPard sprawdza, czy pole jest już połączone z John Deere Operations Center.

* Jeśli pole nie istnieje jeszcze w John Deere Operations Center, GeoPard tworzy je automatycznie na podstawie etykiet gospodarstwa i klienta przypisanych do pola.
* Jeśli pole już istnieje w John Deere Operations Center, GeoPard automatycznie aktualizuje jego granicę, gospodarstwo i informacje o kliencie podczas synchronizacji.

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

### Wyniki, które zobaczysz

Po wykonaniu akcji GeoPard wyświetli jedno z tych powiadomień:

* **Pole utworzone w John Deere Operations Center** — pole nie miało połączenia z John Deere i zostało pomyślnie utworzone.
* **Pole ponownie zsynchronizowane z John Deere Operations Center** — pole było już połączone, a jego granica i hierarchia zostały zaktualizowane.
* **Synchronizacja nie powiodła się** — pola nie udało się zsynchronizować.

### Rozwiązywanie problemów

Jeśli synchronizacja się nie powiedzie, najpierw sprawdź te elementy:

* Twoje konto GeoPard jest połączone z John Deere. Zobacz [2. Połącz z John Deere Operations Center](https://docs.geopard.tech/geopard-tutorials/product-tour-web-app/john-deere-operations-center-integration/2.-connect-to-john-deere-operations-center).
* Twoja organizacja John Deere jest włączona w GeoPard. Zobacz [3. Połącz z organizacjami John Deere](https://docs.geopard.tech/geopard-tutorials/product-tour-web-app/john-deere-operations-center-integration/3.-connect-to-john-deere-organizations).
* Pole ma wszystkie przypisane etykiety z poprawnymi wartościami.
* Mapowanie etykiet odpowiada zamierzonej **Organizacja → Klient → Gospodarstwo** ścieżce.

Najczęstszą przyczyną niepowodzenia są brakujące lub niezgodne etykiety pola.


---

# 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://docs.geopard.tech/geopard-tutorials/pl/prezentacja-produktu-aplikacja-webowa/integracja-z-john-deere-operations-center/11.-synchronizuj-pole-z-john-deere-operations-center.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.
