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

# Introduction

> A2V2.ai lets you build AI agents trained on your own content and embed them anywhere.

A2V2.ai is a platform for building **AI agents** — chatbots that answer questions
using *your* documents, websites, and knowledge instead of generic internet
answers. Upload your content, test the agent, customize how it looks, and drop it
onto your website with a single snippet.

<Note>
  Looking to ship something right now? Jump to the [5-minute Quickstart](/quickstart).
</Note>

## What you can build

<CardGroup cols={2}>
  <Card title="A support agent" icon="headset">
    Answer customer questions from your help docs, policies, and FAQs — with
    source citations on every answer.
  </Card>

  <Card title="A sales / lead agent" icon="user-plus">
    Capture contacts and qualify leads through conversation, stored in the
    built-in CRM.
  </Card>

  <Card title="A knowledge assistant" icon="book-open">
    Turn manuals, transcripts, and YouTube videos into an instant Q\&A assistant
    for your team or your customers.
  </Card>

  <Card title="A website concierge" icon="globe">
    Embed a chat bubble that greets visitors, answers questions, and guides them
    to the right page.
  </Card>
</CardGroup>

## How A2V2.ai works

Building an agent follows the same loop every time:

<Steps>
  <Step title="Create an agent">
    Each agent is an independent chatbot with its own knowledge, personality,
    and appearance. [Create your first agent →](/building/create-agent)
  </Step>

  <Step title="Add knowledge">
    Upload files, crawl a website, add YouTube videos, or write Q\&A pairs. A2V2.ai
    reads, splits, and indexes your content so the agent can search it.
    [Build the knowledge base →](/knowledge-base/overview)
  </Step>

  <Step title="Shape its behavior">
    Write instructions (the agent's persona and rules), pick a model, and turn on
    skills. [Configure instructions →](/building/instructions)
  </Step>

  <Step title="Test it">
    Chat with your agent in the Sandbox, or compare configurations side-by-side in
    the Playground. [Test your agent →](/testing/sandbox)
  </Step>

  <Step title="Customize & embed">
    Style the widget to match your brand, then add it to your site as a chat
    bubble or an inline iframe. [Embed your agent →](/embed/install)
  </Step>
</Steps>

## Key ideas before you start

<CardGroup cols={3}>
  <Card title="Agents" icon="robot" href="/concepts#agents">
    Each chatbot you build. You can have many agents in one organization.
  </Card>

  <Card title="Knowledge base" icon="database" href="/concepts#knowledge-base">
    The content an agent is trained on — your sources.
  </Card>

  <Card title="Credits" icon="coins" href="/concepts#credits">
    Usage is metered in credits. Every message and upload consumes some.
  </Card>
</CardGroup>

## Get help

Stuck on something? Email us at [support@a2v2.ai](mailto:support@a2v2.ai) and
include your organization name and the agent you're working on.
