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

# Quickstart

> Create your first chatbot in under 2 minutes

<Steps titleSize="h2">
  <Step title="Create Chatbot">
    <ol>
      <li>Go to the [Chatbots](https://webagent.ai/chatbots) page on WebAgent.</li>
      <li>Click the **Create Chatbot**.</li>
      <li>Follow the guided creation flow to set up your chatbot.</li>
    </ol>

    <img style={{ borderRadius: "0.5rem" }} src="https://mintcdn.com/webagentai/Xo4IpnEW6BaFm2mJ/images/webagent-create-chatbot.png?fit=max&auto=format&n=Xo4IpnEW6BaFm2mJ&q=85&s=3e26a6dcd16cb60a671906c9d32dc143" width="2880" height="1620" data-path="images/webagent-create-chatbot.png" />
  </Step>

  <Step title="Add Knowledge">
    <ol>
      <li>
        <p>Upload relevant text content</p>
      </li>

      <li>
        The chatbot will learn from the uploaded content and be able to respond to user queries accurately.
      </li>
    </ol>

    <img style={{ borderRadius: "0.5rem" }} src="https://mintcdn.com/webagentai/Xo4IpnEW6BaFm2mJ/images/webagent-add-knowledge.png?fit=max&auto=format&n=Xo4IpnEW6BaFm2mJ&q=85&s=61d908373091e1e35a8540240e451eed" width="2880" height="1740" data-path="images/webagent-add-knowledge.png" />
  </Step>

  <Step title="Embed on Website">
    <ol>
      <li>
        <p>Once your chatbot is trained, you'll receive a script tag to add to the `<head>` section of your website.</p>
      </li>

      <li>
        <p>To add the `<script>` tag, follow our tutorials for:</p>

        <ol>
          <li>[Shopify](/essentials/embed/shopify)</li>
          <li>[Squarespace](/essentials/embed/squarespace)</li>
          <li>[Webflow](/essentials/embed/webflow)</li>
          <li>[Wix](/essentials/embed/wix)</li>
          <li>[WordPress](/essentials/embed/wordpress)</li>
        </ol>
      </li>
    </ol>

    <img style={{ borderRadius: "0.5rem" }} src="https://mintcdn.com/webagentai/Xo4IpnEW6BaFm2mJ/images/webagent-copy-script-tag.png?fit=max&auto=format&n=Xo4IpnEW6BaFm2mJ&q=85&s=46c73a4953a952f84712bf5ed722385b" width="2880" height="1688" data-path="images/webagent-copy-script-tag.png" />
  </Step>
</Steps>
