> 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.md).

# Login Details

This page allows you to navigate to pages that are connected to your login credentials. From here, you can change the email address you use to log in to your freewebstore account, change the password to log in to your freewebstore account or manage your two-factor authentication settings.

### How to Change your Email Address

We will use this email for any vital correspondence relating to your online store.

1. Log into your control panel.
2. Click **Hey,&#x20;*****Your Name*** in the top right.
3. Click **My Account** from the dropdown menu.
4. On the My Account page click **Login Details**.
5. Click **Change Email**.
6. Enter your new email address.&#x20;
7. Enter your password to confirm.
8. Click **Save**.
9. A verification code will be sent to your *new email address*, enter the code into the text box provided.
10. Click **Submit Code**.

### How to Change your Password

1. Log into your control panel.
2. Click **Hey,&#x20;*****Your Name*** in the top right.
3. Click **My Account** from the dropdown menu.
4. On the My Account page click **Login Details**.
5. Click **Change Password**.
6. Enter your current password.
7. Enter your new password.
8. Enter your new password again to confirm.&#x20;
9. You will then be logged out as a security measure.&#x20;

### How to Enable Two Factor Authentication

This allows you to add extra security to your online store by requiring **two** forms of authentication in order for you to log in.&#x20;

1. Log into your control panel.
2. Click **Hey,&#x20;*****Your Name*** in the top right.
3. Click **My Account** from the dropdown menu.
4. On the My Account page click **Login Details**.
5. Click **Two Factor Authentication**.
6. Enter your password and click **Confirm Password**.
7. Follow the instructions on this page to enable two-factor authentication.


---

# 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.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.
