> 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/pt-br/tour-do-produto-aplicativo-web/integracao-com-o-john-deere-operations-center/opcoes-de-compartilhamento-de-dados/3.-compartilhamento-de-organizacao-parceira.md).

# 3. Compartilhamento de "Organização parceira"

1. Para compartilhar dados da organização com a organização parceira, o proprietário da organização deve ir para a página "Configuração" >> "Equipe" (ou <https://team.deere.com/>), selecionar a organização (exemplo VY Org 02) e clicar no botão "Organização Parceira".<br>

   <figure><img src="/files/3f12a509b654bdaafb5f8a557de86fc9a6607eae" alt=""><figcaption></figcaption></figure>
2. Selecione a opção "Conceder Acesso" e preencha o e-mail da organização parceira e clique no botão "Avançar".<br>

   <figure><img src="/files/fb0688e24986f8499ea85b14e037fe50c9826cc1" alt=""><figcaption></figcaption></figure>
3. Preencha <mark style="background-color:green;">o nível de acesso "Gerenciamento da Organização" para 1</mark> com a<mark style="background-color:green;">caixa de seleção "Compartilhar dados da organização com empresas de software conectadas"</mark> quanto para a <mark style="background-color:green;">o nível de acesso "Locais" para 3</mark> e clique no botão "Avançar".<br>

   <figure><img src="/files/b38bc1cf4ffaae4e024b13395338a7db81052a54" alt=""><figcaption></figcaption></figure>
4. Clique no botão "Concluir".<br>

   <figure><img src="/files/f0363b605c9d1d1bb4dde306cce1d0bc0277854b" alt=""><figcaption></figcaption></figure>
5. A tabela mostra o resultado aprovado/recusado/pendente da solicitação.\ <br>

   <figure><img src="/files/a799e9f7fe1d1afcfb3de806a7087f344533fdc5" alt=""><figcaption></figcaption></figure>
6. Depois disso, a conta do parceiro recebe uma notificação por e-mail sobre isso e o pop-up de confirmação para o primeiro login no John Deere Ops Center. O parceiro deve क्लिकar no botão "Continuar para a Equipe".<br>

   <figure><img src="/files/362e2967c5cf7b3af48ba93a7714065565186c62" alt=""><figcaption></figcaption></figure>
7. O parceiro deve selecionar a organização parceira para compartilhamento e clicar no botão "Revisar permissões".<br>

   <figure><img src="/files/26542d5d9da6379fa8b8d9e7966bedea6837a3bd" alt=""><figcaption></figcaption></figure>
8. Revise e clique no botão "Avançar".<br>

   <figure><img src="/files/da1218e573be10cb46b138447f9e3e080bb6cfb3" alt=""><figcaption></figcaption></figure>
9. Selecione seu próprio nome de perfil e clique no botão "Concluir".<br>

   <figure><img src="/files/c299812d87e40df6023f731072dde01275233844" alt=""><figcaption></figcaption></figure>
10. Após a aprovação, o parceiro deve ver uma nova organização (por exemplo, VY Org 02) abaixo da organização compartilhada (por exemplo, Winter Patrick Test 4).<br>

    <figure><img src="/files/2709848cd82d13b7bc94dd0a45cd059cad84a008" alt=""><figcaption></figcaption></figure>
11. O aplicativo GeoPard deve exibir a nova organização; em seguida, o parceiro deve clicar no link "Conectar" (por exemplo, VY Org 02).<br>

    <figure><img src="/files/92988c78a4f126aceeda4aae61d50632ab39ec3a" alt=""><figcaption></figcaption></figure>
12. O parceiro deve selecionar a nova organização na lista (por exemplo, VY Org 02).<br>

    <figure><img src="/files/a84ec40dd71173a4d6299b97e147e224696191f2" alt=""><figcaption></figcaption></figure>
13. Selecione a nova organização e clique no botão "Salvar".<br>

    <figure><img src="/files/fdf01af99aa369bb50d9eafeb58dca5115d11254" alt=""><figcaption></figcaption></figure>
14. Depois disso, o aplicativo GeoPard fica pronto para trabalhar com a nova organização.<br>

    <figure><img src="/files/bf825d877f04e46790643fef50657cc4c52bbab5" 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/pt-br/tour-do-produto-aplicativo-web/integracao-com-o-john-deere-operations-center/opcoes-de-compartilhamento-de-dados/3.-compartilhamento-de-organizacao-parceira.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.
