# Others

### What if I delete the App, are my assets still there?

Yes. Delete OneGate doesn't me delete your assets. As long as the \[recovery phrase] or \[private key] is backed up, you can import it to other wallets to retrieve your assets.

* Other wallets support importing recovery phrase: Neo3-GUI
* Other wallets support importing private key: NeoLine, O3, Neo3-GUI, Neo-CLI, etc.

### What if OneGate ceases operations, will my assets still exist?

Yes. As long as the \[recovery phrase] or \[private key] is backed up, you can import it to other wallets to retrieve your assets.

* Other wallets support importing recovery phrase: Neo3-GUI
* Other wallets support importing private key: NeoLine, O3, Neo3-GUI, Neo-CLI, etc.

### What if I forgot my private key or recovery phrase, can I find them back?

Unfortunately, OneGate will not store your private key or recovery phrase. If you lose your recovery phrase/private key, we can't retrieve it for you. Please be sure to keep them carefully!


---

# 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://onegate.gitbook.io/onegate/others.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.
