# Image Loss

## I accidentally moved my picture to a different place, how can I find the original path?

Previously, when a user attempted to edit a missing image file (due to renaming, deletion, or moving), we didn't allow editing and instead presented a modal popup blocking further actions, prompting the user to locate the missing file. However, we only provided the file path and name, which left users with limited information about the image and only allowed them to delete the image.

From 3.5.0 version, we have supplemented information and actions for scenarios where files are missing, making it easier for users to recall lost images through cached data in their history and supporting repositioning.

For missing images, if there are preview or thumbnail versions available, they will be displayed to the user, helping them quickly identify which image is missing.

<figure><img src="/files/WRUTukVRSN3mY7josiXa" alt=""><figcaption></figcaption></figure>

When a user switches to a missing image, there won't be a disruptive modal popup; instead, a UI prompt will be shown, allowing users to choose further actions themselves.

<figure><img src="/files/F6UhNjq7yDGD5ozv9MMb" alt=""><figcaption></figcaption></figure>

We now support users in repositioning missing images, with the caveat that this feature only works if the image is the original one that went missing.

<figure><img src="/files/0BL3T14AjeEAk5dk4B00" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://help.evoto.ai/product-tour/how-to-use-evoto/image-loss.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
