> 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.md).

# Diagrammer med grunnflyter

Denne siden er en visuell guide til de grunnleggende operasjonene og prosessene en GeoPard API-bruker utfører. Siden inneholder diagrammer som kortfattet viser flytene for viktige oppgaver. Hvert diagram fanger opp den hendelsesdrevne naturen til GeoPard sitt API, og viser hvordan ulike enheter samhandler og reagerer på endringer i sanntid, slik at du får en helhetlig forståelse av hvordan API-en fungerer.

1. [Feltregistrering](/geopard-tutorials/nor/api-dokumentasjon/diagrammer-med-grunnflyter/1.-registrering-av-skifte.md)
2. [GraphQL-abonnement](/geopard-tutorials/nor/api-dokumentasjon/diagrammer-med-grunnflyter/2.-graphql-abonnement.md)
3. [Hent satellittbilder](/geopard-tutorials/nor/api-dokumentasjon/diagrammer-med-grunnflyter/3.-hent-satellittbilder.md)
4. [Last opp jord- | AsApplied- | Avlingsdata](/geopard-tutorials/nor/api-dokumentasjon/diagrammer-med-grunnflyter/4.-last-opp-jord-asapplied-og-avlingsdatasett.md) inkludert proprietære maskindata som ISOXML
5. [Kjør formler](/geopard-tutorials/nor/api-dokumentasjon/diagrammer-med-grunnflyter/5.-kjor-ligninger.md)
6. [Generer sonerkart](/geopard-tutorials/nor/api-dokumentasjon/diagrammer-med-grunnflyter/6.-generer-sonekart.md)
7. [Last ned rutenettdata](/geopard-tutorials/nor/api-dokumentasjon/diagrammer-med-grunnflyter/7.-last-ned-rutenettdata.md)
8. [Last ned originale data](/geopard-tutorials/nor/api-dokumentasjon/diagrammer-med-grunnflyter/8.-last-ned-originaldata.md)
9. Vis satellittbilder\*

{% hint style="info" %}
For diagrammene merket med \* (f.eks.: *Vis satellittbilder\**), er GeoPard-funksjonaliteten på plass og beskrivelsen kommer snart.
{% endhint %}


---

# 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.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.
