> For the complete documentation index, see [llms.txt](https://docs.ramper.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ramper.xyz/ramper-wallet/user-faqs/i-forgot-the-pin-code-to-log-in-to-ramper-wallet.-how-can-i-access-my-funds.md).

# I forgot the PIN code to log in to Ramper Wallet. How can I access my funds?

For security reasons, if you enter the wrong password 10 times a row, the system will sign you out of all wallets.

Given this information, if you forget your PIN code, you can enter the incorrect PIN 10 times, and then log in to Ramper Wallet again with your social accounts.&#x20;

Another approach would be deleting the Ramper app and then reinstalling it, then logging in again with your social accounts.


---

# 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.ramper.xyz/ramper-wallet/user-faqs/i-forgot-the-pin-code-to-log-in-to-ramper-wallet.-how-can-i-access-my-funds.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.
