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

# Quickstart

> Create and deploy your first AI support agent in under 5 minutes.

# Quickstart

This guide walks you through creating your first AI agent — from sign-up to a working embed on your website.

<Steps>
  <Step title="Sign Up">
    Go to [agntlabs.ai/signup](https://agntlabs.ai/signup) and create your account. You can start on the **Free plan** with 100 messages per month — no credit card required.
  </Step>

  <Step title="Create an Agent">
    From your dashboard, click **Create Agent**. Give your agent a name — this is what your customers will see in the chat widget header.
  </Step>

  <Step title="Add Sources">
    Train your agent by adding knowledge sources. You can combine multiple source types:

    * **Files** — Upload PDFs, DOCX, or TXT files (up to 5 MB on Free, up to 200 MB on Elite)
    * **Website URLs** — Paste a URL and the agent will crawl and learn from its content
    * **Q\&A Pairs** — Add specific question-answer pairs for precise control over responses

    <Tip>Start with your FAQ page or help center content for the fastest results.</Tip>
  </Step>

  <Step title="Customize">
    Configure how your agent looks and behaves:

    * **Welcome message** — The first thing customers see when the chat opens
    * **Theme** — Choose light, dark, or brand-colored styling
    * **Tone** — Adjust how formal or casual your agent sounds

    You can always update these settings later from the dashboard.
  </Step>

  <Step title="Test Your Agent">
    Use the built-in **Test** page in your dashboard to chat with your agent before deploying. Ask it questions your customers would ask to make sure the responses are accurate.

    <Note>If answers aren't accurate enough, add more source material or Q\&A pairs to improve them.</Note>
  </Step>

  <Step title="Deploy">
    Go to the **Deploy** section and copy your embed code. You have two options:

    * **Widget** — A floating chat bubble on your site (recommended)
    * **Iframe** — Embed the chat directly into a page

    Paste the code into your website's HTML and your agent is live.
  </Step>
</Steps>

## What's Next?

* Learn more about [adding and managing sources](/agent/creating-your-first-agent)
* Set up [actions](/agent/actions) like ticket creation, appointment booking, and order tracking
* Explore your [analytics dashboard](/analytics/overview) to monitor performance
