> 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/wem-login.md).

# WEM Login

{% embed url="<https://login.wem.io>" %}

The WEM Login Portal is used as Single Sign On into multiple WEM-related applications:

* WEM Modeler
* MyWEM
* WEM Forum
* WEM Academy
* Partner Portal
* DevOps Portal

After you sign in with your username and password, you will be asked to do the Multi Factor Authentication - based on the settings you have chosen and actived - [check below for options](#manage-multi-factor-authentication).

<div align="center" data-full-width="false"><figure><img src="/files/sf6SrptKKYQQbr3QfeVM" alt="" width="185"><figcaption></figcaption></figure> <figure><img src="/files/cfwFudRFeikKZoCVnY3c" alt="" width="186"><figcaption></figcaption></figure></div>

The MFA options all use a Time-based One-Time Passcode (TOTP) with 6 digits. The **Authenticator App has preference**, because it does not rely on sending and receiving codes but does a specific calculation with a secret key. It is the quickest and most secure option. Both Email and SMS messages can be delayed (or not received if connections are not working or spam-filters are blocking) and can be intercepted or otherwise be recieved by other parties.&#x20;

After successful login, you will be either forwarded to the Application you started (from the list mentioned above), or if you accessed the Login Portal itself, you get options to go to an application or to manage your MFA settings:

<figure><img src="/files/5E5JTUS21lugQiB0S3ga" alt=""><figcaption></figcaption></figure>

***

## Manage Multi Factor Authentication

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

You can setup 3 options:

1. **Authenticator App (Google, Microsoft) as preferred option.**
2. Email (can be different from your WEM login account email - just make sure it is a correct email that you have access to).
3. SMS (mobile number, however not all countries are supported).

We advise to setup **at least 2 options**, preferably Authenticator App and Email. This way, you can choose your MFA option when logging in, to make sure you can access the WEM Platform in case one of the options is not available for some reason.


---

# 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://docs.wem.io/platform/gettingstarted/wem-login.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.
