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

# Agent Overview

> Understand what an AI agent is and how it works in Solvea.

An **AI agent** is a role-based AI receptionist built for a specific business scenario. It is designed to handle specific tasks and customer interactions autonomously.

*For example, a Retail Customer Specialist Agent can manage common e-commerce inquiries such as product recommendations, order tracking, and product usage questions.*

## How an Agent Works

**AI Agent think and act like human staff.** A Solvea agent can:

* Understand customer intent
* Retrieve relevant knowledge from the knowledge base
* Use connected tools and communication channels
* Execute the correct task workflow
* Escalate to a human agent when needed

For example:

<Frame>
  <img src="https://mintcdn.com/solvea-a5b10e8e/eWDCC1F5ue4H5pfS/images/agent-1.png?fit=max&auto=format&n=eWDCC1F5ue4H5pfS&q=85&s=5b139cb039bd6c00756cf2d3b49274cb" alt="Agent 1" width="2142" height="896" data-path="images/agent-1.png" />
</Frame>

This allows the agent to handle both conversations and workflows, not just reply to messages.

## Build your Agents

You can create multiple agents for different industries or business scenarios.

Each agent operates independently and can be deployed across different channels without interfering with one another.

## What You’ll Learn

In this section, you will learn how to:

<Columns cols={1}>
  <Card title="Build Agents" icon="sparkles" href="/agent/build-agent-with-ai">
    Create agents using AI chatting or pre-built templates.
  </Card>

  <Card title="Configure your Agent" icon="wrench" href="/agent/configure-your-agent">
    Set up profiles, channels, handoffs, tools, knowledge, and customization options.
  </Card>

  <Card title="Testing and Training" icon="arrows-rotate" href="/agent/testing-and-training">
    Refine your agents through testing and training.
  </Card>

  <Card title="Advanced: write an agent prompt" icon="wand-magic-sparkles" href="/agent/advanced-write-an-agent">
    Build a custom agent from scratch by writing your own agent prompt.
  </Card>
</Columns>
