# 基本フローの図

このページは、GeoPard API 利用者が実装する基本的な操作とプロセスを視覚的に案内するガイドです。ページには、重要なタスクのフローを簡潔に示す図が含まれています。各図は GeoPard の API がイベント駆動であることを捉えており、さまざまなエンティティがリアルタイムでどのように相互作用し、変化に応答するかを示すことで、API の仕組みを包括的に理解できるようにしています。

1. [圃場登録](/geopard-tutorials/jpn/apidokyumento/furno/1.-pu-chang-deng-lu.md)
2. [GraphQL サブスクリプション](/geopard-tutorials/jpn/apidokyumento/furno/2-graphqlsabusukuripushon.md)
3. [衛星画像の抽出](/geopard-tutorials/jpn/apidokyumento/furno/3-wo.md)
4. [土壌｜実施記録｜収量データセットのアップロード](/geopard-tutorials/jpn/apidokyumento/furno/4-dtasettowoappurdo.md) ISOXML のような専有機械データを含む
5. [式の実行](/geopard-tutorials/jpn/apidokyumento/furno/5-wo.md)
6. [ゾーンマップの生成](/geopard-tutorials/jpn/apidokyumento/furno/6-zonesmapwo.md)
7. [グリッド化データのダウンロード](/geopard-tutorials/jpn/apidokyumento/furno/7-guriddodtawodaunrdo.md)
8. [元データのダウンロード](/geopard-tutorials/jpn/apidokyumento/furno/8-dtawodaunrdo.md)
9. 衛星画像のレンダリング\*

{% hint style="info" %}
\* が付いた図（例： *衛星画像のレンダリング\**）については、GeoPard の機能は既に整備されており、説明はまもなく提供されます。
{% endhint %}


---

# 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.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.
