# Logging In

{% stepper %}
{% step %}

#### Navigate to Login

Navigate to the Kognitos login page from your web browser.

<a href="https://app.kognitos.com" class="button primary">US Region</a> <a href="https://eu.kognitos.com" class="button secondary">EU Region</a> <a href="https://uk.kognitos.com" class="button primary">UK Region</a>
{% endstep %}

{% step %}

#### Enter Your Email

Enter the email address associated with your Kognitos account and click <kbd>**Continue**</kbd>.

*Alternatively, you can log in with Google or Microsoft.*

<figure><img src="/files/fz0yTSiEs3QhrT390bWF" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Check Your Email

Check your inbox for an email from Kognitos containing a 6-digit **verification code**.
{% endstep %}

{% step %}

#### Enter the Verification Code

Return to the login page, enter your verification code, then click <kbd>**Continue**</kbd>. The code will verify your identity and allow you to proceed.
{% endstep %}

{% step %}

#### Access Your Account

Once you’ve entered the code, you’ll be logged into the Kognitos platform.
{% endstep %}
{% endstepper %}


---

# 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.kognitos.com/legacy/legacy-experience/readme/logging-into-kognitos.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.
