> 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/agregar-una-etiqueta.md).

# Agregar una etiqueta

Si planea gestionar muchos lotes, se recomienda organizarlos aplicando etiquetas a los lotes que cree.

1. Haga clic en «Añadir etiqueta» para abrir la ventana de gestión de etiquetas:

<figure><img src="https://lh6.googleusercontent.com/0b-BqFt7RogU5zHLEawAhDquTy0D06LRFzM3uClY0wtpfvHGIzzhWqSzdKgW0-hIAlgdpJXZw-j0owvFCH7fTZF458NwXhs0zhJFn5YZ9Ktvwi7y2htwxrFsuO5mcUZxoHvKYPBV" alt=""><figcaption></figcaption></figure>

2. Haga clic en «Crear nueva etiqueta» para crear la primera etiqueta. Aquí tiene un ejemplo de cómo puede usar las etiquetas:

<figure><img src="https://lh5.googleusercontent.com/fG6sSwuCea_mxP04d-vFkkDGc9bWv9gbA_KfIFURpRTutuJjSStoW6ZMfGyJW28aHipxZI0vHz4g1XOZ9t2qiMbPJXEJ9RpwZHENFpsTmTXMZNMxozMaCKXXIPqeGq9VxvU2EbOV" alt=""><figcaption></figcaption></figure>

3. Use los botones de flecha para añadir o quitar una etiqueta del lote.

<figure><img src="https://i0.wp.com/help.geopard.tech/wp-content/uploads/2021/12/image.png?resize=496%2C464&#x26;ssl=1" alt=""><figcaption></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/tour-del-producto-aplicacion-web/configuracion-de-finca-usuarios-y-accesos/agregar-una-etiqueta.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.
