> For the complete documentation index, see [llms.txt](https://docs.wem.io/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wem.io/platform/gettingstarted/create-wem-account.md).

# Create WEM Account

### Create your account

You need a WEM account to start building your own apps. This WEM Account is used for the Modeler (building applications) and the MyWEM portal (support, training, forum and other useful stuff around the WEM Platform).

Creating a WEM account is straightforward. Simply go to the [WEM website](https://wem.io) and click **`Start for free`**, or go directly to the [**WEM Create Account Page**](https://my.wem.io/create-account).

You are now presented with the page to create a new WEM account:

![](/files/-Mi1DSrZrOFZflM1A2s8)

Fill in the form and hit the **`[Create account]`** button.&#x20;

You will receive an email asking you to activate your account. The link in that email is valid for 2 days. Please check your Junk or Spam folders in case this mail ends up there.&#x20;

It is required to use this specific link once, to activate the account. If the account is not activated using this link within 2 days, you may need to request assistance from WEM Support (<support@wem.io>)

### Multi Factor Authentication

After activation, you are also asked to set up MFA (Multi Factor Authentication), just to make your account and the usage of Modeler features more secure.

![Manage MFA settings](/files/UjF7GdenmHNn78vMnW0L)

WEM MFA offers 3 options:

* **Email** (can be a different email address from your WEM Account)
* **SMS** (mobile number)
* **Google Authenticator** (mobile app generating random numbers every minute)

We advise to activate **at least 2** of the 3 options, so you get a choice when you login to use the MFA option that is available to you at that time. \
\&#xNAN;*You know, we all forget our phones sometimes, or transfer to a new phone - and then you need another option besides the Authenticator app which will not work anymore*.

#### Trust one week option

After setting up the MFA, next time when you login to MyWEM or Modeler, you need to use one of the activated authentication methods. At that time, you can check the option "<mark style="background-color:yellow;">`Trust this computer (skip MFA for a week)`</mark>" to bypass the MFA option for 1 week; next time you access MyWEM or WEM Modeler, you only need to provide your Username and Password.&#x20;

This only stays as long as you do not specifically logout but just close your browser when you're done working in the Modeler or MyWEM Portal. As soon as you explicitly logout, all settings (stored in local cookies) are removed and next time you'll need to provide your Username, Password and one of the MFA options again.

#### Change MFA Settings

If you want to change your MFA settings at a later moment, you can access your "**My details**" in MyWEM and click on the **`[Change MFA information]`** link below your personal information. \
This will bring you to the WEM Login Portal where you can click the **`[Manage Multi Factor Authentication]`** button near the bottom, that leads you to your MFA options so you can change your settings.

#### &#x20;Cannot access MFA?

For security reasons, it is not possible to **reset** (to blank) your MFA options yourself once they are set. So it is highly recommended to **have at least 2 MFA** options setup, or even all 3 options, in case you have no access to your personal device (for SMS or Authenticator).

If you have absolutely no access to any options and need the MFA to be reset, you can send an email to [support@wem.io](mailto:support@wem.io?subject=Request%20reset%20of%20WEM-MFA%20settings\&body=Please%20state%20your%20reason%20for%20this%20request%2C%20and%20your%20account%20used%20in%20WEM.) (in English preferably) with the reason for this request to have MFA-options reset, and specifically your WEM account information.

Once you have activated your account and setup MFA, your account is ready and you can get started on that first app.&#x20;

{% hint style="info" %}
The next step: access and use MyWEM Portal.

[**MyWEM**](https://my.wem.io) is the central location from where you can access all your WEM information and projects. Read the [next part ](/platform/gettingstarted/mywem-portal.md)to learn more about the MyWEM portal.
{% 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:

```
GET https://docs.wem.io/platform/gettingstarted/create-wem-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.
