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

# iwy

> Understand how and why iwy helps remove operational complexity

## The Basic Conversational AI Loop

<img className="block dark:hidden" src="https://mintcdn.com/iwy/_42IR4c_c9dd4Xdt/images/conversational-loop-diagram-light-prtscr.png?fit=max&auto=format&n=_42IR4c_c9dd4Xdt&q=85&s=05c7f623d360b8fa766cde11377fc19e" alt="High level conversational loop -- light mode" width="1440" height="837" data-path="images/conversational-loop-diagram-light-prtscr.png" />

<img className="hidden dark:block" src="https://mintcdn.com/iwy/_42IR4c_c9dd4Xdt/images/conversational-loop-diagram-dark-prtscr.png?fit=max&auto=format&n=_42IR4c_c9dd4Xdt&q=85&s=7899f5413b6db0bc8c32e13068b1274c" alt="High level conversational loop -- dark mode" width="1440" height="837" data-path="images/conversational-loop-diagram-dark-prtscr.png" />

<p style={{textAlign: 'center', fontStyle: 'italic'}}>
  The conversational loop in modern production-use voice AI agents.
</p>

## Quickstart

Get your first AI agent running in under 30 seconds:

1. **[Sign up](https://app.iwy.ai)** for a free account
2. **Configure** your agent's personality, voice, and appearance
3. **Deploy** via URL, embed code, or API integration
4. **Start conversations** with real-time voice and video

## Make it yours

Update your docs to your brand and add valuable content for the best user conversion.

<CardGroup cols={2}>
  <Card title="Getting Started" icon="rocket" href="/overview/quickstart">
    Go from idea to live AI agent faster than at any other platform
  </Card>

  <Card title="Frontend Integrations" icon="globe" href="/integrations/index">
    Embed AI agents into your website, via URLs, iframes, script tags, or API calls
  </Card>

  <Card title="Examples" icon="star" href="/examples/common-use-cases">
    Get inspired by other use cases
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/overview">
    See how to use the API to create and manage agents
  </Card>
</CardGroup>

## Popular Use Cases

* **Customer Support**: 24/7 AI agents that handle inquiries with natural conversation
* **Sales & Lead Generation**: Interactive agents that qualify leads and book appointments
* **Education**: AI tutors that provide personalized learning experiences
* **Healthcare**: Virtual assistants for patient screening and scheduling

## Session Management Pipeline

What happens under the hood when a user starts a conversation with an agent?

<img className="block dark:hidden" src="https://mintcdn.com/iwy/G25hY7NOv8_8zjPz/images/backend-control-flow-sequence-diagram-light.svg?fit=max&auto=format&n=G25hY7NOv8_8zjPz&q=85&s=7df092e79ee75efbd23f31688d698ae4" alt="iwy session management pipeline -- light mode" width="1674" height="1836" data-path="images/backend-control-flow-sequence-diagram-light.svg" />

<img className="hidden dark:block" src="https://mintcdn.com/iwy/G25hY7NOv8_8zjPz/images/backend-control-flow-sequence-diagram-dark.svg?fit=max&auto=format&n=G25hY7NOv8_8zjPz&q=85&s=b7fe1dd8fcf6bb60afe2a562839223bc" alt="iwy session management pipeline -- dark mode" width="1674" height="1836" data-path="images/backend-control-flow-sequence-diagram-dark.svg" />

<p style={{textAlign: 'center', fontStyle: 'italic'}}>
  Sequence diagram displaying iwy's session management pipeline, covering agent provisioning, model orchestration, real-time WebRTC streaming, and analytics data flow. © iwy.ai 2025
</p>

## Need Help?

* **Documentation**: You're reading it! Browse the sections above
* **Contact**: Reach out via our [contact page](https://www.iwy.ai/contact)
* **GitHub**: Contribute to our [open source repositories](https://github.com/iwy-ai)
