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

# Your Dashboard

> Navigate and understand your HITL.sh dashboard to manage loops, requests, and team members effectively

# Your Dashboard

The HITL.sh dashboard is your central command center for managing all aspects of your human-in-the-loop workflows. From here, you can monitor requests, manage loops, configure integrations, and track performance metrics.

## Dashboard Overview

<Frame>
  <img src="https://mintcdn.com/hitl/djuCHr-o82jjbDtB/images/dashboard.png?fit=max&auto=format&n=djuCHr-o82jjbDtB&q=85&s=20b6ce3245ddc2ebcaadf415d705c116" alt="HITL.sh dashboard showing main navigation and overview panels" width="3318" height="1814" data-path="images/dashboard.png" />
</Frame>

The dashboard is organized into several key areas:

* **Navigation Sidebar**: Quick access to all major sections
* **Overview Cards**: Real-time metrics and status information
* **Recent Activity**: Latest requests and actions
* **Quick Actions**: Common tasks and shortcuts

## Main Navigation

### Loops Management

The **Loops** section is where you create and configure your human-in-the-loop workflows:

<CardGroup cols={2}>
  <Card title="Active Loops" icon="workflow">
    View and manage all currently running loops in your system.
  </Card>

  <Card title="Loop Templates" icon="template">
    Create reusable loop configurations for common workflows.
  </Card>
</CardGroup>

### Requests Overview

Monitor all incoming and pending requests in real-time:

* **Pending**: Requests waiting for human review
* **In Progress**: Requests currently being reviewed
* **Completed**: Successfully processed requests
* **Failed**: Requests that encountered errors

<Info>
  Requests are automatically categorized by status, making it easy to identify bottlenecks or issues in your workflow.
</Info>

### Team Management

Manage your human reviewers and their assignments:

* **Reviewers**: Add, remove, and configure team members
* **Skills**: Assign expertise areas to reviewers
* **Schedules**: Set availability and response time expectations
* **Performance**: Track response times and decision accuracy

## Key Metrics

Your dashboard displays essential performance indicators:

<AccordionGroup>
  <Accordion title="Response Time Metrics">
    * **Average Response Time**: How quickly reviewers respond to requests
    * **95th Percentile**: Response time for 95% of requests
    * **Escalation Rate**: Percentage of requests that require escalation
  </Accordion>

  <Accordion title="Quality Metrics">
    * **Decision Accuracy**: How often human decisions align with expected outcomes
    * **Inter-rater Reliability**: Consistency between different reviewers
    * **Feedback Quality**: Quality of human feedback for AI improvement
  </Accordion>

  <Accordion title="Volume Metrics">
    * **Requests per Day**: Total number of requests processed
    * **Peak Load Times**: When your system experiences highest demand
    * **Loop Utilization**: How efficiently each loop is being used
  </Accordion>
</AccordionGroup>

## Quick Actions

Access common tasks directly from your dashboard:

<Steps>
  <Step title="Create New Loop">
    Click the "Create Loop" button to set up a new human-in-the-loop workflow.
  </Step>

  <Step title="Invite Reviewers">
    Add team members to handle requests in your loops.
  </Step>

  <Step title="View Analytics">
    Access detailed performance reports and insights.
  </Step>

  <Step title="Configure Integrations">
    Set up connections to your existing systems and tools.
  </Step>
</Steps>

## Dashboard Customization

Personalize your dashboard experience:

* **Widget Layout**: Rearrange overview cards to match your priorities
* **Notification Preferences**: Configure alerts for important events
* **Default Views**: Set your preferred default dashboard view
* **Theme Options**: Choose between light and dark themes

<Warning>
  Dashboard customizations are user-specific and won't affect other team members' views.
</Warning>

## Mobile Dashboard

Access your dashboard on the go with our mobile-optimized interface:

<Card title="Mobile App" icon="smartphone" href="/mobile/home-screen">
  Download our mobile app for iOS and Android to manage your loops from anywhere.
</Card>

The mobile dashboard provides essential functionality while maintaining the same intuitive interface you're familiar with from the web version.

## Next Steps

Now that you understand your dashboard, you're ready to:

<CardGroup cols={2}>
  <Card title="Set Up API Keys" icon="key" href="/api-keys">
    Configure authentication for your integrations.
  </Card>

  <Card title="Create Your First Loop" icon="rocket" href="/first-loop">
    Build your first human-in-the-loop workflow.
  </Card>
</CardGroup>
