> 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/aiashisutantofaq.md).

# 精密農業AIアシスタントFAQ

### 私の農場データはAIモデルの学習に使われますか？

いいえ。アシスタントは、質問への回答や処方設計のために、GeoPardアカウントのデータを読み取ります。お客様のデータが他のアカウントと共有されることはありません。いかなるAIモデルの学習にも使用されません。アクセス権はお客様が管理でき、いつでも共有を停止できます。

### アシスタントはどのデータにアクセスできますか？

GeoPardアカウント内にすでにあるデータにアクセスできます。たとえば、圃場境界、土壌分析、クリーニング済み収穫データ、衛星履歴、地形、散布実績です。また、ナレッジベース内の文書にもアクセスできます。参照できるのは、アカウント権限で許可された内容のみです。

### 圃場のデータが少ない場合は？

境界と衛星履歴から始められます。土壌分析、収量、散布実績のデータがあると、提案の精度が高まります。"この圃場について、どのデータがあり、何が不足していますか？"と聞いてください。

### どの機械が対応していますか？

処方は、すぐに実行できる作業計画としてJohn Deere Operations Centerにエクスポートできます。CNH FieldOpsとAGCO PTx FarmEngageは近日対応予定です。

### GeoPardを自分のAIツールと一緒に使えますか？

はい。MCPを通じて、GeoPardはChatGPT、Claude、そして独自のエージェントと接続できます。詳細は [GeoPard MCPを接続](/geopard-tutorials/jpn/tsu-webapuri/geopard-mcp/geopard-mcpwosuru.md).

### アシスタントはどの言語に対応していますか？

アシスタントは英語以外のユーザー向けにローカライズされています。30以上の言語に対応しています。

### モバイルアプリでアシスタントは使えますか？

機能は近日公開予定です

### 利用制限はありますか？

まだありません。料金は近日公開予定です

### どうすれば利用できますか？

アシスタントはベータ版で、利用可否はアカウント設定によって異なります。開始は [https://app.geopard.tech](https://app.geopard.tech/) またはデモを予約するには [geopard.tech/demo-form](https://geopard.tech/demo-form).

### 関連

* [GeoPard AIアシスタントの概要](/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/aiashisutantofaq.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.
