> For the complete documentation index, see [llms.txt](https://help.gpmloginapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.gpmloginapp.com/gpm-login-global-en/gpm-login-global-user-guide/trash.md).

# Trash

{% hint style="info" %}
***GPMLogin tip:*** Do you need detailed instructions? Watch the video on our official channel [<mark style="color:red;background-color:$info;">**YouTube Channe**</mark>](#user-content-fn-1)[^1]<mark style="color:red;background-color:$info;">**l**</mark>
{% endhint %}

![](/files/P0C0v0MYw9YOw26qKz6q)

The Trash feature acts as a safety filter, helping to temporarily store Profiles that have been deleted from the main management interface, in case the user makes a mistake or wants to reuse old data.

When you delete a Profile on the app, the system will not immediately delete the root folder on the computer's hard drive (Local) but only move that Profile to the Trash section.

* Secure temporary storage: Retains the entire configuration and core data of the Profile in the local folder until you make a decision on the next action.
* Restore to original state (Restore): Allows bringing the Profile back to the active list at any time. After restoration, all information of the Profile including: Fingerprint parameters, Cookies, Cache, Login accounts, and Browsing history are kept 100% intact, without any changes.

[^1]: <https://www.youtube.com/playlist?list=PLpEwQxqRGbYlXaITaChGEZHLQvuZpNVAs>


---

# 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://help.gpmloginapp.com/gpm-login-global-en/gpm-login-global-user-guide/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.
