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

# A tour of your dashboard

> What every part of the Trikon Voice screen does.

Once you are inside your workspace you see a menu down the left and the selected screen on
the right.

## The left-hand menu

<AccordionGroup>
  <Accordion title="New agent" icon="plus">
    The black button at the top. It opens the four-step form for building a new voice bot.
  </Accordion>

  <Accordion title="Your Custom Agents" icon="robot">
    Every bot you have built. Click one to open it, talk to it, or change its settings.
  </Accordion>

  <Accordion title="Test & Demo Agents" icon="sparkles">
    Ready-made example bots — a counsellor, a support agent, and so on. Use them to hear
    what a finished bot sounds like, or as a starting point for your own.
  </Accordion>

  <Accordion title="Voice Studio" icon="radio">
    Type a sentence and hear it spoken aloud. Handy for polishing your greeting before you
    put it in a bot.
  </Accordion>

  <Accordion title="Campaigns" icon="bullhorn">
    Upload a contact list and have your bot call everybody on it.
  </Accordion>

  <Accordion title="Leads" icon="users">
    Your list of prospects, with a **Call Lead** button next to each one.
  </Accordion>

  <Accordion title="Call Logs" icon="file-lines">
    Every call, in or out, with the recording, transcript, and summary.
  </Accordion>

  <Accordion title="Settings" icon="gear">
    Your company profile, invite code, workspace link, plan, and phone numbers.
  </Accordion>
</AccordionGroup>

At the very bottom you'll see your company initial and a **sign out** arrow.

## The main area

When a bot is selected you get the **Playground**:

* A big microphone control to start and end a live conversation with the bot.
* A live **transcript** showing both sides of the conversation as it happens.
* The bot's **settings** — greeting, language, voice, rules, and so on — which you can edit
  and save at any time. See [Edit an existing bot](/user-guide/edit-your-bot).

## What's next

<Card title="Create your first voice bot" icon="robot" href="/user-guide/create-your-first-bot">
  Walk through the four-step builder, field by field.
</Card>
