# Editing your Customers Account

### How do I edit a customer account?

There are a number of features you can turn on and off for your customers and their accounts. To locate and edit these features:

1. Login to your Control Panel.
2. Go to **Orders > Customers.**
3. Locate the panel on the right labeled **Customer Accounts.**
4. Here you can toggle the customer accounts feature on or off as well as being able to toggle:

* **Guest Checkouts -** allow guests to checkout or force your customers to sign up for an account before they checkout.
* **Wishlists -** allow your customers to keep a record of products they would like to purchase from your store.

### Moving a customer order

If a customer places an order on your store as a **GUEST** account rather than their **REGISTERED** account, they might contact you to move their order into their registered account so that they can see all of their orders in their customer account.

### How do I move a customer order?

To move a customer order:

1. Log in to your Freewebstore control panel.
2. Go to **Orders > List All Orders.**
3. Select to **View** the order you wish to move.
4. In the **Actions** panel, click **Move Order.**
5. A pop-up will appear, search for the customer you want to move the order to and select the customer.
6. Click the **Confirm Move** button.

Your customer will now be able to view this order within their customer account.


---

# 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://help.freewebstore.com/orders/customers/editing-your-customers-account.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.
