> 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/esp/documentacion-de-la-api/diagramas-con-flujos-basicos/1.-registro-del-lote.md).

# 1. Registro del lote

El diagrama de secuencia de Registro de Campo describe el proceso de registrar una nueva entidad Campo en GeoPard.

El primer paso implica crear una entidad Finca ([Solicitud 1 o R1](/geopard-tutorials/esp/documentacion-de-la-api/resumen-de-solicitudes-de-la-api-de-geopard/13.-mutacion-crear-farm.md)). Una Finca es una entidad matriz obligatoria para el Campo, y su creación es necesaria antes de que se pueda registrar un Campo.

Tras la creación de la entidad Finca, el segundo paso consiste en registrar el Campo ([Solicitud 2 o R2](/geopard-tutorials/esp/documentacion-de-la-api/resumen-de-solicitudes-de-la-api-de-geopard/14.-mutacion-crear-un-field-o-editar-el-limite-del-lote-existente-con-etiquetas-opcionales.md)). Durante este paso se proporcionan parámetros obligatorios como el UUID asociado a la Finca y el límite del Campo. Las etiquetas, aunque opcionales durante el registro, también pueden asignarse.

Posteriormente, las etiquetas pueden asignarse o actualizarse después del registro del Campo usando [Solicitud 3 o R3](/geopard-tutorials/esp/documentacion-de-la-api/resumen-de-solicitudes-de-la-api-de-geopard/44.-mutacion-establecer-etiquetas-del-lote.md).

<figure><img src="/files/c973e12aca7ad8cca458a17fd8b938a6d09babdc" alt=""><figcaption><p>Diagrama de secuencia: Registro de Campo</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/esp/documentacion-de-la-api/diagramas-con-flujos-basicos/1.-registro-del-lote.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.
