> 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/in/product-tour-web-app/john-deere-operations-center/data-sharing-options/1.-staff-member.md).

# 1. "Staff Member" शेयरिंग

1. कर्मचारी सदस्य खाते के साथ संगठन का डेटा साझा करने के लिए, संगठन के मालिक को "Setup" >> "Team" पेज पर जाना चाहिए (या <https://team.deere.com/>), संगठन चुनना चाहिए (उदाहरण VY Org 01) और "Staff Member" बटन पर क्लिक करना चाहिए।<br>

   <figure><img src="/files/e5c1b32035d2cb7b54d5c18bfbebe994fce8988f" alt=""><figcaption></figcaption></figure>
2. कर्मचारी सदस्य खाते का ईमेल भरें और "Next" बटन पर क्लिक करें।<br>

   <figure><img src="/files/f352be415a78191d8174432e36496e8d824e592e" alt=""><figcaption></figcaption></figure>
3. को भरें <mark style="background-color:green;">"Organization Management"</mark> एक्सेस लेवल 1 पर, <mark style="background-color:green;">"Share Organization Data with Connected Software Companies" चेकबॉक्स के साथ</mark> और <mark style="background-color:green;">"Locations" एक्सेस लेवल 3 पर सेट करें</mark>.<br>

   <figure><img src="/files/6f78df05c28a1a24a90a52035685fa3ca7130072" alt=""><figcaption></figcaption></figure>
4. "Next" बटन पर क्लिक करें।<br>

   <figure><img src="/files/6baabfda5aa788b243d0a29421f1a945741b0a81" alt=""><figcaption></figcaption></figure>
5. "Finish" बटन पर क्लिक करें।<br>

   <figure><img src="/files/108f99d5e6f960e70e26630b3741525c2397ffc3" alt=""><figcaption></figcaption></figure>
6. तालिका अनुरोध का परिणाम approve/decline/pending दिखाती है।<br>

   <figure><img src="/files/ed8544443bc0129242f32729a9ece3458a4f5d71" alt=""><figcaption></figcaption></figure>
7. उसके बाद कर्मचारी सदस्य खाते पर इसके बारे में ईमेल सूचना मिलती है और John Deere Operations Center में पहली लॉगिन के लिए पुष्टि पॉप-अप आता है।\
   कर्मचारी सदस्य को "Accept" बटन पर क्लिक करना चाहिए।<br>

   <figure><img src="/files/5289a23d9ed495dd81ae212d86bca47aa6975400" alt=""><figcaption></figcaption></figure>
8. अनुमोदन के बाद, कर्मचारी सदस्य को नया संगठन दिखना चाहिए (उदाहरण के लिए VY Org 01)।<br>

   <figure><img src="/files/f850c2e28020aa4846501902799eb6293e12b970" alt=""><figcaption></figcaption></figure>
9. GeoPard ऐप को कर्मचारी सदस्य का नया संगठन दिखाना चाहिए, फिर कर्मचारी सदस्य को "Connect" लिंक पर क्लिक करना चाहिए (उदाहरण के लिए VY Org 01)।<br>

   <figure><img src="/files/e1e78a3147d1096724c1f20dd5b442ec393a231f" alt=""><figcaption></figcaption></figure>
10. कर्मचारी सदस्य को सूची में नया संगठन चुनना चाहिए (उदाहरण के लिए VY Org 01)।<br>

    <figure><img src="/files/803d88cd011a2a051e03f312d8190597b12932d8" alt=""><figcaption></figcaption></figure>
11. "Save" बटन पर क्लिक करें।<br>

    <figure><img src="/files/b55c598de9c4c50896ef5def184ff089e4214650" alt=""><figcaption></figcaption></figure>
12. उसके बाद, GeoPard ऐप नया संगठन के साथ काम करने के लिए तैयार हो जाएगा।<br>

    <figure><img src="/files/28f394a637b14bffb581da618edff4b3544949a0" 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/in/product-tour-web-app/john-deere-operations-center/data-sharing-options/1.-staff-member.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.
