> 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/dokumentacja-api/diagramy-z-podstawowymi-przeplywami/1.-rejestracja-pola.md).

# 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-zadan-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-zadan-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-zadan-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
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/dokumentacja-api/diagramy-z-podstawowymi-przeplywami/1.-rejestracja-pola.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.
