# 1. 圃場登録

Field登録シーケンス図は、GeoPardで新しいFieldエンティティを登録するプロセスの概要を示します。

最初のステップはFarmエンティティの作成を含みます（[リクエスト1 または R1](/geopard-tutorials/jpn/apidokyumento/geopard-apirikuesuto/13-mutation-farmwo.md)）。FarmはFieldの必須の親エンティティであり、Fieldを登録する前に作成する必要があります。

Farmエンティティの作成に続く第2のステップはFieldの登録を伴います（[リクエスト2 または R2](/geopard-tutorials/jpn/apidokyumento/geopard-apirikuesuto/14-mutation-fieldwomatahanowonoraberuki.md)）。このステップでは、Farmに紐づくUUIDやField境界などの必須パラメータが提供されます。ラベルは登録時に任意ですが、割り当てることも可能です。

その後、Field登録後にラベルを割り当てたり更新したりすることができます。 [リクエスト3 または R3](/geopard-tutorials/jpn/apidokyumento/geopard-apirikuesuto/44-mutation-field-labelswo.md).

<figure><img src="/files/f29ebe05102ef3d0ca4e261e58bc362628435fce" alt=""><figcaption><p>シーケンス図：Field登録</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/jpn/apidokyumento/furno/1.-pu-chang-deng-lu.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.
