> 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/complete-reference-guide/mapeo-mobile-use/editing-and-deleting-observations.md).

# Editing and deleting observations

## Edit details

Select the observation you would like to edit and open it. You can open the observation by tapping on the dot marking the observation on the home <img src="/files/XcTewwyiQGOaqs6Z66B6" alt="" data-size="line"> **Map** screen:

&#x20;![](/files/xhrqrGcj7qTBBupujUsB)

or by tapping the observation on the <img src="/files/IZLMBARj898AxdpBOlDq" alt="" data-size="line"> **Observations list** screen:

&#x20;![](/files/mmP24Vv7F1LNSQSLNToO) ![](/files/eC1rtAcwK5Y92qplmHGh)

Once you are on the **View observation** screen, tap <img src="/files/8YGw5MRuTBl9Q5ve158a" alt="" data-size="line"> **Edit observation** to modify the information collected.

&#x20;![](/files/lPjlDbtfIDNOQhxGCM1C)

In the **Edit observation** screen, you can change the category of the point, edit the description and details, or add additional photos.

{% hint style="info" %}
In Mapeo Mobile, you can only edit or delete observations that have been created on your device. You cannot change the geographic location saved with the observation or the date and time of the original observation.
{% endhint %}

## Save changes

Tap <img src="/files/DQkmp6Rp3RsCazyItMsl" alt="" data-size="line"> **Save** to save the changes you have made. Tap <img src="/files/cDNBYxu77B3F4RnlTfeG" alt="" data-size="line"> **Back** to return the **Map** view.

![](/files/dUVlEgdWlbR2zo3GxWgB)

To exit without saving your changes, tap <img src="/files/cDNBYxu77B3F4RnlTfeG" alt="" data-size="line"> **Back** and confirm you want to discard changes.

## Delete observations

To delete an observation you have collected, scroll to the bottom of the **View observation** screen and tap <img src="/files/laxDXrE6iU3RJBrC0G1t" alt="" data-size="line"> **Delete**.

![](/files/Du1UcWuZTdJz6R3Ka8N5)

{% hint style="info" %}
In Mapeo Mobile, you can only delete observations that have been created on your device.
{% endhint %}

{% hint style="danger" %}
**Deleting observations cannot be undone, so exercise caution when using delete.**

As Mapeo uses a peer-to-peer database, all data is stored directly on your device and there is no backup on a centralized server. By deleting observations, you will permanently remove them from your device and all devices you synchronize data with in the future.\
\
For more on synchronization, see [Peer-to-peer & Mapeo sync](/overview/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/complete-reference-guide/mapeo-mobile-use/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.
