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

# Introduction

> Welcome, future innovator! This guide is your friendly roadmap to building a powerful AI agent, even if you're totally new to conversational AI. Here, you'll learn not only how to set up your agent but also why each feature is important and how it can be applied to real-world scenarios.  Whether you're automating customer support, generating leads, creating a smart scheduling assistant, or simply curious about AI, we’re here to make it fun and simple 🚀

## Setting up

### *Welcome Aboard!*

You’re about to build a conversational GenAI agent that can talk with your customers, understand, empathize and provide solutions. Think of this platform as your agentic lab.

* **Knowledge Bases** = Your agent’s memory.
* **Agents** = Your 24/7 delegates who speak with your customers.
* **Integrations** = Superpowers (like SMS, email, CRM).
* **Actions** = Your agent’s workflows and automations.

**First Steps:**

1. **Create a Knowledge Base** (Feed your agent information).
2. **Build an Agent** (Define its role and style).
3. **Add Integrations** (Connect to tools like Zoho or Twilio).
4. **Add Actions** (Define how your agent uses integrations to automate tasks).
5. **Test & Launch** (Watch it come alive!).

The first step to world-class documentation is setting up your editing environments.

<CardGroup cols={2}>
  <Card title="Creating a Knowledge Base" icon="book" href="/M1_KB">
    Learn how to upload documents or import content from a URL to build your AI agent's knowledge base
  </Card>

  <Card title="Creating Your first Agent" icon="Robot" href="/M2_Agent">
    Learn how to create and customize your first GenAI agent, from scratch or using a template
  </Card>
</CardGroup>

## Personalize Your Agent

Tailor your GenAI agent to meet your specific needs by customizing

<CardGroup cols={2}>
  <Card title="Setting Up Integrations" icon="screwdriver-wrench" href="/M3_Integrations">
    Learn how to integrate your GenAI agent with SMS, email, CRM, ticketing systems, and custom APIs
  </Card>

  <Card title="Managing Variables & Actions" icon="square-root-variable" href="/M4_Actions">
    Learn how to create variables and actions to automate workflows and handle dynamic data in your GenAI agent
  </Card>

  <Card title="Agent Chaining" icon="link" href="/M5_Chains">
    Create multi-step conversational flows that adapt to user needs with Agent Chaining
  </Card>

  <Card title="Add Phone Numbers" icon="phone-office" href="/M6_Numbers">
    Learn how to whitelist phone numbers for testing and import numbers from Twilio to your agent
  </Card>

  <Card title="Analytics" icon="chart-mixed" href="/M7_Analytics">
    Learn how to track and improve your agent’s performance with conversational and action logs, as well as in-depth analytics
  </Card>

  <Card title="Need Help?" icon="headset" href="/F01_Support">
    Easily raise support tickets for bugs, features, or account issues, and track the progress of your requests
  </Card>
</CardGroup>
