> For the complete documentation index, see [llms.txt](https://academy.shade.inc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.shade.inc/shade-academy/shade-academy-es/espacios-de-trabajo-y-unidades/managing-your-trash.md).

# Gestionar tu papelera

Eliminar archivos desde la aplicación web de Shade o desde el escritorio los moverá a la carpeta de papelera, que se puede encontrar en el panel izquierdo debajo de la unidad. Los elementos en la papelera se pueden recuperar haciendo clic con el botón derecho y moviendo la carpeta o el activo de nuevo a la raíz de la unidad.

{% embed url="<https://youtu.be/yR0I3PkSKbg?si=LXKMGEDez2Zw3p_D>" %}

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

{% hint style="danger" %}
Los archivos eliminados del punto de montaje de ShadeFS no se pueden recuperar
{% endhint %}

Los elementos movidos a tu papelera siguen contando para el almacenamiento de tu espacio de trabajo. Para eliminar permanentemente los elementos de tu papelera:

* Navegando a la **Papelera** pestaña debajo de tu unidad
* Haz clic derecho en los elementos que deseas eliminar
* Presiona **Eliminar inmediatamente**&#x20;


---

# 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://academy.shade.inc/shade-academy/shade-academy-es/espacios-de-trabajo-y-unidades/managing-your-trash.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.
