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

# Get Started with AIBCO in Minutes

> From sign-in to a live widget on your website. Add products, pick a model, configure your widget, train the chat, test, and embed the snippet.

This guide walks you through the complete AIBCO setup end to end. You will sign in, use the Setup Wizard (or configure manually), add products, choose a visualization model, pick a widget mode, optionally train the chat, test in the Playground, and embed the snippet on your website.

**By the end you will have:**

* At least one product in your catalog
* A widget mode selected (Render Only or Render + Chat)
* Your website domain authorized
* Chat knowledge added (Render + Chat only)
* Either the embed snippet live on your website OR your hosted page published

<Steps>
  <Step title="Sign in to your dashboard">
    Go to [aibco.ai](https://aibco.ai) and click **Sign in**. Enter your email address and AIBCO will send a magic link to your inbox. Click the link to land on your dashboard at `aibco.ai/dashboard`.

    <img src="https://mintcdn.com/aibco/FatOwJdOVshxK26c/images/Screenshot-2026-08-31-220142.png?fit=max&auto=format&n=FatOwJdOVshxK26c&q=85&s=eaea0354b67526b7f1b6e016896120c4" alt="Screenshot 2026 08 31 220142" width="929" height="447" data-path="images/Screenshot-2026-08-31-220142.png" />

    <Note>
      No password needed. Each magic link is single-use and expires after a few minutes.
    </Note>
  </Step>

  <Step title="Run the Setup Wizard (optional)">
    After your first sign-in, the **Setup Wizard** opens automatically. Enter your website URL and click **Start setup**. The AI scans your site (10 credits, roughly 2 to 3 minutes) and applies a company profile, chat knowledge, and products automatically. Review and edit everything afterwards on the Products, Chat, and General pages. See [Setup Wizard](/setup-wizard).

    <img src="https://mintcdn.com/aibco/vfT-4qIuiyp0gZda/images/Screenshot-2026-08-31-221443.png?fit=max&auto=format&n=vfT-4qIuiyp0gZda&q=85&s=1792dbaaf8edc98593ac07e51188a28e" alt="Screenshot 2026 08 31 221443" width="1494" height="917" data-path="images/Screenshot-2026-08-31-221443.png" />

    <Tip>
      Click **Skip setup** at any time to configure manually.
    </Tip>
  </Step>

  <Step title="Add your first product">
    In the left sidebar, click **Products**, then **New product**. Fill in Name, Type (scope and intent), Visitor description, and optional Internal notes. Save, then click the image icon to upload up to 4 images. A product goes **Live** automatically once it has at least one image.

    <img src="https://mintcdn.com/aibco/vfT-4qIuiyp0gZda/images/Screenshot-2026-08-31-221757.png?fit=max&auto=format&n=vfT-4qIuiyp0gZda&q=85&s=777d8cfd1c667c28ff0e5e36461f6072" alt="Screenshot 2026 08 31 221757" width="1919" height="611" data-path="images/Screenshot-2026-08-31-221757.png" />
  </Step>

  <Step title="Configure General settings">
    Open [aibco.ai/dashboard/general](https://aibco.ai/dashboard/general). Choose your widget mode (Render Only or Render + Chat), set your business name, authorize your website domain or publish your hosted page at `aibco.ai/company/your-name`, pick a launcher style (Side tab or Bubble), set custom launcher text, and turn on **Enable widget**.

    <img src="https://mintcdn.com/aibco/-LLjr5AiFGPM1bsN/images/Screenshot-2026-08-29-143818-1.png?fit=max&auto=format&n=-LLjr5AiFGPM1bsN&q=85&s=191187943571c4119a0a8749aa1fd340" alt="Screenshot 2026 08 29 143818 1" width="1893" height="939" data-path="images/Screenshot-2026-08-29-143818-1.png" />

    <Tip>
      Start with Render Only to go live faster. Switch to Render + Chat once your knowledge base is ready.
    </Tip>
  </Step>

  <Step title="Choose a visualization model">
    Go to [aibco.ai/dashboard/render](https://aibco.ai/dashboard/render) to pick which AI model generates your renders. Prices range from 6 to 16 credits per visualization (each visualization returns 4 images). See [Visualization Model](/widget/visualization-model).

    <img src="https://mintcdn.com/aibco/vfT-4qIuiyp0gZda/images/Screenshot-2026-08-31-222118.png?fit=max&auto=format&n=vfT-4qIuiyp0gZda&q=85&s=a325a786879116d669f601414a62586a" alt="Screenshot 2026 08 31 222118" width="1919" height="722" data-path="images/Screenshot-2026-08-31-222118.png" />
  </Step>

  <Step title="Train the chat (Render + Chat only)">
    Go to [aibco.ai/dashboard/chat](https://aibco.ai/dashboard/chat) to add knowledge. Write it manually in **Text**, scan up to 10 public URLs in **Website** (10 credits per scan, flat), or upload PDF, .txt, or .md files in **Document** (PDFs cost 1 credit at upload; text and markdown are free, up to 5 documents, max 10 MB each). Your total knowledge capacity is 30,000 characters. Add **Guardrails**, configure a **Greeting**, and set a **Message limit** for each session (7 to 25).

    <img src="https://mintcdn.com/aibco/29T1_cuo7kdVk0bl/images/Screenshot-2026-08-29-150839.png?fit=max&auto=format&n=29T1_cuo7kdVk0bl&q=85&s=0732aed7feba889224f217949fdf779b" alt="Screenshot 2026 08 29 150839" width="1793" height="680" data-path="images/Screenshot-2026-08-29-150839.png" />
  </Step>

  <Step title="Test in the Playground">
    Visit [aibco.ai/dashboard/test](https://aibco.ai/dashboard/test) to simulate a visitor session. Try a render, ask a chat question, and confirm the greeting appears. Click **Start fresh** to reset. Playground activity costs credits like real visitors.
  </Step>

  <Step title="Embed on your website">
    In **General → Install snippet**, click **Copy snippet** and paste it into the `<head>` of your site (recommended) or before the closing `</body>` tag:

    ```html theme={null}
    <script src="https://aibco.ai/widget.js" data-key="YOUR_KEY" async></script>
    ```

    The same snippet works for both modes. AIBCO supports plain HTML, Squarespace, Shopify, Wix, and WordPress. See [Embed on your website](/widget/embed).
  </Step>

  <Step title="Or publish your hosted page">
    No website, or can't edit it? Skip the snippet entirely. In **General → Hosted page**, set your **Page address** (the part after `/company/`), turn on **Publish hosted page**, and copy the `aibco.ai/company/your-name` link. Share it on Instagram, in an email signature, in an ad, or as a QR code. See [Hosted page](/hosted-page/overview).

    <Tip>
      Running both is common: the embed lives on your site, the hosted page is the link you can share anywhere. Same products, chat, credits, and leads.
    </Tip>
  </Step>
</Steps>

<CardGroup cols={2}>
  <Card title="Explore Products" icon="cubes" href="/products/overview">
    Create and manage your full product catalog.
  </Card>

  <Card title="Widget Settings" icon="sliders" href="/widget/general-settings">
    Fine-tune your widget mode, launcher, and domain settings.
  </Card>

  <Card title="Track Leads" icon="user-plus" href="/logs/leads">
    See who converted and export contact details.
  </Card>

  <Card title="Understand Credits" icon="coins" href="/logs/credits">
    Learn what costs what and how billing works.
  </Card>
</CardGroup>
