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

# Introduction

> Hyperleap AI empowers businesses to build AI solutions across three powerful modes: Bot Studio for customer-facing chatbots, AI Studio for internal team productivity, and API Console for seamless AI integration into your products.

<Frame>
  <img className="rounded-lg border border-gray-100" src="https://mintcdn.com/hyperleap/hVizvetMa1CprwXZ/images/thumbnail.png?fit=max&auto=format&n=hVizvetMa1CprwXZ&q=85&s=73ae78703e41c16fd066a4e12d5f648d" alt="Hyperleap AI Thumbnail" width="1200" height="630" data-path="images/thumbnail.png" />
</Frame>

## Build AI Solutions for Your Business

Hyperleap AI provides a complete platform for businesses to develop AI solutions across three distinct modes, each designed for specific use cases:

<CardGroup cols={3}>
  <Card title="Bot Studio" icon="comments" href="/guides/chatbots/chatbots">
    **Customer-Facing AI Chatbots**

    Deploy fully customizable, 24/7 AI chatbots on your website and social channels. Capture leads, answer questions, and automate customer interactions with zero code required.
  </Card>

  <Card title="AI Studio" icon="wrench" href="/guides/tools/tools">
    **Internal Team Productivity**

    Empower your teams with AI Tools and AI Assistants that automate workflows from marketing to sales to operations. Choose from 500+ pre-built tools or create custom ones.
  </Card>

  <Card title="API Console" icon="code" href="/api-reference/introduction">
    **Product Integration**

    Integrate AI capabilities directly into your products using our REST APIs for Prompts and Personas. Build custom AI experiences with state management, versioning, and multi-model support.
  </Card>
</CardGroup>

## How It Works

All three modes are built on a unified foundation that makes your AI grounded in truth and company knowledge.

### Sources: The Foundation

<Card title="Sources" icon="brain" href="/guides/sources">
  Upload your business documents, web pages, and text snippets to create **Sources**. Each Source becomes a knowledge base that can be attached to any chatbot, tool, assistant, prompt, or persona across all three modes.

  Our advanced Retrieval Augmented Generation (RAG) engine ensures your AI delivers accurate, contextually relevant responses based on your actual business information.
</Card>

## Choose Your Path

<Tabs>
  <Tab title="I want to engage customers">
    ### Bot Studio is for you

    Perfect for businesses that want to:

    * Automate customer service 24/7
    * Capture and qualify leads automatically
    * Deploy chatbots on website, Facebook, Instagram, and WhatsApp
    * Customize branding to match your website perfectly
    * Track conversations and gather customer insights

    <Card title="Get Started with Chatbots" icon="rocket" href="/guides/chatbots/chatbots">
      Set up your first AI chatbot in minutes
    </Card>
  </Tab>

  <Tab title="I want to boost team productivity">
    ### AI Studio is for you

    Perfect for businesses that want to:

    * Automate repetitive business workflows
    * Give teams AI-powered tools for their daily work
    * Create custom AI assistants for specific departments
    * Ground AI in company knowledge and documents

    <CardGroup cols={2}>
      <Card title="Explore AI Tools" icon="wrench" href="/guides/tools/tools">
        Browse 500+ pre-built tools or create your own
      </Card>

      <Card title="Explore AI Assistants" icon="robot" href="/guides/assistants/assistants">
        Deploy 150+ assistants or build custom ones
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="I want to integrate AI into my product">
    ### API Console is for you

    Perfect for developers who want to:

    * Embed AI capabilities directly into applications
    * Manage prompts and versioning centrally
    * Build conversational AI with built-in state management
    * Switch between OpenAI, Anthropic, and other models easily

    <CardGroup cols={2}>
      <Card title="Prompts API" icon="terminal" href="/guides/prompts/prompts">
        Non-conversational AI for form-based workflows
      </Card>

      <Card title="Personas API" icon="message" href="/guides/personas/personas">
        Conversational AI with memory and state management
      </Card>
    </CardGroup>
  </Tab>
</Tabs>

## Start Building Today

<CardGroup cols={2}>
  <Card title="Access the Studio" icon="laptop" href="https://studio.hyperleapai.com">
    Jump into the Hyperleap AI Studio to start building your AI solutions
  </Card>

  <Card title="API Documentation" icon="book" href="/api-reference/introduction">
    Explore the complete API reference for developers
  </Card>
</CardGroup>
