> 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/dnk/api-dokumentation/diagrammer-med-grundlaeggende-forlob/8.-download-originaldata.md).

# 8. Download originaldata

Følgende diagram skitserer processen for at hente de originale (som de blev uploadet) data for SoilDataset, AsAppliedDataset og YieldDataset.

Arbejdsflowet begynder med valget af et specifikt datasæt til eksport. Derefter udløses oprettelsen af en originDataUrl ([Forespørgsel 2 eller R2](/geopard-tutorials/dnk/api-dokumentation/geopard-api-foresporgselsoversigt/80.-foresporgsel-hent-originaldata.md)). I modsætning til det gitterbaserede format repræsenteret ved sourceDataUrl er datasættets originale data tilgængelige i originDataUrl. Når denne URL er genereret, kan API-forbrugeren downloade filen tilknyttet denne URL direkte ([Forespørgsel 3 eller R3](https://docs.geopard.tech/geopard-tutorials/dnk/api-dokumentation/diagrammer-med-grundlaeggende-forlob/pages/3d572e8c5f6bc56d35bbc2295675cfdb8c5fc0c8#4.-download-the-generated-file)).

<figure><img src="/files/2fea80f058e8f33ee7a2aa68e46d72267f3c6e6f" alt=""><figcaption><p>Sekvensdiagram: Download originaldata for datasættet</p></figcaption></figure>

Dokumentation for SoilDataset: [Forespørgsel 1 eller R1](/geopard-tutorials/dnk/api-dokumentation/geopard-api-foresporgselsoversigt/17.-foresporgsel-hent-soildatasets.md), [Forespørgsel 2 eller R2](https://docs.geopard.tech/geopard-tutorials/dnk/api-dokumentation/diagrammer-med-grundlaeggende-forlob/pages/3d572e8c5f6bc56d35bbc2295675cfdb8c5fc0c8#1.-sample-for-soildataset).\
Dokumentation for AsAppliedDataset: [Forespørgsel 1 eller R1](/geopard-tutorials/dnk/api-dokumentation/geopard-api-foresporgselsoversigt/59.-foresporgsel-hent-asapplieddatasets.md), [Forespørgsel 2 eller R2](https://docs.geopard.tech/geopard-tutorials/dnk/api-dokumentation/diagrammer-med-grundlaeggende-forlob/pages/3d572e8c5f6bc56d35bbc2295675cfdb8c5fc0c8#3.-sample-for-asapplieddataset). \
Dokumentation for YieldDataset: [Forespørgsel 1 eller R1](/geopard-tutorials/dnk/api-dokumentation/geopard-api-foresporgselsoversigt/16.-foresporgsel-hent-udbyttedatasaet.md), [Forespørgsel 2 eller R2](https://docs.geopard.tech/geopard-tutorials/dnk/api-dokumentation/diagrammer-med-grundlaeggende-forlob/pages/3d572e8c5f6bc56d35bbc2295675cfdb8c5fc0c8#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/dnk/api-dokumentation/diagrammer-med-grundlaeggende-forlob/8.-download-originaldata.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.
