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

# Dashboard Setup

> Learn how to create your first agent from UI

## Dashboard Quickstart

### 1. Accessing the Dashboard

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/actualize/images/sadaa-ui-screenshots/dashboard-login.png" alt="Dashboard Login" />
</Frame>

### 2. Creating Your First Agent

<Steps>
  <Step title="Navigate to Agents">
    From the dashboard sidebar, click on "Agents" to access the agent management interface.

    <Frame>
      <img src="https://mintlify.s3.us-west-1.amazonaws.com/actualize/images/sadaa-ui-screenshots/agents-list.png" alt="Agents List" />
    </Frame>
  </Step>

  <Step title="Create New Agent">
    Click the "Create Agent" button and fill in the basic information:

    * Agent Name
    * Description
    * Language Preferences

    <Frame>
      <img src="https://mintlify.s3.us-west-1.amazonaws.com/actualize/images/sadaa-ui-screenshots/create-agent.png" alt="Create Agent Form" />
    </Frame>
  </Step>

  <Step title="Configure Channels">
    Select which channels your agent will use:

    * Voice Calls
    * WhatsApp
    * Web Chat

    <Frame>
      <img src="https://mintlify.s3.us-west-1.amazonaws.com/actualize/images/sadaa-ui-screenshots/channel-setup.png" alt="Channel Configuration" />
    </Frame>
  </Step>
</Steps>
