> 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-grunnleggende-flyter/1.-registrering-av-skifte.md).

# 1. Registrering av skifte

Sekvensdiagrammet for markregistrering skisserer prosessen for å registrere en ny markenhet i GeoPard.

Det første steget innebærer å opprette en gårdsentitet ([Forespørsel 1 eller R1](/geopard-tutorials/nor/api-dokumentasjon/oversikt-over-geopard-api-foresporsler/13.-mutasjon-opprett-gard.md)). En gård er en obligatorisk foreldre-enhet for marken, og den må opprettes før en mark kan registreres.

Etter opprettelsen av gårdsentiteten omfatter det andre steget registrering av marken ([Forespørsel 2 eller R2](/geopard-tutorials/nor/api-dokumentasjon/oversikt-over-geopard-api-foresporsler/14.-mutasjon-opprett-et-skifte-eller-rediger-grensen-til-det-eksisterende-skiftet-med-valgfrie-etike.md)). I dette steget oppgis obligatoriske parametere som UUID knyttet til gården og markens grense. Etiketter er valgfrie under registreringen, men kan også legges til.

Etterpå kan etiketter tildeles eller oppdateres etter markregistreringen ved bruk av [Forespørsel 3 eller R3](/geopard-tutorials/nor/api-dokumentasjon/oversikt-over-geopard-api-foresporsler/44.-mutasjon-angi-skiftetiketter.md).

<figure><img src="/files/e785d951c99c0b34050cee58b06334961f97b934" alt=""><figcaption><p>Sekvensdiagram: Markregistrering</p></figcaption></figure>


---

# 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-grunnleggende-flyter/1.-registrering-av-skifte.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.
