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

# Introduction

> Welcome to thinnestAI — build AI voice agents, chatbots, and automated workflows in minutes.

# Welcome to thinnestAI

thinnestAI is a platform for building intelligent voice agents, chatbots, and automated workflows. Create AI-powered phone agents that can handle customer calls, book appointments, qualify leads, and more — all without writing a single line of code.

## What You Can Build

### Voice Agents

Build AI agents that answer phone calls, make outbound calls, and handle complex conversations naturally. Connect a phone number and your agent is live in minutes.

### Chat Agents

Deploy conversational AI on your website with our embeddable chat widget. Your agent uses the same intelligence whether it's on the phone or in a chat window.

### Automated Workflows

Design multi-step workflows with branching logic, tool integrations, and team coordination. Automate entire business processes end-to-end.

## Key Features

* **Natural Voice Conversations** — Human-like voice interactions powered by the latest AI models
* **Multiple LLM Providers** — Choose from Claude, GPT-4, Gemini, Mistral, and more
* **[AI Builder](/docs/ai-builder)** — Describe what you want and AI generates a complete agent configuration
* **[80+ Built-in Tools](/docs/tools)** — Connect to Gmail, Google Calendar, CRMs, databases, and custom APIs
* **[Knowledge Base](/docs/knowledge)** — Upload documents, websites, and data so your agent has the answers
* **[Scraping Hub](/docs/scraping)** — Extract content from any website using multiple scraping engines
* **[Skills](/docs/skills)** — Reusable capability packages with tools, instructions, and knowledge
* **[Visual Flow Editor](/docs/workflows)** — Drag-and-drop workflow builder with branching and team coordination
* **[Agent Learning](/docs/learning)** — Agents improve from user feedback and corrections
* **[Simulations](/docs/simulations)** — Test agents with AI persona callers before you ship, scored by an AI judge
* **[Evaluations](/docs/evaluations)** — Automated quality scoring with AI-as-judge
* **[Human-in-the-Loop](/docs/approvals)** — Require human approval before sensitive actions
* **[A2A Protocol](/docs/a2a)** — Agent-to-agent interoperability using Google's open standard
* **[Embed Widget](/docs/embed-widget)** — Deploy chat agents on any website with a single script tag
* **[Team Agents](/docs/teams)** — Coordinate multiple agents that work together on complex tasks
* **[Campaigns](/docs/campaigns)** — Run outbound calling campaigns at scale
* **[Analytics](/docs/analytics)** — Monitor calls, track performance, and review transcripts
* **[RBAC](/docs/rbac)** — Role-based access control for teams
* **[Templates](/docs/templates)** — Pre-built agent templates for common use cases
* **[Billing](/docs/billing)** — Pay-as-you-go with transparent token and minute pricing

## Quick Links

| Section                                | Description                                         |
| -------------------------------------- | --------------------------------------------------- |
| [Quickstart](/docs/quickstart)         | Get your first agent up and running in 5 minutes    |
| [Agents](/docs/agents)                 | Create and configure AI agents                      |
| [AI Builder](/docs/ai-builder)         | Let AI generate your agent configuration            |
| [Templates](/docs/templates)           | Start from pre-built agent templates                |
| [Tools](/docs/tools)                   | Browse 80+ built-in tools                           |
| [Skills](/docs/skills)                 | Reusable capability packages                        |
| [Workflows](/docs/workflows)           | Visual flow editor for multi-step pipelines         |
| [Knowledge](/docs/knowledge)           | Add documents and data to your agent                |
| [Simulations](/docs/simulations)       | Test agents with AI persona callers before shipping |
| [Evaluations](/docs/evaluations)       | Measure agent quality with AI scoring               |
| [Learning](/docs/learning)             | Teach agents to improve from feedback               |
| [Embed Widget](/docs/embed-widget)     | Add a chat widget to your website                   |
| [Analytics](/docs/analytics)           | Monitor performance and costs                       |
| [Authentication](/docs/authentication) | Secure your API access                              |

## How It Works

1. **Create an Agent** — Pick a model, write your instructions, and configure the voice.
2. **Add Knowledge** — Upload documents, FAQs, or connect data sources so your agent knows your business.
3. **Connect Tools** — Give your agent the ability to book appointments, send emails, look up records, and more.
4. **Assign a Phone Number** — Connect a phone number and your agent starts taking calls immediately.
5. **Monitor & Improve** — Review call transcripts, track metrics, and refine your agent's behavior.

## API & Dashboard

You can build everything through the **thinnestAI Dashboard** — a visual interface for creating agents, managing phone numbers, reviewing calls, and configuring workflows.

For programmatic access, the **thinnestAI API** lets you create and manage agents, trigger calls, and integrate with your existing systems.

```bash theme={null}
# Base URL
THINNESTAI_API_URL=https://api.thinnest.ai
```

Ready to get started? Head to the [Quickstart guide](/docs/quickstart).
