> For the complete documentation index, see [llms.txt](https://experience.wallex.global/prime-corporate/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://experience.wallex.global/prime-corporate/manage/profile-management/email-confirmation.md).

# Email Confirmation

### Step 1: Initial Check

After signing up for a new account, the system will request an email confirmation, the first step is to check your email address if is correctly filled out.

### Step 2: Open Your Inbox

Open your email application or webmail service and look for a message from Wallex. If you don't see the email in your inbox, check your Spam or Junk Folder, as sometimes confirmation emails can be misrouted.&#x20;

{% hint style="warning" %}
Sometimes, due to network congestion or server delays, confirmation emails may take a few minutes to arrive in your inbox. If the email does not arrive in 15 min, you can use the \[Resend Code] button which will appear on your "Confirmation Screen".
{% endhint %}

### Step 3: Enter the Confirmation Code

The email will contain a confirmation code that you will need to enter manually. Copy the confirmation code from the email and paste it into the designated field on the website/mobile version.

### Step 4: Update Your Personal Information

After completing the confirmation steps, you should provide your personal information, including but not limited to name, surname, birthday, and referral code (optional). Once all required fields are filled and the terms and conditions are agreed upon, you should click on the \[Continue] button to finalize your registration.

{% hint style="success" %}
That's all. Time to enjoy!
{% endhint %}

{% hint style="info" %}
Need further assistance? Don't hesitate to get in touch with our Experts [here](/prime-corporate/contact-our-experts.md).
{% endhint %}


---

# 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://experience.wallex.global/prime-corporate/manage/profile-management/email-confirmation.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.
