> 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/nor/api-dokumentasjon/diagrammer-med-grunnflyter/8.-last-ned-originaldata.md).

# 8. Last ned originaldata

Følgende diagram skisserer prosessen for å hente det originale (som det ble lastet opp) dataene for SoilDataset, AsAppliedDataset og YieldDataset.

Arbeidsflyten starter med valg av et bestemt datasett for eksport. Deretter utløses opprettelsen av en originDataUrl ([Forespørsel 2 eller R2](/geopard-tutorials/nor/api-dokumentasjon/oversikt-over-geopard-api-foresporsler/80.-sporring-hent-originaldata.md) ). I motsetning til det rutenettbaserte formatet som er representert ved sourceDataUrl, er datasetets originale data tilgjengelig i originDataUrl. Når denne URL-en er generert, kan API-brukeren laste ned filen tilknyttet denne URL-en direkte ([Forespørsel 3 eller R3](https://docs.geopard.tech/geopard-tutorials/nor/api-dokumentasjon/diagrammer-med-grunnflyter/pages/a7cd2d50afef1bf69379a7af40e180c2c47cb250#4.-download-the-generated-file)).

<figure><img src="/files/290c67faaf3f4782b817e8826280919fa5ca7d18" alt=""><figcaption><p>Sekvensdiagram: Last ned originale data for datasettet</p></figcaption></figure>

Dokumentasjon for SoilDataset: [Forespørsel 1 eller R1](/geopard-tutorials/nor/api-dokumentasjon/oversikt-over-geopard-api-foresporsler/17.-sporring-hent-jorddatasett.md), [Forespørsel 2 eller R2](https://docs.geopard.tech/geopard-tutorials/nor/api-dokumentasjon/diagrammer-med-grunnflyter/pages/a7cd2d50afef1bf69379a7af40e180c2c47cb250#1.-sample-for-soildataset).\
Dokumentasjon for AsAppliedDataset: [Forespørsel 1 eller R1](/geopard-tutorials/nor/api-dokumentasjon/oversikt-over-geopard-api-foresporsler/59.-sporring-hent-asapplied-datasett.md), [Forespørsel 2 eller R2](https://docs.geopard.tech/geopard-tutorials/nor/api-dokumentasjon/diagrammer-med-grunnflyter/pages/a7cd2d50afef1bf69379a7af40e180c2c47cb250#3.-sample-for-asapplieddataset). \
Dokumentasjon for YieldDataset: [Forespørsel 1 eller R1](/geopard-tutorials/nor/api-dokumentasjon/oversikt-over-geopard-api-foresporsler/16.-sporring-hent-avlingsdatasett.md), [Forespørsel 2 eller R2](https://docs.geopard.tech/geopard-tutorials/nor/api-dokumentasjon/diagrammer-med-grunnflyter/pages/a7cd2d50afef1bf69379a7af40e180c2c47cb250#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/nor/api-dokumentasjon/diagrammer-med-grunnflyter/8.-last-ned-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.
