> 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/1.-condivisione-membro-dello-staff.md).

# 1. Condivisione "Membro dello staff"

1. Per condividere i dati dell’organizzazione con l’account del membro dello staff, il proprietario dell’organizzazione deve andare alla pagina "Setup" >> "Team" (oppure <https://team.deere.com/>), selezionare l’organizzazione (esempio VY Org 01) e fare clic sul pulsante "Staff Member".<br>

   <figure><img src="/files/965cb6431b327df916cd117f514f34c8e8b6ace4" alt=""><figcaption></figcaption></figure>
2. Inserire l’email dell’account del membro dello staff e fare clic sul pulsante "Next".<br>

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

   <figure><img src="/files/b4946ba366b796b7b6bb18ed9c8aa02f0315d26c" alt=""><figcaption></figcaption></figure>
4. Fare clic sul pulsante "Next".<br>

   <figure><img src="/files/571628c94d39ef8a91492ec401aafa9c3e175135" alt=""><figcaption></figcaption></figure>
5. Fare clic sul pulsante "Finish".<br>

   <figure><img src="/files/1493b9d10dba487e8895324cc9b967006a1bc30c" alt=""><figcaption></figcaption></figure>
6. La tabella mostra l’esito di approvazione/rifiuto/in sospeso della richiesta.<br>

   <figure><img src="/files/0887b3e340dcccd3957f2f020bc1d1d4d546e3ec" alt=""><figcaption></figcaption></figure>
7. Dopodiché l’account del membro dello staff riceve una notifica via email al riguardo e il popup di conferma per il primo accesso a John Deere Operations Center.\
   Il membro dello staff deve fare clic sul pulsante "Accept".<br>

   <figure><img src="/files/99b93c0039354676faa472a145bd84b175c734da" alt=""><figcaption></figcaption></figure>
8. Dopo l’approvazione, il membro dello staff dovrebbe vedere una nuova organizzazione (ad esempio VY Org 01).<br>

   <figure><img src="/files/f3122abcb10e13d9d103ed4406deea24f46ac63c" alt=""><figcaption></figcaption></figure>
9. L’app GeoPard dovrebbe mostrare la nuova organizzazione del membro dello staff, quindi il membro dello staff deve fare clic sul link "Connect" (ad esempio VY Org 01).<br>

   <figure><img src="/files/c01f92fd48331cdf06db5b26b2cafe3bf460ca57" alt=""><figcaption></figcaption></figure>
10. Il membro dello staff deve selezionare la nuova organizzazione nell’elenco (ad esempio VY Org 01).<br>

    <figure><img src="/files/9b58a53c4f68fa92d3cd2d3df12ac33ecd773ae2" alt=""><figcaption></figcaption></figure>
11. Fare clic sul pulsante "Save".<br>

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

    <figure><img src="/files/f75b3e772a1ab3cdebf80f4287a301dc7f847176" 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/1.-condivisione-membro-dello-staff.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.
