> 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/geopard-aiashisutanto/puronputoraiburari.md).

# プロンプトライブラリ

任意のプロンプトをコピーし、圃場や作物を調整して、質問してください。アシスタントは、圃場境界、土壌分析、クレンジング済み収量、衛星履歴、地形、実施散布記録など、アカウントのデータを使用します。

### 実績あるワークフローから始める

プロンプトライブラリを使って、最も人気のある農学ワークフローを数回のクリックで選択します。計画、モニタリング、評価、レポート、エクスポート用の検証済みプロンプトを選びます。 затем、それを自分の圃場、作物、季節に合わせて調整します。

<figure><img src="/files/c818c35b8f23a98d1e538b3087e8ecd601b6b0bc" alt="GeoPard Ai Assistant - Agronomic intents and Prompt library"><figcaption><p>GeoPard Ai Assistant - 農学的意図とプロンプトライブラリ</p></figcaption></figure>

### 計画と施肥設計

* この圃場の肥料ゾーンを作成してください。
* 200 bu/ac のトウモロコシを収量目標に、この圃場の P2O5 と K2O の施肥設計を作成してください。
* 最も酸性の強い圃場の pH を補正するための石灰施用設計を作成してください。
* 長期的な生産性に基づいて、この圃場の可変播種マップを作成してください。
* この農場で、3 ha あたり 1 サンプルの土壌サンプリング計画を立ててください。
* この秋、どの圃場から先にサンプル採取すべきですか？

### 運用とモニタリング

* この圃場は過去30日間、衛星上でどのように推移しましたか？
* 今シーズン、私の最も良い2圃場と最も悪い2圃場の NDVI を比較してください。
* 今すぐストレスが見られる圃場はどれで、どこを現地確認すべきですか？
* この農場の今シーズンの作業記録を要約してください。

### 検証と評価

* この圃場の実施散布量と施肥設計を比較してください。機械はどこで逸脱しましたか？
* この圃場で、窒素レベル3段階の施用量試験を設定してください。
* 私の播種試験の結果を表示してください。高い播種密度は効果がありましたか？
* この圃場のどの部分を追播・再播種する必要がありますか？

### 収穫後と経済性

* 実際の投入コストを使って、この圃場の利益マップを作成してください。
* 先シーズン、どのゾーンが赤字でしたか？
* 灌漑圃場と天水圃場の収量を比較してください。
* 今年のトウモロコシにおける私の養分利用効率はどれくらいでしたか？
* この圃場で、可変施用は均一施用と比べてどれだけコストを削減しましたか？

### データとエクスポート

* John Deere Operations Center から最新の収穫データをインポートしてください。
* この施肥設計を John Deere に Work Plan としてエクスポートしてください。
* この圃場のレポートを地主向けに作成してください。
* この圃場についてどのようなデータがあり、肥沃度設計に何が不足していますか？

### 知識ベース

* 当社の肥沃度プロトコルによると、この土壌タイプの臨界Kレベルはいくつですか？
* この施用量と作物ステージに対して、当社の製品カタログは何を推奨していますか？
* 冬小麦の条間についての試験結果を要約してください。

{% hint style="info" %}
アシスタントは値を提案し、その根拠を示します。すべての計画はあなたが確認して承認します。
{% endhint %}

### 関連

* [GeoPard AI Assistant の概要](/geopard-tutorials/jpn/tsu-webapuri/geopard-aiashisutanto.md)
* [農学知識ベース](/geopard-tutorials/jpn/tsu-webapuri/geopard-aiashisutanto/bsu.md)


---

# 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/geopard-aiashisutanto/puronputoraiburari.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.
