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

# GeoPard AI Assistant

## Reasoning AI for precision agriculture

{% embed url="<https://www.youtube.com/watch?v=xzW4rK6_7M8>" %}
2-minute introduction to the GeoPard AI Assistant
{% endembed %}

GeoPard AI Assistant brings reasoning AI into your daily agronomy workflow. Ask questions in natural language. Explore your farms, fields, datasets, equation maps, and trials. Then turn verified insights into practical actions.

#### Quickstart

{% stepper %}
{% step %}
**Open the assistant**

Log in at [https://app.geopard.tech](https://app.geopard.tech/). Select **AI Assistant** in the top-left navigation, directly below the GeoPard logo. The panel is resizable and available across GeoPard.

<figure><img src="/files/fAlC8EQ7pkN4dhUnQ2LT" alt="Open Geopard AI Assistant Icon" width="87"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Pick your context**

Navigate to a farm or field. The assistant understands the page you are on and uses it as context.

<figure><img src="/files/kh12oYo9cnzSYO4cvZyA" alt="GeoPard AI - Intents - Prompt library - start"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Ask a question or use the Prompt library**

Type one sentence and follow the assistant's questions and recommendations.

You can also adapt a verified prompt for your field or crop.

<figure><img src="/files/jGHnHK6fakMGeQOwmAXg" alt="GeoPard-AI-assistant-ask-question"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Choose or adjust options

<div><figure><img src="/files/3SXzjnCjVxVv6nTvz3W2" alt="GeoPard-ai-select-logic-in-assistant"><figcaption></figcaption></figure> <figure><img src="/files/x7ljT51uMn7ISsSwUAjp" alt="GeoPard-ai-select-logic-in-assistant-2"><figcaption></figcaption></figure> <figure><img src="/files/EFYJtOrsozP3fuzLtzum" alt="GeoPard-ai-select-logic-in-assistant-adjust"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Review and validate results

Adjust or export the generated prescription when it is ready.

<figure><img src="/files/23b85QtWBREtBRUAXQBr" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
The AI Assistant is in beta. Availability depends on your account configuration.
{% endhint %}

### From question to field-ready action

The assistant works in a resizable side panel across GeoPard. It understands your current page and returns visual answers. These can include map previews, dataset widgets, and assets you can open directly.

Use it to:

* Ask agronomic questions with farm and field context.
* Search fields, datasets, maps, and trials faster.
* Create equation maps and soil sampling plans.
* Build prescriptions and export work plans to John Deere.

This reduces manual data lookup. It helps agronomists spend more time validating decisions. It also shortens the route from analysis to execution.

### Business value

* **Faster analysis**: find relevant data and field context without switching views.
* **More consistent recommendations**: apply shared product guidance and agronomy standards.
* **Stronger execution**: move from validated insights to machine-ready outputs with fewer manual steps.

### Explore the assistant

* [Agronomy knowledge base](/geopard-tutorials/product-tour-web-app/geopard-ai-assistant/agronomy-knowledge-base.md) — ground answers in approved documents.
* [Prompt library](/geopard-tutorials/product-tour-web-app/geopard-ai-assistant/prompt-library.md) — start with verified prompts.
* [Accuracy and evaluation](/geopard-tutorials/product-tour-web-app/geopard-ai-assistant/accuracy-and-evaluation.md) — understand validation and review requirements.
* [AI Assistant FAQ](/geopard-tutorials/product-tour-web-app/geopard-ai-assistant/precision-agriculture-ai-assistant-faq.md) — check access, data, exports, and availability.


---

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