> 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/ukrainian/dokumentaciya-api/diagrami-z-bazovimi-potokami/8.-zavantazhiti-vikhidni-dani.md).

# 8. Завантажити вихідні дані

Наступна діаграма окреслює процес отримання оригінальних (таких, якими вони були завантажені) даних SoilDataset, AsAppliedDataset та YieldDataset.

Робочий процес починається з вибору конкретного набору даних для експорту. Після цього ініціюється створення originDataUrl ([Запит 2 або R2](/geopard-tutorials/ukrainian/dokumentaciya-api/oglyad-zapitiv-api-geopard/80.-zapit-otrimati-vikhidni-dani.md) ). На відміну від растрового формату, представленого sourceDataUrl, оригінальні дані набору доступні в originDataUrl. Після генерації цього URL споживач API може безпосередньо завантажити файл, пов’язаний із цим URL ([Запит 3 або R3](https://docs.geopard.tech/geopard-tutorials/ukrainian/dokumentaciya-api/diagrami-z-bazovimi-potokami/pages/b7f86e8ae4771a2dcc9261031c7aed2e037a40fc#4.-download-the-generated-file)).

<figure><img src="/files/367c979d50509a829fa3616a9f6dc8ab034ce352" alt=""><figcaption><p>Послідовнісна діаграма: Завантаження оригінальних даних набору</p></figcaption></figure>

Документація для SoilDataset: [Запит 1 або R1](/geopard-tutorials/ukrainian/dokumentaciya-api/oglyad-zapitiv-api-geopard/17.-zapit-otrimati-soildatasets.md), [Запит 2 або R2](https://docs.geopard.tech/geopard-tutorials/ukrainian/dokumentaciya-api/diagrami-z-bazovimi-potokami/pages/b7f86e8ae4771a2dcc9261031c7aed2e037a40fc#1.-sample-for-soildataset).\
Документація для AsAppliedDataset: [Запит 1 або R1](/geopard-tutorials/ukrainian/dokumentaciya-api/oglyad-zapitiv-api-geopard/59.-zapit-otrimati-asapplieddatasets.md), [Запит 2 або R2](https://docs.geopard.tech/geopard-tutorials/ukrainian/dokumentaciya-api/diagrami-z-bazovimi-potokami/pages/b7f86e8ae4771a2dcc9261031c7aed2e037a40fc#3.-sample-for-asapplieddataset). \
Документація для YieldDataset: [Запит 1 або R1](/geopard-tutorials/ukrainian/dokumentaciya-api/oglyad-zapitiv-api-geopard/16.-zapit-otrimati-nabori-danikh-vrozhainosti.md), [Запит 2 або R2](https://docs.geopard.tech/geopard-tutorials/ukrainian/dokumentaciya-api/diagrami-z-bazovimi-potokami/pages/b7f86e8ae4771a2dcc9261031c7aed2e037a40fc#2.-sample-for-yielddataset).


---

# 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/ukrainian/dokumentaciya-api/diagrami-z-bazovimi-potokami/8.-zavantazhiti-vikhidni-dani.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.
