> For the complete documentation index, see [llms.txt](https://wallet-monkey.gitbook.io/wallet-monkey-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wallet-monkey.gitbook.io/wallet-monkey-docs/free-member-account/login-and-password-resetting.md).

# Login & Password Resetting

Everyone who wants to view the data pages on Walletmonkey.io now has to have a free account setup in order to unlock the pages to view.&#x20;

You will know when you have come across a locked down page as you will get a popup telling you to login or create a free account.&#x20;

Lets walk through that, here is how it looks when you first see it and how to register a free account

<figure><img src="/files/sRWLW79xWjFoS564ZV3g" alt=""><figcaption><p>Above you will see registration for a new account and then logging in using that new account</p></figcaption></figure>

Please understand if your username doesn't work for login, it will tell you that with an error message and you should use your email that you used to register with.&#x20;

Also keep in mind that an automated email gets sent out to you after you have registered with your account info, 99% chance of that first email hitting your **SPAM** messages, be sure to move over to your inbox or mark **NOT AS SPAM** to ensure you get future emails when trying to reset your password or from us on system upgrades/changes.

If you wanted to reset your password, here is what that would look like

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

There really isn't much you need to do outside of that, just remember the username and password you used or add it to your favorite password tool so it auto fills every time you want to login.&#x20;

You can also [login by going here](https://walletmonkey.io/login)


---

# 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://wallet-monkey.gitbook.io/wallet-monkey-docs/free-member-account/login-and-password-resetting.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.
