# 1. Field Registration

The Field Registration sequence diagram outlines the process of registering a new Field entity in GeoPard.

The first step involves creating a Farm entity ([Request 1 or R1](/geopard-tutorials/api-docs/geopard-api-requests-overview/13.-mutation-create-farm.md)). A Farm is an obligatory parent entity for the Field, and its creation is necessary before a Field can be registered.

Following the creation of the Farm entity, the second step entails registering the Field ([Request 2 or R2](/geopard-tutorials/api-docs/geopard-api-requests-overview/14.-mutation-create-a-field-or-edit-the-boundary-of-the-existing-field-with-optional-labels.md)). During this step, compulsory parameters such as the UUID linked to the Farm and the Field boundary are provided. Labels, while optional during the registration process, can be assigned as well.

Subsequently, labels can be assigned or updated after the Field registration using [Request 3 or R3](/geopard-tutorials/api-docs/geopard-api-requests-overview/44.-mutation-set-field-labels.md).

<figure><img src="/files/6j9XuaXIr85yVcDVMU0e" alt=""><figcaption><p>Sequence diagram: Field Registration</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/api-docs/diagrams-with-basic-flows/1.-field-registration.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.
