> For the complete documentation index, see [llms.txt](https://docs.pt.privary.me/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pt.privary.me/criar-um-cofre/deletar-o-cofre.md).

# Deletar o cofre

### Opção 1: Eu ainda consigo logar

Vá às configurações do Privary e deslize para baixo para *resetar* seu cofre.

{% hint style="info" %}
Faça um backup antes de continuar. Arquivos deletados não podem ser recuperados sem um backup.
{% endhint %}

### Opção 2: Eu não consigo logar mais

Abra um aplicativo gerenciador de arquivos. Assegure-se de que o aplicativo é capaz de mostrar arquivos escondidos. Ajuste essa opção nas configurações do aplicativo em questão.

Para resetar o Privary, simplesmente deletar a pasta *`.privary`* do seu dispositivo ou do seu cartão SD, se for o caso.

A pasta está localizada diretamente no seu celular, ou dentro da pasta DCIM.

{% hint style="info" %}
Nós recomendamos fazer um backup, já que arquivos deletados não podem ser recuperados sem um backup. Considere renomear a pasta de *`.privary`* para *`.privary-old`* ao invés de deletar diretamente.
{% 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.pt.privary.me/criar-um-cofre/deletar-o-cofre.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.
