> 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/ru/obzor-produkta-veb-prilozhenie/integraciya-s-john-deere-operations-center/2.-podklyuchites-k-john-deere-operations-center.md).

# 2. Подключитесь к John Deere Operations Center

### Подключиться к JD Operations Center

1. Клиенты GeoPard Agriculture могут подключить John Deere Operations Center для совместного управления данными. Начните подключение из **Импорт из MyJohnDeere** (<https://app.geopard.tech/#/upload/from-my-john-deere>) или **Экспорт в MyJohnDeere** (<https://app.geopard.tech/#/export/to-my-john-deere>).

<figure><img src="/files/da0bd0bc83705b56da889b4a7ec49ebb081bd9bf" alt=""><figcaption><p>Начать процесс подключения</p></figcaption></figure>

2. После нажатия **Подключиться к учётной записи**пользователь будет перенаправлен в John Deere Operations Center. Если пользователь не авторизован, John Deere предложит выполнить вход.

<figure><img src="https://lh7-us.googleusercontent.com/02AcMBWInCWojJnn0ZZA0-_d7MZyB9QRzL5rhgcGGQcWufvl9M3XB-pJqA6Ndcoz0UxyuupaC-oqCSZ87-GCon7UtysHvnw0V6U9KIUTaai-aj0GUu0zmmfSEc2dZNH9wlZh9Slso2H60HA1Kcon3Q" alt="" width="375"><figcaption><p>Войти в John Deere Operations Center</p></figcaption></figure>

3. John Deere Operations Center сообщает пользователю о новом подключении. Нажмите **Разрешить доступ** чтобы связать профиль GeoPard и профиль John Deere Operations Center.

<figure><img src="https://lh7-us.googleusercontent.com/SaXHw-YrT7pTO2WUlsq_XxWQVzE3JDJyl9ab-9dGMTnx_h_4ZhCQuqVrc6cTcYUjKJPRRIJphf4OQjrUCu21M_KsRmr1SLy1ZQgjDgbNT8wpJv45ZL3pb8-uklpNmn0UuD_x0EqQPH374RO2WpN0DQ" alt=""><figcaption><p>Разрешить доступ к данным через John Deere Operations Center</p></figcaption></figure>

4. После подтверждения подключения пользователь будет перенаправлен обратно в GeoPard. Если организация John Deere отключена и название отображается серым, см. [**3. Подключение организаций John Deere**](/geopard-tutorials/ru/obzor-produkta-veb-prilozhenie/integraciya-s-john-deere-operations-center/3.-podklyuchites-k-organizaciyam-john-deere.md).

<figure><img src="/files/481332779065920ef7daccf4025d86348696809d" alt=""><figcaption><p>Подключите организацию John Deere</p></figcaption></figure>

5. Затем пользователь должен увидеть зелёный статус в John Deere Connections ([https://connections.deere.com](https://connections.deere.com/)).

<figure><img src="/files/48e8bff2c8e727b0664905e127ddab396cb6843c" alt=""><figcaption><p>Подключение принято</p></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/ru/obzor-produkta-veb-prilozhenie/integraciya-s-john-deere-operations-center/2.-podklyuchites-k-john-deere-operations-center.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.
