# Account Page

Every single account that is created on our paid membership site will have a user account where they can manage their account from. *(Keep in mind free members on Walletmonkey.io do NOT get an account like this, it looks different)*

Here is what that looks like

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

You will land on your profile page where your name, email and billing address is all filled in from checkout and then a big purple button to connect your Discord account

Under that there are links to view payments and Active subscriptions, as well as change your password.

Notice the menu on the left, here is a breakdown of those pages

* **Payments page** will list out all your payments so far
* **Subscriptions page** will list out your ACTIVE subscriptions
* **Course page** is another link off to the main [Courses](/wallet-monkey-docs/paid-members-area/courses.md)page
* Then of course a link to logout


---

# 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://wallet-monkey.gitbook.io/wallet-monkey-docs/paid-members-area/account-page.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.
