> For the complete documentation index, see [llms.txt](https://help.freewebstore.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.freewebstore.com/my-account/login-details/forgotten-login-details.md).

# Forgotten Login Details?

It can be frustrating when you forget your login details. That's why we have a way around this for you.&#x20;

To redeem your forgotten password:

1. Go to the Freewebstore [**Login** ](https://admin.freewebstore.com/Login.aspx)page.
2. Locate and click the **"Forgotten Login Details?"** underneath the main login panel.
3. Enter your email address in the field provided at the top of the panel.
4. Click **Send Code.** You will then be sent a one-time code to the email address you entered.
5. Enter your new password in the relevant field along with the code you received in the field underneath.
6. Click **Change Password.**&#x20;
7. Once you can see the success message on the screen, go back to the login page and log in using your new password.

To redeem your Email address:

1. Go to the Freewebstore [**Login** ](https://admin.freewebstore.com/Login.aspx)page.
2. Locate and click the **"Forgotten Login Details?"** underneath the main login panel.
3. At the bottom of the panel, you will see a section asking you to get in touch if you do not have access to your email account, click the **Send Email** link.
4. Enter the details as required along with an email address you know and that you have access to.
5. In your message, to prove it is you and that we do not give your details out to anyone pretending to be you, we will require your store URL/domain, the last 4 digits of your payment method (if you have set one up with us) and your address details.
6. We will then contact you either to request further information or to give you the login email of the store you are trying to access.


---

# 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://help.freewebstore.com/my-account/login-details/forgotten-login-details.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.
