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

# Agents — create and manage AI assistants in Agenvik

> Learn how Agenvik agents work: add knowledge sources (PDF, text, URL), configure behaviour, assign channels, and preview before launch.

An **Agent** is an AI assistant configured for a specific use case. Each Agent has its own knowledge, behaviour, channels, actions, and performance history.

## What you will learn

* What you can manage from an Agent page
* How Agent status affects editing and launch
* How to choose the next guide for your setup task

## Agent list

The **Agents** page shows every Agent in your workspace. From here, you can create a new Agent, open an existing Agent, edit its name, archive it, or restore it.

<Frame>
  <img src="https://mintcdn.com/arokart/bVqC9z00iBm9fRgB/images/product-ss/agents-list.png?fit=max&auto=format&n=bVqC9z00iBm9fRgB&q=85&s=40d6e3ae614e3587df2d9f26532ae1a2" alt="Agents list placeholder" width="1512" height="943" data-path="images/product-ss/agents-list.png" />
</Frame>

Archived Agents are visible but inactive. Locked Agents may be read-only when your subscription is over a limit.

## Agent detail page

Open an Agent to configure the working parts of the assistant.

<Frame>
  <img src="https://mintcdn.com/arokart/bVqC9z00iBm9fRgB/images/product-ss/agent-detail.png?fit=max&auto=format&n=bVqC9z00iBm9fRgB&q=85&s=f44e349a2bd5aa8b50679954969505ce" alt="Agent detail page placeholder" width="2930" height="4096" data-path="images/product-ss/agent-detail.png" />
</Frame>

The page includes:

* **Knowledge Sources** for Text and Q\&A content
* **Behaviour** for prompt, tone, verbosity, fallback, and guardrails
* **Channel** for web chat display settings
* **WhatsApp Channel** for assigning a connected WhatsApp number
  {/* - **Actions** for Lead Generation */}{/* LEAD_GENERATION_DISABLED: uncomment to restore */}
* **Web Preview** for testing appearance and first impressions

## Recommended setup order

<Steps>
  <Step title="Create the Agent">
    Give it a name that matches the job it will do.
  </Step>

  <Step title="Add Knowledge Sources">
    Add Text or Q\&A content before training.
  </Step>

  <Step title="Train the Agent">
    Queue ready sources so the Agent can use them.
  </Step>

  <Step title="Tune Behaviour">
    Set instructions, tone, fallback, and guardrails.
  </Step>

  <Step title="Configure Channels and Actions">
    Prepare web chat and WhatsApp before launch.{/* LEAD_GENERATION_DISABLED: original text was "Prepare web chat, WhatsApp, and lead capture before launch." */}
  </Step>
</Steps>

## Next steps

<CardGroup cols={2}>
  <Card title="Knowledge Sources" icon="folder-plus" href="/user-guides/agents/knowledge-sources">
    Add the content your Agent will answer from.
  </Card>

  <Card title="Behaviour" icon="sliders" href="/user-guides/agents/behaviour">
    Shape how your Agent speaks and handles unknowns.
  </Card>
</CardGroup>
