# Account Setup

{% stepper %}
{% step %}

#### Account Creation

Kognitos will create your account for you. Once it’s ready, you’ll be able to log in and set up.
{% endstep %}

{% step %}

#### Logging In

Follow the steps [**here**](/legacy/legacy-experience/readme/logging-into-kognitos.md) to log in to Kognitos.
{% endstep %}

{% step %}

#### Create an Organization

Your first step is to create an **organization**—your dedicated Kognitos instance for building automations. After logging in, follow the prompts to *name* your Organization.
{% endstep %}

{% step %}

#### Create an Agent

Within your organization, you can create [**agents**](/legacy/legacy-experience/readme/core-concepts.md#agent). Agents act as divisions within your organization, allowing you to separate processes across teams, agents, and geographic regions. Each agent is equipped with its own set of learned knowledge, configurations, and connections to other tools, allowing it to operate independently and securely.\
\
To create a new agent:

1. Click on the dropdown menu in the top right *(displaying the currently selected Agent)*.
2. Select <kbd>**Create New**</kbd>.
3. Configure your new Agent and click <kbd>**Submit**</kbd>.
   {% endstep %}

{% step %}

#### Add Users

Follow these steps to add users *(collaborators)* to your organization:

1. Click on the **user icon** in the top right corner.
2. Click on <kbd>**Invite members**</kbd> in the drop-down menu.
3. On the **Collaborators** screen, click on <kbd>**+ Add User**</kbd>.
4. Add the **User**'s email and select their [**role**](/legacy/legacy-experience/account/users-roles-and-permissions.md)**.**
5. Click on <kbd>**Add User**</kbd>. The user will receive an invitation email to join your Agent.
   {% endstep %}
   {% endstepper %}

{% hint style="success" %}

#### Need Help?

If you encounter issues setting up your account, contact our support team at <support@kognitos.com> or via our in-app support chat *(preferred)*.
{% endhint %}


---

# 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/account-setup.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.
