> 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/product-tour-web-app/geopard-ai-assistant/precision-agriculture-ai-assistant-faq.md).

# Precision Agriculture AI Assistant FAQ

### Is my farm data used to train AI models?

No. The assistant reads your GeoPard account data to answer questions and build prescriptions. Your data is not shared with other accounts. It is never used to train any AI model. You control access and can stop sharing at any time.

### What data can the assistant access?

It can access data already in your GeoPard account: field boundaries, soil tests, cleaned harvest data, satellite history, topography, and as-applied records. It can also access documents in your knowledge base. It only sees what your account permissions allow.

### What if a field has little data?

You can start with boundaries and satellite history. Soil tests, yield, and as-applied data sharpen recommendations. Ask: "What data do you have for this field and what is missing?"

### Which machines are supported?

Prescriptions export to John Deere Operations Center as ready-to-run Work Plans. CNH FieldOps and AGCO PTx FarmEngage - coming soon.

### Can I use GeoPard with my own AI tools?

Yes. Through MCP, GeoPard connects to ChatGPT, Claude, and your own agents. See [Connect GeoPard MCP](/geopard-tutorials/product-tour-web-app/geopard-mcp/connect-geopard-mcp.md).

### Which languages does the assistant support?

The assistant is localized for non-English users. It supports > 30 languages.

### Is the assistant available in the mobile app?

Feature is coming soon

### Are there usage limits?

Not yet, pricing planned to be released soon

### How do I get access?

The assistant is in beta and availability depends on account configuration. Start at [https://app.geopard.tech](https://app.geopard.tech/) or book a demo at [geopard.tech/demo-form](https://geopard.tech/demo-form).

### Related

* [GeoPard AI Assistant overview](/geopard-tutorials/product-tour-web-app/geopard-ai-assistant.md)
* [Agronomy knowledge base](/geopard-tutorials/product-tour-web-app/geopard-ai-assistant/agronomy-knowledge-base.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/product-tour-web-app/geopard-ai-assistant/precision-agriculture-ai-assistant-faq.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.
