> For the complete documentation index, see [llms.txt](https://polkafantasy.gitbook.io/official/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://polkafantasy.gitbook.io/official/begin/create-new-account/forgot.md).

# Forgot account?

* <mark style="background-color:yellow;">I cannot log in to the game marketplace.</mark>
* <mark style="background-color:yellow;">I logged in to the game, but the NFTs in my wallet are not reflected, even though I linked them.</mark>

If you are having above problem, please try the procedure on this page.

### ① Created an account before but forgot my password and cannot log in

→ Please try resetting your password from the login page of the Game Marketplace.\
(Password reset page: [https://game-market.polkafantasy.com/ja/forgot-password](https://game-market.polkafantasy.com/forgot-password) ) 　

![](/files/71NRwIBzmCSWUC2UBEUS)　![](/files/PwK01gFP2bNvr1pMgIO0)

### ② Created an account before but forgot my registered e-mail address and cannot log in

Please search your e-mail inboxes if there is an activation e-mail that was sent to you when you created your account.

<figure><img src="/files/1swsLDbvxBW04aOckNAu" alt="" width="423"><figcaption></figcaption></figure>

If you cannot find it, please try the following steps:

* If wallet is linked to the account

→ Contact us through the official Discord contact ticket. We will investigate the account to which the wallet was linked.

* If is not linked to the account

→ Please disregard it and create a new account.

### ③ The email address you used to log in to the game is different from the email address to which your wallet is linked.

If you do not see all your NFTs when you log in to the game, this may be the case.

→ Please try steps ① or ②.

If only some of your NFTs are not displayed in the game, this may be a problem with the game, so please contact us through the official Discord inquiry ticket.


---

# 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://polkafantasy.gitbook.io/official/begin/create-new-account/forgot.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.
