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

# Core Concepts

> Understanding DialIQ's fundamental concepts for maximum effectiveness

Understanding DialIQ's fundamental concepts will help you configure and optimize your AI receptionist for maximum effectiveness.

## Architecture Overview

DialIQ operates as an intelligent intermediary between your callers and your business systems. When a call comes in, DialIQ's AI processes the conversation in real-time, takes appropriate actions, and integrates with your existing tools.

### How It Works

```mermaid theme={null}
graph TD
    A[Incoming Call] --> B[DialIQ AI Agent]
    B --> C[Natural Language Understanding]
    C --> D[Intent Recognition]
    D --> E[Response Generation]
    E --> F[Action Taken]
    F --> G[Integration Sync]
```

<Steps>
  <Step title="Call Reception">
    Caller dials your business number
  </Step>

  <Step title="AI Engagement">
    DialIQ AI agent answers and begins natural conversation
  </Step>

  <Step title="Intent Detection">
    AI understands what the caller needs
  </Step>

  <Step title="Action Execution">
    Books appointments, answers questions, or escalates
  </Step>

  <Step title="Integration Sync">
    Updates your calendar, CRM, or other business systems
  </Step>

  <Step title="Follow-up">
    Sends confirmations, notifications, and reminders
  </Step>
</Steps>

## AI Agents

An **AI Agent** is your virtual receptionist — the voice that answers your calls and interacts with customers on your behalf.

### Agent Capabilities

<CardGroup cols={2}>
  <Card title="Conversational Understanding" icon="comments">
    DialIQ agents use advanced natural language processing to understand caller intent, context, and nuance. They don't require callers to follow rigid menu structures or speak in specific phrases.
  </Card>

  <Card title="Dynamic Responses" icon="wand-magic-sparkles">
    Rather than playing pre-recorded messages, agents generate contextually appropriate responses in real-time, adapting to the unique flow of each conversation.
  </Card>

  <Card title="Multi-turn Conversations" icon="messages">
    Agents maintain conversation context across multiple exchanges, handling complex inquiries that require back-and-forth dialogue to resolve.
  </Card>

  <Card title="Personality & Brand Alignment" icon="palette">
    Customize your agent's communication style, terminology, and personality to match your brand voice — from professional and formal to friendly and casual.
  </Card>
</CardGroup>

### Agent Knowledge Base

Your AI agent's knowledge comes from several sources:

<AccordionGroup>
  <Accordion title="Business Profile" icon="building">
    Company information, location, hours, and contact details
  </Accordion>

  <Accordion title="Services Catalog" icon="list-check">
    Detailed descriptions of what you offer
  </Accordion>

  <Accordion title="FAQs" icon="circle-question">
    Pre-configured answers to common questions
  </Accordion>

  <Accordion title="Custom Instructions" icon="file-lines">
    Specific guidance on how to handle particular scenarios
  </Accordion>

  <Accordion title="Integration Data" icon="plug">
    Real-time information from connected systems (calendar availability, CRM data, etc.)
  </Accordion>
</AccordionGroup>

## Omnichannel Communication

DialIQ provides **unified communication** across multiple channels, allowing customers to interact via voice, SMS, and chat.

### Supported Channels

<CardGroup cols={3}>
  <Card title="Voice Calls" icon="phone">
    Traditional phone calls handled by AI voice agents with natural conversation flow
  </Card>

  <Card title="SMS / Text" icon="message">
    Inbound text message inquiries and outbound SMS notifications, summaries, and booking links
  </Card>

  <Card title="Chat" icon="comments">
    Web chat and messaging platform integrations (coming soon: WhatsApp for international)
  </Card>
</CardGroup>

### Unified Inbox

All conversations — regardless of channel — appear in a single **Inbox** view:

* Voice call transcripts with playback
* SMS message threads
* Chat conversation history
* Unified timeline showing full customer interaction history

<Info>
  The **Inbox** replaces traditional "Call Logs" — providing a complete omnichannel view of all customer communications in one place.
</Info>

## Continued Conversations

DialIQ maintains **conversation context** across channels and time, eliminating the need for customers to repeat themselves.

### Cross-Channel Continuity

<Tabs>
  <Tab title="Call to SMS">
    **Scenario**: Caller hangs up or requests information (e.g., "Send me your address")

    **DialIQ Action**: AI instantly sends an SMS to the caller's mobile with the requested information:

    *"Hi, this is DialIQ at \[Business Name]. Here is the address you asked for: 123 Main St..."*

    The conversation context is maintained — the AI knows what was discussed.
  </Tab>

  <Tab title="Dropped Call">
    **Scenario**: Call disconnects prematurely before completion

    **DialIQ Action**: AI sends SMS within seconds:

    *"We got disconnected. Would you like to continue via text?"*

    **Context Retained**: AI remembers the intent (e.g., booking appointment) and doesn't restart from scratch.
  </Tab>

  <Tab title="Returned Call">
    **Scenario**: Customer calls back hours or days later

    **DialIQ Action**: AI recognizes the caller and offers to continue:

    *"Welcome back! Last time we spoke about scheduling your AC repair. Would you like to continue with that booking?"*

    **Context Retained**: Full conversation history available — no need to repeat information.
  </Tab>
</Tabs>

<Note>
  **Why This Matters**: Customers appreciate not having to repeat themselves. Continued conversations improve satisfaction and increase conversion rates by reducing friction.
</Note>

## Call Flows

A **Call Flow** defines how DialIQ handles different types of interactions based on caller intent, time of day, and business rules.

### Standard Flow Types

<Tabs>
  <Tab title="Information Inquiry">
    Customer asks questions about your business, services, pricing, or location via call, SMS, or chat. Agent provides answers from your knowledge base and offers to schedule an appointment.
  </Tab>

  <Tab title="Appointment Booking">
    Customer wants to schedule a service. Agent checks availability, collects required information, books the appointment, and sends confirmation via SMS and email.
  </Tab>

  <Tab title="Emergency/Urgent">
    Customer has an urgent need requiring immediate attention. Agent follows triage rules to assess urgency and escalates to your team if necessary.
  </Tab>

  <Tab title="Customer Service">
    Customer has questions about an existing appointment or service. Agent retrieves relevant information and assists or routes to appropriate staff.
  </Tab>
</Tabs>

### Call Flow Components

<CardGroup cols={2}>
  <Card title="Greeting" icon="hand-wave">
    The initial message callers hear. Customize by time of day, caller type, or business hours status.
  </Card>

  <Card title="Intent Recognition" icon="brain">
    AI determines what the caller needs through natural conversation, not rigid menu options.
  </Card>

  <Card title="Information Gathering" icon="clipboard-list">
    Agent collects necessary details (name, contact info, service type, preferred time, etc.) conversationally.
  </Card>

  <Card title="Action Execution" icon="bolt">
    Agent takes appropriate action: books appointment, provides information, captures lead, or escalates.
  </Card>

  <Card title="Confirmation & Follow-up" icon="check-circle">
    Agent confirms details with caller and triggers automated follow-up actions (email, SMS, notifications).
  </Card>
</CardGroup>

## Business Hours & Availability

DialIQ operates 24/7, but your **Business Hours** define when appointments can be scheduled and how calls are handled.

### Hours Configuration

<AccordionGroup>
  <Accordion title="Operating Hours" icon="clock">
    Define when your business is open for appointments. These hours control when the AI can book new appointments.
  </Accordion>

  <Accordion title="After-Hours Handling" icon="moon">
    Configure how DialIQ responds when calling outside business hours:

    * Take messages and offer next-day callbacks
    * Book appointments for next available slot
    * Provide emergency escalation for urgent matters
    * Share alternative contact methods
  </Accordion>

  <Accordion title="Holiday & Exception Schedules" icon="calendar-xmark">
    Set special hours for holidays, vacation days, or seasonal variations.
  </Accordion>

  <Accordion title="Timezone Intelligence" icon="earth-americas">
    DialIQ automatically handles timezone conversions, ensuring appointments are booked correctly regardless of where callers are located.
  </Accordion>
</AccordionGroup>

## Services & Appointment Types

**Services** define what your business offers and how appointments should be structured.

### Service Attributes

<CardGroup cols={2}>
  <Card title="Service Name" icon="tag">
    Customer-facing name (e.g., "AC Repair," "Initial Consultation," "60-Minute Massage")
  </Card>

  <Card title="Category" icon="folder">
    Organizational grouping for related services (e.g., "Air Conditioning Services," "Legal Services")
  </Card>

  <Card title="Duration" icon="timer">
    Appointment length (fixed time like "60 min" or "Variable" for service calls)
  </Card>

  <Card title="Booking Requirements" icon="list-ul">
    Information needed to book this service type (address for service calls, medical history for healthcare, etc.)
  </Card>

  <Card title="Pricing (Optional)" icon="dollar-sign">
    Rate information the AI can share with callers
  </Card>

  <Card title="Description" icon="file-lines">
    Detailed explanation helping the AI understand and explain the service to callers
  </Card>
</CardGroup>

<Info>
  **Service-Specific Call Handling**: Different services can have unique handling rules — some may require immediate escalation (legal emergencies), others may need additional qualification questions (healthcare triage), and certain services might only be bookable during specific hours.
</Info>

## Appointment Scheduling

DialIQ's **Appointment Scheduling** integrates directly with your calendar to book, manage, and optimize appointments.

### How Scheduling Works

<CardGroup cols={2}>
  <Card title="Real-Time Availability" icon="calendar-check">
    AI checks your connected calendar(s) in real-time during the call to determine available time slots.
  </Card>

  <Card title="Conflict Prevention" icon="shield-check">
    Automatically prevents double-booking by checking all connected calendars and respecting buffer times.
  </Card>

  <Card title="Intelligent Slot Selection" icon="sparkles">
    AI suggests optimal appointment times based on caller preferences, your availability patterns, buffer time requirements, and travel time between appointments.
  </Card>

  <Card title="Booking Rules" icon="gavel">
    Configure constraints like minimum advance notice, maximum booking window, buffer time between appointments, and appointment type availability by day/time.
  </Card>
</CardGroup>

### Calendar Integration

DialIQ syncs bidirectionally with:

<CardGroup cols={3}>
  <Card title="Google Calendar" icon="google">
    Full two-way sync
  </Card>

  <Card title="Microsoft Outlook" icon="microsoft">
    Office 365 & Exchange
  </Card>

  <Card title="Apple Calendar" icon="apple">
    iCloud & CalDAV
  </Card>
</CardGroup>

<Note>
  **Two-Way Sync**: Changes made in your calendar reflect in DialIQ's availability, and appointments booked by DialIQ appear immediately in your calendar.
</Note>

## FAQs & Knowledge Management

**FAQs** (Frequently Asked Questions) provide your AI agent with consistent, accurate answers to common inquiries.

### FAQ Structure

Each FAQ consists of:

* **Question**: The inquiry callers typically make (can include variations)
* **Answer Type**: Yes/No responses, detailed text answers, conditional responses (with follow-up questions), or data values (prices, amounts, times)
* **Context Triggers**: When this FAQ is most relevant (during booking, after hours, for specific services)

### Best Practices

<AccordionGroup>
  <Accordion title="Cover Common Scenarios" icon="check">
    * Business hours and location
    * Pricing and payment methods
    * Emergency service availability
    * Insurance acceptance (for healthcare)
    * Service area coverage
    * Cancellation policies
    * What to expect/prepare
  </Accordion>

  <Accordion title="Keep Answers Concise" icon="compress">
    Callers prefer brief, direct answers. Provide details when asked, but lead with key information.
  </Accordion>

  <Accordion title="Update Regularly" icon="rotate">
    Review FAQ performance in analytics and add new FAQs based on actual call patterns.
  </Accordion>
</AccordionGroup>

## Triage & Escalation

**Triage** is the process of assessing call urgency and routing critical situations to your team immediately.

### Triage Levels

<Tabs>
  <Tab title="Low Priority">
    Standard inquiries and routine appointment requests. AI handles completely without human intervention.
  </Tab>

  <Tab title="Medium Priority">
    Requests requiring some urgency or special handling. AI may offer expedited scheduling or flag for same-day follow-up.
  </Tab>

  <Tab title="High Priority">
    Urgent situations requiring quick attention. AI captures information and notifies your team via SMS/email while keeping caller on the line if needed.
  </Tab>

  <Tab title="Critical/Emergency">
    Life-threatening emergencies or critical business situations. AI immediately transfers to designated emergency contact(s) or provides 911 guidance.
  </Tab>
</Tabs>

### Escalation Rules

Define when and how calls get escalated:

<CardGroup cols={2}>
  <Card title="Trigger Conditions" icon="bell">
    * Specific keywords (e.g., "emergency," "urgent," "ASAP")
    * Service types (e.g., emergency plumbing, legal crises)
    * Caller sentiment (angry/frustrated customers)
    * High-value opportunities (large projects, VIP clients)
    * Time sensitivity (same-day needs outside auto-booking window)
  </Card>

  <Card title="Escalation Actions" icon="phone-arrow-up-right">
    * Live transfer to specific team members
    * Simultaneous SMS/email notification with call details
    * Voicemail with priority flag
    * Scheduled callback within defined timeframe
  </Card>

  <Card title="Fallback Protocols" icon="life-ring">
    What happens if primary contact is unavailable (secondary contacts, voicemail, emergency protocols)
  </Card>
</CardGroup>

## Integrations

**Integrations** connect DialIQ with your existing business tools to create seamless workflows.

### Integration Types

<AccordionGroup>
  <Accordion title="Calendar Systems" icon="calendar">
    Sync appointments, check availability, manage schedules

    * Google Calendar, Outlook, Apple Calendar
  </Accordion>

  <Accordion title="CRM Platforms" icon="address-book">
    Create leads, update contacts, log call activities

    * Salesforce, HubSpot, Zoho CRM, Pipedrive
  </Accordion>

  <Accordion title="Business Management Software" icon="briefcase">
    Create work orders, manage service tickets, update customer records

    * ServiceTitan, Housecall Pro, Jobber (for home services)
    * Mindbody, Vagaro (for fitness/wellness)
    * Practice management systems (for healthcare/legal)
  </Accordion>

  <Accordion title="Communication Tools" icon="comment">
    Send notifications, coordinate teams, share call information

    * Slack, Microsoft Teams
    * SMS/Email automation platforms
  </Accordion>

  <Accordion title="Custom Integrations" icon="code">
    Connect to proprietary systems via API, webhooks, or Zapier
  </Accordion>
</AccordionGroup>

### Integration Benefits

<CardGroup cols={2}>
  <Card title="Eliminate Data Entry" icon="keyboard">
    Information captured during calls automatically appears in your business systems.
  </Card>

  <Card title="Single Source of Truth" icon="database">
    Calendar changes, customer updates, and schedule modifications sync across all platforms.
  </Card>

  <Card title="Enable Advanced Workflows" icon="diagram-project">
    Trigger automated follow-ups, create tasks for your team, update project management tools based on calls.
  </Card>

  <Card title="Enhance AI Knowledge" icon="brain">
    Pull real-time data from connected systems to provide callers with up-to-date information.
  </Card>
</CardGroup>

## Analytics & Insights

DialIQ provides comprehensive **Analytics** to understand call patterns, measure performance, and optimize results.

### Key Metrics

<CardGroup cols={3}>
  <Card title="Call Volume" icon="phone-volume">
    Total calls, calls by hour/day/month, peak times, seasonal patterns
  </Card>

  <Card title="Answer Rate" icon="check">
    Percentage of calls answered by AI (should be nearly 100%)
  </Card>

  <Card title="Appointment Conversion" icon="calendar-plus">
    Percentage of calls that result in booked appointments
  </Card>

  <Card title="Average Call Duration" icon="clock">
    How long typical calls last by intent type
  </Card>

  <Card title="Intent Distribution" icon="chart-pie">
    Breakdown of caller needs (bookings, questions, emergencies, etc.)
  </Card>

  <Card title="Response Accuracy" icon="bullseye">
    How often AI successfully resolves inquiries without escalation
  </Card>
</CardGroup>

### Performance Optimization

Use analytics to:

* Identify questions requiring new FAQs
* Adjust business hours based on call patterns
* Optimize appointment slot availability
* Refine service descriptions for better understanding
* Improve triage rules based on escalation patterns
* Train staff on common customer concerns

## What's Next?

Now that you understand DialIQ's core concepts, you're ready to:

<CardGroup cols={2}>
  <Card title="Complete the Quickstart Guide" icon="rocket" href="/quickstart">
    Set up your first AI agent
  </Card>

  <Card title="Explore Subscriptions" icon="credit-card" href="/subscriptions">
    Choose the right plan for your business
  </Card>

  <Card title="Check the FAQ" icon="circle-question" href="/faq">
    Find answers to common questions
  </Card>
</CardGroup>

***

*Questions about core concepts? [Contact support](mailto:support@dialiq.ai)*
