> For the complete documentation index, see [llms.txt](https://docs.zeedrive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zeedrive.com/user-guide/restore-deleted-files-and-folders.md).

# Restore Deleted Files And Folders

To restore a file or folder that you have deleted by mistake, use the <code class="expression">space.vars.PRODUCT\_NAME</code> recycle bin available from the Windows File Explorer context menu.

{% stepper %}
{% step %}
Locate the parent folder in Windows File Explorer from where you deleted the file or folder you want to restore. Right click the folder to pop-open the context menu and click the "Restore files you deleted from this folder" option

<figure><img src="/files/PYbKFwQ6J4yKtUUwIFnA" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
The "Restore" dialog will pop-open. Locate the file or folder you deleted and select it. You can select multiple items to restore.

<figure><img src="/files/C4CYpb4xQROcXfJZ0pVM" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
After making your selection, click the "Choose an action..." button then click the "Restore the files you have selected"

<figure><img src="/files/0HLrsCgeQUo2yfxF344Z" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
You will be presented with a summary page. If you want to proceed with the restoration of the files and folders you selected, click the Restore button. To make a change to the selection, click Go Back

<figure><img src="/files/9KhJmvalloYpXAKJj1TA" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
After clicking the Restore button, your selected files and folders will be restored and you will be presented with the results of the restore operation. Click the Return button to go back to the restore page to make a different selection, or click the X button in the top right of the dialog to close it

<figure><img src="/files/4bjLWIVZWkAfH4Ci7PX5" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
When you return to File Explorer, you should find the files and folders you have restored will now show in the parent folder

<figure><img src="/files/FPEZEmkXxl23qws02UJa" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.zeedrive.com/user-guide/restore-deleted-files-and-folders.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.
