# Overview

#### Introduction

The **Chat AI Agent** is Gallabox's next-generation conversational AI solution that brings the power of natural language understanding to your customer interactions. Unlike traditional workflow-based bots that follow rigid, predefined paths, the Chat AI Agent adapts dynamically to customer inputs, enabling more human-like, contextual conversations.

The Chat AI Agent supports both **WhatsApp** and **Instagram** channels, making it a versatile solution for businesses looking to automate customer conversations across multiple platforms.

#### Why Choose Chat AI Agent?

| Traditional Workflow Bots          | Chat AI Agent                                |
| ---------------------------------- | -------------------------------------------- |
| Follows fixed, rule-based paths    | Adapts dynamically to customer inputs        |
| Requires explicit keyword matching | Understands natural language and context     |
| Limited to predefined responses    | Generates contextual responses on the fly    |
| Struggles with unexpected queries  | Handles variations and edge cases gracefully |
| Best for simple, linear workflows  | Ideal for complex, conversational scenarios  |

**Key Advantages:**

* **Natural Conversations**: Customers can express themselves freely without being constrained by button options or specific keywords
* **Contextual Understanding**: The AI remembers conversation history and responds appropriately
* **Flexible Adaptation**: Can suggest alternate solutions based on customer budget, preferences, or constraints
* **Multi-Channel Support**: Works seamlessly on both WhatsApp and Instagram
* **Quick Setup**: Get started in minutes with pre-built use cases or custom prompts

***

#### When to Use Chat AI Agent

The Chat AI Agent is perfect for:

* **Lead Qualification**: Have natural conversations to understand prospect needs and qualify leads
* **Sales Assistance**: Guide customers through product selection with personalized recommendations
* **Customer Support**: Answer FAQs and resolve common issues conversationally
* **Receptionist/Booking**: Handle appointments, reservations, and scheduling
* **Product Recommendations**: Suggest products based on customer preferences and budget

***

#### Key Concepts

<details>

<summary><strong>AI Agent</strong></summary>

An AI-powered conversational assistant that uses natural language processing to understand and respond to customer messages dynamically, rather than following a fixed workflow.

</details>

<details>

<summary><strong>Use Case</strong></summary>

A pre-defined scenario template (like Lead Qualification, Sales, FAQ, or Receptionist) that provides a starting point for your Chat AI Agent with relevant prompts and conversation flows.

</details>

<details>

<summary><strong>System Prompt</strong></summary>

The underlying instructions that guide the AI's behavior, tone, and response style. This is automatically generated based on your business information and use case selection.

</details>

<details>

<summary><strong>Channel</strong></summary>

The messaging platform where your Chat AI Agent operates. Currently supports WhatsApp and Instagram.

</details>

<details>

<summary><strong>Website Scraping</strong></summary>

The process of automatically extracting business information from your website URL to personalize the AI agent's knowledge about your products, services, and brand.

</details>

***

#### Chat AI Agent vs. Traditional Bots

| Feature                 | Traditional Bot                 | Chat AI Agent                      |
| ----------------------- | ------------------------------- | ---------------------------------- |
| **Setup Complexity**    | Requires building flows         | Wizard-based, quick setup          |
| **Handling Variations** | Limited to programmed paths     | Understands context and intent     |
| **Response Generation** | Pre-defined messages            | AI-generated, contextual           |
| **Learning Curve**      | Requires understanding of flows | Minimal technical knowledge needed |
| **Best For**            | Simple, repetitive tasks        | Complex, conversational scenarios  |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gallabox.com/chat-ai-agent/overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
