# account.html.twig

## Basic Scenario

As an customer I want receive an email when a create a customer account to let me know that my account has been created.

## Accpetance Test

#### Acceptance test 1 - Create a account (FO)&#x20;

Given that I am on “log in to your account” page

&#x20;When

1. I click the "No account ? Create one here" button
2. In “create an account” I fill in all the information
3. I must select “ CG” et “Customer data privacy”
4. I click in “ save” button&#x20;

Then I must receive an email confirming that my account has been created

#### Acceptance test 2 - During Order (FO)&#x20;

Given that I am in “ personal information” ( Step 1: Payment) page

When

1. I fill in all the information and the most important is the password. without the password the account will not be created
2. I must select “ CG” et “Customer data privacy”
3. I click in “ continue” button

Then I must receive an email confirming that my account has been created

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


---

# 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://docs.prestashop-project.org/functional-documentation/functional-documentation/business-rules/mails-specs-and-acceptances-tests/account.html.twig.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.
