> For the complete documentation index, see [llms.txt](https://docs.kognitos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kognitos.com/legacy/legacy-experience/readme/logging-into-kognitos.md).

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