> 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-flows/1.-markregistrering.md).

# 1. Markregistrering

Sekvensdiagrammet for markregistrering skitserer processen for at registrere en ny markenhed i GeoPard.

Det første trin indebærer oprettelse af en gård-enhed ([Forespørgsel 1 eller R1](/geopard-tutorials/dnk/api-dokumentation/oversigt-over-geopard-api-anmodninger/13.-mutation-opret-farm.md)). En gård er en obligatorisk overordnet enhed for marken, og dens oprettelse er nødvendig, før en mark kan registreres.

Efter oprettelsen af gård-enheden omfatter det andet trin registrering af marken ([Forespørgsel 2 eller R2](/geopard-tutorials/dnk/api-dokumentation/oversigt-over-geopard-api-anmodninger/14.-mutation-opret-en-field-eller-rediger-graensen-for-den-eksisterende-mark-med-valgfri-etiketter.md)). I dette trin angives obligatoriske parametre såsom UUID'et forbundet med gården og markens grænse. Etiketter kan også tildeles, selvom de er valgfrie under registreringsprocessen.

Efterfølgende kan etiketter tildeles eller opdateres efter markregistreringen ved hjælp af [Forespørgsel 3 eller R3](/geopard-tutorials/dnk/api-dokumentation/oversigt-over-geopard-api-anmodninger/44.-mutation-angiv-marketiketter.md).

<figure><img src="/files/bc7e4162ccd388c9c952bb26aa83e31fcf296f4d" 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/dnk/api-dokumentation/diagrammer-med-grundlaeggende-flows/1.-markregistrering.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.
