> 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/swe/api-dokumentation/diagram-med-grundfloden/1.-faltregistrering.md).

# 1. Fältregistrering

Sekvensdiagrammet för fältregistrering beskriver processen för att registrera en ny fältenhet i GeoPard.

Det första steget innebär att skapa en gårdsenhet ([Begäran 1 eller R1](/geopard-tutorials/swe/api-dokumentation/oversikt-over-geopard-api-begaranden/13.-mutation-skapa-farm.md)). En gård är en obligatorisk överordnad enhet för fältet, och den måste skapas innan ett fält kan registreras.

Efter att gårdsenheten har skapats innebär det andra steget att registrera fältet ([Begäran 2 eller R2](/geopard-tutorials/swe/api-dokumentation/oversikt-over-geopard-api-begaranden/14.-mutation-skapa-ett-field-eller-redigera-gransen-for-det-befintliga-faltet-med-valfria-etiketter.md)). Under detta steg lämnas obligatoriska parametrar som UUID kopplat till gården och fältets gräns. Etiketter är valfria vid registreringen men kan också läggas till.

Efteråt kan etiketter tilldelas eller uppdateras efter fältregistreringen med hjälp av [Begäran 3 eller R3](/geopard-tutorials/swe/api-dokumentation/oversikt-over-geopard-api-begaranden/44.-mutation-ange-faltetiketter.md).

<figure><img src="/files/eca3e4ea9bc836fede1b167f0d37edd9f9fb0a6a" alt=""><figcaption><p>Sekvensdiagram: Fältregistrering</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/swe/api-dokumentation/diagram-med-grundfloden/1.-faltregistrering.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.
