# Onboarding

## Overview

Welcome! In just a few minutes, you'll have your Kognitos account ready to go. This guide will walk you through account creation, organization setup, and initial workspace creation.

## 1. Account Creation

You'll first need to create a Kognitos account to get started.

{% stepper %}
{% step %}
**Getting Started**

Navigate to [**app.us-1.kognitos.com**](https://app.us-1.kognitos.com/) to sign up.
{% endstep %}

{% step %}
**Sign Up**

Choose how you'd like to sign up:

<details>

<summary><strong>Email</strong></summary>

Click **Sign up here**, enter your email address, and click <kbd>Continue</kbd>.

</details>

<details>

<summary><strong>Google Account</strong></summary>

Click <kbd>**Continue with Google**</kbd> and sign in with your Google credentials.

</details>

<details>

<summary><strong>Microsoft Account</strong></summary>

Click <kbd>**Continue with Microsoft Account**</kbd> and sign in with your Microsoft credentials.

</details>
{% endstep %}

{% step %}
**Verify Your Identity**

Check your inbox for an email from **Kognitos** with the subject line *"Login to Kognitos"*. The email will contain a **6-digit verification code**. Copy the code and enter it into Kognitos, then click <kbd>Continue</kbd>.

<div data-with-frame="true"><figure><img src="/files/udDNULx89kCMveE60q1S" alt=""><figcaption></figcaption></figure></div>

{% hint style="warning" %}
**Didn't get the verification code?** Check your spam folder or click **Resend** after 60 seconds.
{% endhint %}
{% endstep %}

{% step %}
**Profile Setup**

Once you've verified your identity, you need to set up your profile. Enter your **First Name**, **Last Name**, and **Company**. Then, click <kbd>Continue</kbd>.

<div data-with-frame="true"><figure><img src="/files/DpucfoM0VDBtHqBsB85x" alt=""><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}

You’ll then be logged into Kognitos and guided through setting up your organization and initial workspace.

## 2. Organization Setup

Set up your organization to manage users and shared resources. Enter your **Organization name** and your **Role** in that organization *(optional).* Then, click <kbd>Create organization</kbd> .

{% hint style="info" %}
An **organization** is your company or team's home on Kognitos. Every user must belong to one. Organizations allow you to manage members, billing, and settings in one place.
{% endhint %}

<div data-with-frame="true"><figure><img src="/files/HnAgRpqvyYssDcQ0Gma9" alt=""><figcaption></figcaption></figure></div>

## 3. Workspace Setup

Create a **workspace** where you’ll build and run automations. Enter a **workspace name** and **workspace domain** *(optional)*. Then, click <kbd>Create workspace</kbd>.

{% hint style="info" %}
A **workspace** is a dedicated section within an organization where your automation projects live. You can create multiple workspaces later to organize different processes, teams, or initiatives.
{% endhint %}

<div data-with-frame="true"><figure><img src="/files/etESrc0UW6tuX1rSUStm" alt=""><figcaption></figcaption></figure></div>

## 4. Tell Us What Matters

Tell us what matters to you to better tailor your experience. Select your focus, then click <kbd>Continue</kbd>.

{% hint style="success" %}
This step is **optional** — click <kbd>Skip for now</kbd> to continue without sharing.
{% endhint %}

<div data-with-frame="true"><figure><img src="/files/5JxFlqtbApIwTnlTiXWJ" alt=""><figcaption></figcaption></figure></div>

## Ready to Automate?

Your account is ready! Head to the [**Quick Start**](/guides/getting-started/quick-start.md) guide to create your first draft or explore the [**Fundamentals**](/guides/getting-started/fundamentals.md) page to learn more about how Kognitos works.


---

# 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/guides/getting-started/onboarding.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.
