# 1. Rejestracja pola

Diagram sekwencji rejestracji pola przedstawia proces rejestracji nowego obiektu Pole w GeoPard.

Pierwszy krok obejmuje utworzenie obiektu Gospodarstwo ([Żądanie 1 lub R1](/geopard-tutorials/pl/dokumentacja-api/przeglad-zapytan-api-geopard/13.-mutacja-utworz-farm.md)). Gospodarstwo jest obowiązkowym obiektem macierzystym dla Pola i jego utworzenie jest konieczne przed zarejestrowaniem Pola.

Po utworzeniu obiektu Gospodarstwo, drugi krok polega na zarejestrowaniu Pola ([Żądanie 2 lub R2](/geopard-tutorials/pl/dokumentacja-api/przeglad-zapytan-api-geopard/14.-mutacja-utworz-field-lub-edytuj-granice-istniejacego-pola-z-opcjonalnymi-etykietami.md)). Podczas tego kroku podawane są obowiązkowe parametry, takie jak UUID powiązany z Gospodarstwem oraz granica Pola. Etykiety, choć opcjonalne podczas rejestracji, mogą być również przypisane.

Następnie etykiety mogą być przypisane lub zaktualizowane po rejestracji Pola przy użyciu [Żądanie 3 lub R3](/geopard-tutorials/pl/dokumentacja-api/przeglad-zapytan-api-geopard/44.-mutacja-ustaw-etykiety-pola.md).

<figure><img src="/files/8a348e40fd191e75a03284f73a75da09e38a0f19" alt=""><figcaption><p>Diagram sekwencji: Rejestracja pola</p></figcaption></figure>


---

# 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://docs.geopard.tech/geopard-tutorials/pl/dokumentacja-api/diagramy-podstawowych-przeplywow/1.-rejestracja-pola.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.
