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

# Agent Creation Overview

> Complete guide covering all methods to create and manage AI agents.

## Agent Creation: Full Guide

This page consolidates **all agent creation methods** in CloserX.ai — from manual setup to AI-assisted generation.

***

### Creation Methods

| Method            | Best For            | Time to Launch |
| ----------------- | ------------------- | -------------- |
| **From Scratch**  | Full control        | 10–20 min      |
| **Talk to AI**    | Non-technical users | 1–2 min        |
| **Use Template**  | Common use cases    | 3–5 min        |
| **Upload Script** | Existing flows      | 2 min          |
| **Clone Agent**   | Scaling/A-B testing | 30 sec         |

***

### Core Components (All Methods)

Every agent includes:

* **LLM Brain** (GPT, Claude, etc.)
* **Voice Engine** (realistic TTS)
* **Prompt Logic** (behavior rules)
* **Tools** (Calendar, CRM, SMS, Transfer)
* **Analytics** (post-call insights)

***

### Recommended Workflow

1. **Start with Talk to AI** → Get a working agent fast.
2. **Clone & Customize** → Create client versions.
3. **Use Templates** → For proven scripts.
4. **Build from Scratch** → For unique logic.

***

### Pro Tips

* Always **test in Playground** before going live.
* Enable **versioning** to rollback changes.
* Use **tags** to organize agents by client or campaign.

***

<Note>
  All agents are **multi-tenant safe** and **whitelabel-ready**.
</Note>
