> 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/tour-del-producto-aplicacion-web/configuracion-de-finca-usuarios-y-accesos/dibujar-un-nuevo-lote.md).

# Dibujar un nuevo lote

Ahora, después de haber creado tu primera finca, puedes continuar para crear (dibujar) tus parcelas.

Puedes añadir una parcela a tu finca de dos maneras: subiendo un archivo .shp o dibujando manualmente una parcela. Por ahora nos centraremos en dibujar parcelas manualmente.

1. Haz clic en el botón para crear una parcela.

<figure><img src="https://lh3.googleusercontent.com/ge6fnIr4qs_BJe68pueg3MPzfc5HWfUn_NhZ7gFyghVsYdWAyXkAL3fKRn9nGA5ixSt6FCDpJyXNbQvkkYmAVG4XOW7ePWmJRPmU_AyiiJRB_JgrQuSTNkvme0w8sqTo5__bZoeJ" alt=""><figcaption></figcaption></figure>

2. En el siguiente paso, introduce un nombre para la parcela y selecciona la finca que creaste anteriormente.

<figure><img src="https://lh6.googleusercontent.com/gHtiPPaNwEpTveKsgiwF8WCRfrAW7iMevSoo28I7ngRP81-RPY60YgP5DGwmnLF6r7GxBmUTNwJlezBjfQSk_kwG83d3rmVZjV9pTgFfGEPZmMaOJw8RoRBOe0JFK4ZTpyXI9YTc" alt=""><figcaption></figcaption></figure>

3. A continuación, haz clic **Dibujar** a la derecha.

<figure><img src="https://lh4.googleusercontent.com/pZqMWBOkwcoM6zHuM79-_pvsY9KJ4TqgU7MEpmmrSSLdX7jRC8dIBfQ1OQeTP1FxTzg0Tnxty3ReAblnikOnqlQy3_AbNWPBF1ncfkI11RaI47js5f-PoNZeEZOPVCsByGh18WJ8" alt=""><figcaption></figcaption></figure>

4. Puedes navegar fácilmente hasta la ubicación requerida usando el campo «Buscar». La búsqueda te permite buscar tanto por nombre como por coordenadas. También es posible aplicar la navegación estándar del mapa: usando el cursor y los botones «+» y «-».
5. Después de desplazarte hasta el área requerida, haz clic en cualquier lugar del área seleccionada (funcionan tanto el clic derecho como el clic izquierdo) para continuar con el dibujo manual. Empiezas con un punto (punto) y sigues añadiendo puntos para trazar los límites de tu parcela.
6. Para completar el dibujo, simplemente conecta el último punto con el primero o haz doble clic con el botón izquierdo del ratón.

<figure><img src="https://lh4.googleusercontent.com/xBGAi0UzG3PHFBxG-0GzsLrOCoT3BanD2WcqiS7ECbu465MTkLiOKI8O5WOgatN_lgp_g-0SV3el6ItWbCnRDAT4JDivkNITsg4p-Vl62AbDt1sn1ODuf2TL08hI0pZElLlBCBoO" alt=""><figcaption></figcaption></figure>

7. La aplicación calculará automáticamente el tamaño del área seleccionada. Haz clic en el botón para guardar la forma que has dibujado para tu parcela.

<figure><img src="https://lh6.googleusercontent.com/BEZ7X2cbTFIqK39iD88MDUW74PQnECqLcNeq4e8BTisMYXrY9Oon2AJbSwnDWm06D5SMq2wRrfSI7iL6QfQaSh4yNIh1MGtcD0_wxci4JYHy37LFIBwNyqBCihJOZFMO_gCm-S37" alt=""><figcaption></figcaption></figure>

Verás un mensaje informativo emergente indicando que las primeras imágenes históricas de satélite estarán disponibles en un par de minutos, y el conjunto de datos completo en aproximadamente 1 hora o menos.

<figure><img src="https://lh3.googleusercontent.com/3pke3sv5ofThJkozjn0aOb2EVqBgkHmjhqBP8BzhnDLu-sc1X7_NuzrD_uMoQjCa0tgE7ev-z6T9ZjygFaDFNnaIpZsqkFEDH0v14e1AvLXoFl1Zf3HVHufeNLNXRCcrj8kjvxsn" alt=""><figcaption></figcaption></figure>

Puedes ir directamente a la parcela creada haciendo clic en el botón correspondiente o seguir dibujando nuevas parcelas.


---

# 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/tour-del-producto-aplicacion-web/configuracion-de-finca-usuarios-y-accesos/dibujar-un-nuevo-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.
