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

# Quick Start

> Get your WeezIQ chatbot up and running in minutes. This guide walks you through account setup, training, customization, and deployment.

Build and launch your first AI chatbot in six simple steps.

<Steps>
  <Step title="Create Your Account">
    Navigate to the WeezIQ platform and sign up. The platform uses a secure authentication system with email verification and one-time passwords for added security. Once you complete the sign-up process, you will be taken through a short onboarding flow to help configure your workspace.
  </Step>

  <Step title="Create a Domain">
    A "Domain" in WeezIQ represents the website or project your chatbot will serve. Think of it as a container that holds your chatbot settings, knowledge base, integrations, and customer conversations.

    1. From the sidebar, click on **Domains**.
    2. Click **Add Domain** and enter the name of your website (for example, `mystore.com`).
    3. You can optionally upload a custom icon for this domain.
  </Step>

  <Step title="Train Your AI">
    Your chatbot needs data to answer questions. Navigate to the Knowledge Base section for your domain and start adding content.

    <Tabs>
      <Tab title="Website URLs">
        Paste the URL of your FAQ page, pricing page, or any publicly accessible web page. WeezIQ will crawl the content, extract the text, and store it for the AI to reference.
      </Tab>

      <Tab title="File Uploads">
        Upload PDFs, Word documents (DOCX), or plain text files. These could be user manuals, policy documents, product guides, or anything your customers might ask about.
      </Tab>

      <Tab title="E-commerce Sync">
        If you run a Shopify or WooCommerce store, head to the **Integration** page and connect your store. Once linked, your full product catalog is automatically synced into the Knowledge Base.
      </Tab>
    </Tabs>
  </Step>

  <Step title="Customize the Chatbot">
    Navigate to the chatbot settings for your domain. Here you can personalize every aspect of the widget:

    * **Appearance:** Set your brand colors, choose between light and dark themes, and upload a custom display picture and name.
    * **Messages:** Write a friendly welcome message, add clickable suggested messages, and configure the text placeholder.
    * **Behavior:** Enable rate limiting to prevent abuse, set a custom message for when the AI credits are exhausted, and toggle the help desk feature.
  </Step>

  <Step title="Test Your Bot">
    Before going live, test the chatbot directly in the dashboard. Open the chat preview and ask it questions that your customers would typically ask.

    <Tip>
      If the answers are not accurate, revisit your Data Sources and add the missing information. The chatbot is only as good as the data you provide.
    </Tip>
  </Step>

  <Step title="Embed on Your Website">
    Once satisfied, navigate to the **Embedding** section. Copy the provided JavaScript snippet and paste it into the `<head>` or `<body>` of your website's HTML.

    You can also share a direct link to the chatbot page if you prefer not to embed it.
  </Step>
</Steps>

## What's Next?

<CardGroup cols={2}>
  <Card icon="chart-line" href="/analytics" title="Analytics">
    Monitor chat volume, AI confidence, and customer topics.
  </Card>

  <Card icon="messages" href="/conversations-and-leads" title="Conversations">
    Review every chat session and step in for live support.
  </Card>

  <Card icon="user-plus" href="/conversations-and-leads" title="Leads">
    View captured customer information from chat forms.
  </Card>

  <Card icon="plug" href="/integrations/overview" title="Integrations">
    Connect Cal.com for meetings or Google Sheets for data export.
  </Card>
</CardGroup>
