> For the complete documentation index, see [llms.txt](https://docs.mapeo.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mapeo.app/espanol/guia-de-referencia-completa/mapeo-desktop-use/using-mapeo-desktop-to-manage-mapeo-mobile-data/editing-and-deleting-observations.md).

# Editar y borrar observaciones

## **Editar los detalles de una observación**&#x20;

Para editar una observación, abra sus detalles completos en la ventana **Ver observación**.&#x20;

{% hint style="info" %}
Desde la vista del **Mapa** o **Fotos**, haga clic en un punto o imagen para abrir la ventana **Ver observación** para la observación asociada. Desde la vista **Informe**, use el botón <img src="/files/Q8ZZk6xtd6vVQFkMCoKR" alt="" data-size="line"> **EDITAR** en la barra de herramientas gris para abrir la ventana **Ver observación** para la observación que se muestra en la página actual del informe.&#x20;
{% endhint %}

Con la ventana **Ver observació**n abierta, haga clic en un campo para agregar o editar información. Haga clic en **GUARDAR** para guardar los cambios.

![](/files/IrOX9Pi6OeWKGig7hjj0)

{% hint style="info" %}
En Mapeo Desktop no puede modificar la fecha de creación, el tipo de categoría o la ubicación geográfica de una observación.
{% endhint %}

## Borrar una observación

Para eliminar una observación, vaya a la ventana **Ver observación** y haga clic en el menú <img src="/files/azjsZ9N6bwQrgMiBErt9" alt="" data-size="line">**Más opciones**. Seleccione **Eliminar observación** y confirme la eliminación haciendo clic en **Sí, eliminar** en la ventana emergente.

![](/files/uQ14yTlso0rcSp6J2rsB)

{% hint style="danger" %}
**La eliminación de observaciones no se puede deshacer, así que tenga cuidado al usar eliminar.** Al eliminar las observaciones, las eliminará permanentemente de su dispositivo y de todos los dispositivos con los que sincronice datos en el futuro. Para obtener más información sobre la sincronización, consultee [Base de datos de pares y sincronización de Mapeo](/espanol/vision-general/about-mapeo/peer-to-peer-and-mapeo-sync.md)
{% endhint %}


---

# 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.mapeo.app/espanol/guia-de-referencia-completa/mapeo-desktop-use/using-mapeo-desktop-to-manage-mapeo-mobile-data/editing-and-deleting-observations.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.
