> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cogniagent.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Create a New Application

> Learn how to create your first application in CogniAgent

Applications serve as the container for your entire automated process with workflows that can simplify and automate your processes.

## 1. Access the Applications Dashboard

Navigate to the **Applications** tab within the Cogni Agent top Navigation menu. You will see a Grid of your applications.

## 2. Start the Creation Process

Click the **Add Application** button, located in the center of the screen.

## 3. Complete the "Add Application" Form

A pop-up window will appear with two fields:

<ParamField path="Name" type="string" required>
  Enter a unique and descriptive name for your application (e.g., Return Cost Analysis Alert, Approval Workflow for Large Orders, Invoice Processor)
</ParamField>

<ParamField path="Description" type="string" required>
  Provide a brief explanation of what the application is intended to do (e.g., Automates the process of qualifying new sales leads)
</ParamField>

Click the **Add Application** button to confirm and create the new application.

## 4. Application Created

Once successfully created, the screen will transition to the new application's Workflow canvas.

<Note>
  Your new application starts with an empty canvas. The next step is to [define your workflow](/applications/define-workflow) by adding your first node.
</Note>
