> 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/integrazione-con-john-deere-operations-center/opzioni-di-condivisione-dei-dati/3.-condivisione-organizzazione-partner.md).

# 3. Condivisione "Organizzazione partner"

1. Per condividere i dati dell’organizzazione con l’organizzazione partner, il proprietario dell’organizzazione dovrebbe andare alla pagina "Setup" >> "Team" (oppure <https://team.deere.com/>), selezionare l’organizzazione (esempio VY Org 02) e fare clic sul pulsante "Partner Organization".<br>

   <figure><img src="/files/36c3db96a3258e643cc637db07197a20d15b6ce6" alt=""><figcaption></figcaption></figure>
2. Selezionare l’opzione "Grant Access" e inserire l’email dell’organizzazione partner, quindi fare clic sul pulsante "Next".<br>

   <figure><img src="/files/9fa83b3ccc59980480170b8a3a02d617488250f5" alt=""><figcaption></figcaption></figure>
3. Compilare <mark style="background-color:green;">il livello di accesso "Organization Management" a 1</mark> con la<mark style="background-color:green;">casella di controllo "Share Organization Data with Connected Software Companies"</mark> e <mark style="background-color:green;">il livello di accesso "Locations" a 3</mark> e fare clic sul pulsante "Next".<br>

   <figure><img src="/files/6ce017402e8315f5c309e05a9189cd8ecb0e2e20" alt=""><figcaption></figcaption></figure>
4. Fare clic sul pulsante "Done".<br>

   <figure><img src="/files/597939d50e1ea518a3b6c9bcf643c9c6031f65db" alt=""><figcaption></figcaption></figure>
5. La tabella mostra l’esito di approvazione/rifiuto/in sospeso della richiesta.\ <br>

   <figure><img src="/files/120671d61227caf1c7aed7058b9abeb619714e9a" alt=""><figcaption></figcaption></figure>
6. Dopodiché, l’account partner riceve una notifica via email in merito e il popup di conferma per il primo accesso a John Deere Ops Center. Il partner dovrebbe fare clic sul pulsante "Continue To Team".<br>

   <figure><img src="/files/a0b7788c33bd72859b932dfe7d837f245f859511" alt=""><figcaption></figcaption></figure>
7. Il partner dovrebbe selezionare l’organizzazione partner da condividere e fare clic sul pulsante "Review permissions".<br>

   <figure><img src="/files/1cd3a09999bbb1235e75b86a8981c577eec47e9d" alt=""><figcaption></figcaption></figure>
8. Rivedere e fare clic sul pulsante "Next".<br>

   <figure><img src="/files/6a5201596c3ff385b35ac810a3ef331e9166aae0" alt=""><figcaption></figcaption></figure>
9. Selezionare il proprio nome profilo e fare clic sul pulsante "Done".<br>

   <figure><img src="/files/91bb24b8a6ec2dbb3129a720639f39d47d056217" alt=""><figcaption></figcaption></figure>
10. Dopo l’approvazione, il partner dovrebbe vedere una nuova organizzazione (ad esempio VY Org 02) sotto l’organizzazione condivisa (ad esempio Winter Patrick Test 4).<br>

    <figure><img src="/files/2c139aa1a42c2b756db9bbcd87a9b34a3ab78fce" alt=""><figcaption></figcaption></figure>
11. L’app GeoPard dovrebbe mostrare la nuova organizzazione, quindi il partner dovrebbe fare clic sul collegamento "Connect" (ad esempio VY Org 02).<br>

    <figure><img src="/files/2c7bed2e38d5e5f16b1ce278a3543012ff26654c" alt=""><figcaption></figcaption></figure>
12. Il partner dovrebbe selezionare la nuova organizzazione nell’elenco (ad esempio VY Org 02).<br>

    <figure><img src="/files/cc845746abf5c150ed043c69c30b1235a1330ae1" alt=""><figcaption></figcaption></figure>
13. Selezionare la nuova organizzazione e fare clic sul pulsante "Save".<br>

    <figure><img src="/files/de3dac5987049edb40938843a30478fdce74f90e" alt=""><figcaption></figcaption></figure>
14. Dopodiché, l’app GeoPard è pronta a lavorare con la nuova organizzazione.<br>

    <figure><img src="/files/05811e7f04acbe43a48d790b4ed66fef93c0a577" alt=""><figcaption></figcaption></figure>


---

# 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/integrazione-con-john-deere-operations-center/opzioni-di-condivisione-dei-dati/3.-condivisione-organizzazione-partner.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.
