> 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/jpn/tsu-webapuri/znmapputo/znmappuwo.md).

# ゾーンマップを編集: 結合 & 分割

「ゾーンの結合」と「分割」機能を使うと、ポリゴンや管理ゾーン（またはその他のデータレイヤー）を結合・分割でき、ポリゴンまたは完全なゾーンを別のクラスに割り当てられます。播種、施肥、散布などの精密作業向けにゾーンマップを調整するのに役立ちます。

1. 対象の圃場を開き、［ゾーンマップ］セクションに移動して、地図を選択し、アクションメニューを開いて、［ゾーンマップページへ移動］をクリックします:

<figure><img src="/files/9bb7ba67dd72997032db5c714da669d43daf600d" alt=""><figcaption></figcaption></figure>

2. 「ゾーンを編集」をクリックし、次に「ゾーンを結合」を選択します

<figure><img src="/files/67c36a51356526e935bc818bcfaf354feb6c4c4c" alt=""><figcaption></figcaption></figure>

3. ゾーンの結合フローには2つの手順があります:

a. ポリゴンを結合するゾーン（色）を選択します。

b. 地図上で1つまたは複数のポリゴンを選択します

「ゾーン全体を追加」チェックボックスをオンにすると、ゾーン全体を選択したゾーンへ完全に結合できます。

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

4. 「完了」をクリックします


---

# 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/jpn/tsu-webapuri/znmapputo/znmappuwo.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.
