> 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/it/tour-del-prodotto-web-app/assistente-ia-geopard/faq-dellassistente-ia-per-lagricoltura-di-precisione.md).

# FAQ dell'Assistente IA per l'agricoltura di precisione

### I dati della mia azienda agricola vengono usati per addestrare modelli di IA?

No. L’assistente legge i dati del tuo account GeoPard per rispondere alle domande e creare prescrizioni. I tuoi dati non vengono condivisi con altri account. Non vengono mai usati per addestrare alcun modello di IA. Sei tu a controllare l’accesso e puoi interrompere la condivisione in ნებისმico momento.

### A quali dati può accedere l’assistente?

Può accedere ai dati già presenti nel tuo account GeoPard: confini dei campi, analisi del suolo, dati di raccolta puliti, storico satellitare, topografia e registrazioni as-applied. Può inoltre accedere ai documenti presenti nella tua knowledge base. Vede solo ciò che le autorizzazioni del tuo account consentono.

### Cosa succede se un campo ha pochi dati?

Puoi iniziare con i confini e lo storico satellitare. Le analisi del suolo, le rese e i dati as-applied rendono le raccomandazioni più precise. Chiedi: "Quali dati hai per questo campo e cosa manca?"

### Quali macchine sono supportate?

Le prescrizioni vengono esportate in John Deere Operations Center come Work Plan pronti all’uso. CNH FieldOps e AGCO PTx FarmEngage - in arrivo presto.

### Posso usare GeoPard con i miei strumenti di IA?

Sì. Tramite MCP, GeoPard si connette a ChatGPT, Claude e ai tuoi agenti. Vedi [Collega GeoPard MCP](/geopard-tutorials/it/tour-del-prodotto-web-app/geopard-mcp/connetti-geopard-mcp.md).

### Quali lingue supporta l’assistente?

L’assistente è localizzato per gli utenti non anglofoni. Supporta oltre 30 lingue.

### L’assistente è disponibile nell’app mobile?

La funzionalità è in arrivo presto

### Ci sono limiti di utilizzo?

Non ancora, il listino prezzi dovrebbe essere pubblicato presto

### Come posso ottenere l’accesso?

L’assistente è in beta e la disponibilità dipende dalla configurazione dell’account. Inizia da [https://app.geopard.tech](https://app.geopard.tech/) oppure prenota una demo su [geopard.tech/demo-form](https://geopard.tech/demo-form).

### Correlati

* [Panoramica dell’assistente IA di GeoPard](/geopard-tutorials/it/tour-del-prodotto-web-app/assistente-ia-geopard.md)
* [Knowledge base agronomica](/geopard-tutorials/it/tour-del-prodotto-web-app/assistente-ia-geopard/base-di-conoscenza-agronomica.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/it/tour-del-prodotto-web-app/assistente-ia-geopard/faq-dellassistente-ia-per-lagricoltura-di-precisione.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.
