# Introduction

## What is Kognitos?

Kognitos is an **automation platform** for building, running, and maintaining business processes. Instead of writing code or configuring complex workflows, you describe what the workflow should do in plain English, and Kognitos turns that description into a **deterministic, executable automation**.

{% embed url="<https://www.youtube.com/watch?v=EHql2uL66qo>" %}

## Who Can Use Kognitos?

Kognitos is designed for anyone who needs to automate work, whether you're a business analyst streamlining invoice approvals, an operations manager coordinating data across systems, or a developer eliminating repetitive tasks.

{% hint style="success" %}
If you can describe the task, Kognitos can automate it — no matter your technical background.
{% endhint %}

## What Can You Automate?

Kognitos handles workflows across departments:

<table><thead><tr><th width="225.8671875">Department</th><th>Common Automations</th></tr></thead><tbody><tr><td><strong>Finance</strong></td><td>Invoice processing, expense approvals, reconciliation</td></tr><tr><td><strong>Operations</strong></td><td>Order fulfillment, inventory updates, data synchronization</td></tr><tr><td><strong>HR</strong></td><td>Employee onboarding, time-off requests, compliance tracking</td></tr><tr><td><strong>Sales</strong></td><td>Lead routing, CRM updates, quote generation</td></tr><tr><td><strong>Information Technology</strong></td><td>User provisioning, ticket routing, system monitoring</td></tr></tbody></table>

{% embed url="<https://www.kognitos.com/use-cases/>" %}

## How Does Kognitos Work?

With Kognitos, you describe automation tasks in **natural language** *(plain English).* Kognitos understands business logic without special syntax or commands and turns it into an executable workflow. Here's how that process works:

{% stepper %}
{% step %}

#### **Describe Your Task**

Write out your business logic as a sequence of instructions. For example:

<details>

<summary>Invoice Processing</summary>

> When a new invoice is received, extract the invoice number, amount, and due date. Check whether the vendor exists in the system. If the vendor exists and the amount is less than $10,000, create the invoice record and mark it as approved.

</details>

<details>

<summary>Employee Onboarding</summary>

> When a new employee is added to the onboarding list, create accounts in the required systems and assign them to the correct department and role.

</details>

<details>

<summary>Updating Spreadsheet Data</summary>

> Every weekday morning, check the spreadsheet for new rows. For each new row, validate the data and create a corresponding record in the system. After processing, mark the row as completed.

</details>
{% endstep %}

{% step %}

#### **Clarifying Through Conversation**

Kognitos interprets your instructions to transform them into an **executable** automation that can run from start to finish. If something is unclear or missing, Kognitos asks questions and refines your instructions until it has everything it needs to build the automation correctly.
{% endstep %}

{% step %}

#### **Building the Workflow**

Once Kognitos understands your task, it creates a structured, step-by-step workflow. This is a **deterministic** process that executes the same way every time.
{% endstep %}

{% step %}

#### **Run, Review, & Refine**

Execute your automation, review the results, and adjust instructions as your process evolves. Kognitos makes it easy to handle exceptions and update workflows without starting over.
{% endstep %}
{% endstepper %}

## What Makes Kognitos Different?

Kognitos is not a chat assistant or a suggestion tool. It combines conversation with real-world execution, so you don’t just get suggestions — you get workflows that actually get work done.

<details>

<summary><strong>Kognitos vs. AI Assistants</strong></summary>

AI assistants generate suggestions, summaries, or responses based on your prompts. Kognitos goes a step further by turning plain English instructions into executable workflows that perform real actions, track progress, and produce predictable, repeatable results.

</details>

<details>

<summary><strong>Kognitos vs. Low-Code / No-Code Platforms</strong></summary>

Most low-code platforms require drag-and-drop builders and preconfigured templates. Kognitos skips the visual configuration entirely. Just describe your workflow in plain English, and it builds the automation for you.

</details>

<details>

<summary><strong>Kognitos vs. RPA (Robotic Process Automation)</strong></summary>

Traditional RPA automates by scripting UI clicks, which breaks when interfaces change. Kognitos executes workflows using business logic, not screen scraping, making automations more reliable and easier to maintain.

</details>

<details>

<summary><strong>Kognitos vs. Custom Scripts</strong></summary>

Writing custom scripts gives you full control but requires development time, testing, and ongoing maintenance. Kognitos delivers the same reliability without code. Update workflows by editing instructions, not debugging scripts.

</details>
