> 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/3.-podklyuchites-k-organizaciyam-john-deere.md).

# 3. Подключитесь к организациям John Deere

2\. Подключение к организации John Deere

2.1 Если организация John Deere отключена (название **имеет серый цвет**), тогда пользователь должен добавить доступ к John Deere Operations Center. Пользователь должен нажать на **Подключить** ссылку.

<figure><img src="/files/e231184212f5bc19bba5b69ba7e4cdf98f50040c" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/49412bdb7a2157c888b83a2a1cb1117ca27c16d3" alt=""><figcaption></figcaption></figure>

2.3 В John Deere Operations Center пользователь может добавить доступ к организации. **Проверьте, что название организации в выпадающем списке указано верно.**

<figure><img src="/files/b5ce5ea03ae072b8f265f6179b2b3c325beafd1a" alt=""><figcaption></figcaption></figure>

2.4 Затем пользователь должен нажать на **Сохранить** кнопку, чтобы применить изменения.

<figure><img src="/files/c777d6ce3e4adeb1a1340b7815d37692779be1d9" alt=""><figcaption></figcaption></figure>

2.5 После добавления доступа пользователь может работать с активной организацией в GeoPard.

<figure><img src="/files/7797b7c6011426cc956f2aa72b6cb83eeec9953e" alt=""><figcaption></figcaption></figure>

2.6 После выбора организаций пользователь может работать с ними в GeoPard.

<figure><img src="/files/88a29fffca7f675d010541d5feef7f030b3d8b5b" 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/ru/obzor-produkta-veb-prilozhenie/integraciya-s-john-deere-operations-center/3.-podklyuchites-k-organizaciyam-john-deere.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.
