> 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/10.-eksport-dannykh-operacii-vneseniya-v-john-deere-ops-center.md).

# 10. Экспорт данных операции внесения в John Deere Ops Center

GeoPard может экспортировать **данные по факту выполнения** набор данных в John Deere Ops Center как **операцию внесения**.

Используйте это, когда хотите, чтобы обработанный слой внесения отображался в John Deere Ops Center.

<figure><img src="/files/c17d2d9a5a479670c9936367a62950b176d4e5bd" alt="Export application map to John Deere Ops Center"><figcaption><p>Экспортировать карту внесения в John Deere Ops Center</p></figcaption></figure>

### Перед началом

* Убедитесь, что интеграция с John Deere уже подключена.
* Откройте поле, которое содержит **данные по факту внесения/по факту сева** набор данных.
* Проверьте, что набор данных уже загружен и виден в списке слоёв.

### Шаги

1. Откройте страницу поля.
2. В **Слои данных**, разверните **данные по факту внесения/по факту сева**.
3. Откройте меню для набора данных, который вы хотите экспортировать.
4. Нажмите **Экспортировать в John Deere Ops Center как операцию внесения**.
5. Дождитесь завершения экспорта.
6. Откройте John Deere Ops Center и проверьте загруженный файл.

Загруженный файл отображается в John Deere Ops Center в разделе **Данные работ** и **Файлы внесения**.

### Примечания

* Этот экспорт доступен из меню набора данных выбранного **данные по факту выполнения** слоя.
* Если вариант экспорта отсутствует, проверьте, что подключение к John Deere активно.
* Если экспорт не отображается в John Deere Ops Center, обновите учётную запись назначения и подтвердите права доступа.


---

# 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/10.-eksport-dannykh-operacii-vneseniya-v-john-deere-ops-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.
