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

# UI & Onboarding

> Complete workflow from signup to monitoring and evaluating your AI Agents

## Signup & Login

Go to [HaliosAI](https://console.halios.ai/sign-up). Sign up for FREE using your google account or email.

## Overview

HalisoAI web application is organized in to following sections -

<CardGroup cols={3}>
  <Card title="Dashboard" icon="grip">
    Overview of your agents, recent activity, and key metrics
  </Card>

  <Card title="Guardrails" icon="shield" href="ui/dashboard-guardrails">
    Configure and manage AI safety guardrails
  </Card>

  <Card title="Agents" icon="users" href="/ui/agents">
    Create and manage your AI agent profiles
  </Card>

  <Card title="Invocations" icon="chart-bar" href="/ui/invocations">
    Monitor real-time API calls and guardrail triggers
  </Card>

  <Card title="Tools" icon="wrench" href="/ui/tools">
    Manage tool integrations and configurations
  </Card>

  <Card title="Playground" icon="code" href="/ui/playground">
    Test guardrails with interactive API calls
  </Card>

  <Card title="API Keys" icon="key" href="/ui/api-keys">
    Generate and manage authentication credentials
  </Card>

  <Card title="Billing" icon="credit-card" href="/ui/billing">
    Monitor usage and manage subscriptions
  </Card>
</CardGroup>

## Next Steps

Ready to explore your dashboard? Or Want to go ahead and integrate using our SDK?

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get up and running in 5 minutes
  </Card>

  <Card title="Integration Guide" icon="code" href="/integration/python-sdk">
    Learn different integration patterns
  </Card>

  <Card title="REST API" icon="server" href="/integration/rest-api">
    Direct API integration
  </Card>

  <Card title="Use Cases" icon="lightbulb" href="/use-cases">
    Explore practical applications
  </Card>
</CardGroup>
