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

# Quick Access Guide

> Quick links to important features and documentation sections in Dialgen.

## Popular Features

Quickly access the most important features and documentation:

<CardGroup cols={2}>
  <Card title="Batch Calling" icon="phone-missed" href="/guides/batch-calling/overview">
    Run large-scale outbound call campaigns with contact lists
  </Card>

  <Card title="Multilingual Support" icon="globe" href="/guides/multilingual/overview">
    Deploy agents in 30+ languages including Arabic and Indian languages
  </Card>

  <Card title="Custom Metrics" icon="chart-bar" href="/guides/custom-metrics-processing">
    Extract insights with AI-powered custom metrics and webhooks
  </Card>

  <Card title="Custom Functions" icon="function" href="/guides/custom-functions/overview">
    Integrate external APIs and trigger workflows during calls
  </Card>
</CardGroup>

***

## Call Management

Control how calls execute and end:

<CardGroup cols={2}>
  <Card title="Call Duration Limits" icon="timer" href="/guides/call-management/duration-limits">
    Set maximum call duration to manage resources
  </Card>

  <Card title="Hangup Detection" icon="phone-hangup" href="/guides/call-management/hangup-detection">
    Configure silence detection and natural call endings
  </Card>

  <Card title="Call Status" icon="signal" href="/guides/call-management/call-status">
    Monitor call status and lifecycle in real-time
  </Card>

  <Card title="Recordings & Transcripts" icon="file-audio" href="/guides/call-management/recordings">
    Access call recordings and full transcripts
  </Card>
</CardGroup>

***

## Batch Calling Setup

Get started with batch campaigns:

<CardGroup cols={3}>
  <Card title="CSV Format" icon="file-csv" href="/guides/batch-calling/csv-format">
    Format your CSV files correctly
  </Card>

  <Card title="Contact Format" icon="users" href="/guides/batch-calling/contact-format">
    Structure contact data with custom variables
  </Card>

  <Card title="Configuration" icon="sliders" href="/guides/batch-calling/configuration">
    Set priority, rate limits, and scheduling
  </Card>

  <Card title="Monitoring" icon="chart-line" href="/guides/batch-calling/monitoring">
    Track batch progress and metrics
  </Card>

  <Card title="Webhooks" icon="webhook" href="/guides/batch-calling/webhooks">
    Receive real-time completion notifications
  </Card>
</CardGroup>

***

## API Reference

Access API endpoints for integration:

<CardGroup cols={2}>
  <Card title="Single Call" icon="phone" href="/api-reference/endpoint/dial-single">
    Place individual outbound calls via API
  </Card>

  <Card title="Call Status" icon="clock" href="/api-reference/endpoint/get-call-status">
    Check live call status and metrics
  </Card>

  <Card title="Batch Operations" icon="layers" href="/api-reference/endpoint/create-batch">
    Create and manage batch campaigns
  </Card>

  <Card title="Agent Management" icon="settings" href="/api-reference/endpoint/get-agent">
    Configure and retrieve agent settings
  </Card>
</CardGroup>

***

## Configuration Guides

Learn how to configure key features:

<CardGroup cols={2}>
  <Card title="Voice Settings" icon="microphone" href="/guides/multilingual/voice-settings">
    Configure voice, speed, and language preferences
  </Card>

  <Card title="Dynamic Language Switching" icon="arrows-left-right" href="/guides/multilingual/dynamic-switching">
    Enable multi-language support in one agent
  </Card>

  <Card title="Writing Prompts" icon="pen-to-square" href="/guides/multilingual/writing-prompts">
    Best practices for effective agent prompts
  </Card>

  <Card title="Custom Functions" icon="plug" href="/guides/custom-functions/api-integration">
    Integrate external APIs and services
  </Card>
</CardGroup>

***

## Implementation Examples

Real-world implementation guides:

<CardGroup cols={2}>
  <Card title="Function Calling Examples" icon="code" href="/guides/custom-functions/examples">
    CRM, orders, appointments, and SMS examples
  </Card>

  <Card title="Testing Guide" icon="vial" href="/guides/custom-functions/testing">
    How to test and debug custom functions
  </Card>

  <Card title="Best Practices" icon="star" href="/guides/custom-functions/best-practices">
    Security, performance, and reliability tips
  </Card>

  <Card title="Webhook Processing" icon="webhook" href="/guides/custom-metrics-processing">
    Process post-call data and metrics
  </Card>
</CardGroup>

***

## Languages & Localization

Support for global markets:

<CardGroup cols={2}>
  <Card title="Supported Languages" icon="language" href="/guides/multilingual/languages">
    Complete list of 30+ supported languages
  </Card>

  <Card title="Indian Languages" icon="india" href="/guides/multilingual/languages">
    Hindi, Tamil, Telugu, Bengali, Kannada, and more
  </Card>

  <Card title="Arabic Support" icon="book-open" href="/guides/multilingual/languages">
    Arabic (Saudi Arabia) dialect support
  </Card>

  <Card title="Writing in Native Scripts" icon="pen" href="/guides/multilingual/writing-prompts">
    Use native scripts, not romanized text
  </Card>
</CardGroup>

***

## Quick Tips

<CardGroup cols={2}>
  <Card title="CSV Upload Checklist" icon="list-checks" href="/guides/batch-calling/csv-format">
    Verify your CSV file before uploading
  </Card>

  <Card title="Custom Metric Guidelines" icon="lightbulb" href="/guides/custom-metrics-processing">
    Write effective AI analysis prompts
  </Card>

  <Card title="Performance Optimization" icon="zap" href="/guides/batch-calling/configuration">
    Optimize call rates and resource usage
  </Card>

  <Card title="Error Handling" icon="alert-circle" href="/guides/custom-functions/best-practices">
    Handle errors gracefully in integrations
  </Card>
</CardGroup>

***

## Getting Help

Need more information?

<CardGroup cols={2}>
  <Card title="API Reference" icon="code-xml" href="/api-reference/introduction">
    Complete API documentation
  </Card>

  <Card title="Dashboard Features" icon="monitor" href="/essentials/dashboard-features">
    Learn about dashboard capabilities
  </Card>
</CardGroup>
