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

# Quickstart

> Go from sign-up to a live support agent on your website in a few minutes.

This guide takes you from a new account to a working chat widget answering from your content.

## Prerequisites

* An email address to sign in with (or a Google / GitHub account)
* Your website URL, so EmaDesk can extract details automatically
* A document, FAQ, or help page the agent can learn from

## Get started

<Steps>
  <Step title="Create your account">
    Sign in with email, Google, or GitHub, then complete your profile and create your organization. The agent is created automatically.

    <Frame>
      <img src="https://mintcdn.com/emadesk/W6r7hMim7OVGPBK1/images/onboarding/01-onboarding-form.png?fit=max&auto=format&n=W6r7hMim7OVGPBK1&q=85&s=99579e9125cc484946cc253dc64e5981" alt="Complete your profile" width="1920" height="1009" data-path="images/onboarding/01-onboarding-form.png" />
    </Frame>

    See [Sign up and onboarding](/onboarding) for the full walkthrough.
  </Step>

  <Step title="Add knowledge">
    Open **Knowledge** under Knowledge Sources and add a document, paste text, or crawl a web page. EmaDesk indexes it so the agent can answer from it.

    <Frame>
      <img src="https://mintcdn.com/emadesk/W6r7hMim7OVGPBK1/images/knowledge-base/03-knowledge-created.png?fit=max&auto=format&n=W6r7hMim7OVGPBK1&q=85&s=f0077fb500e82de43d473b6f9c31293f" alt="Knowledge added" width="1920" height="1009" data-path="images/knowledge-base/03-knowledge-created.png" />
    </Frame>

    Learn more in [Knowledge base](/knowledge-base).
  </Step>

  <Step title="Test your agent">
    Go to **Configuration** and chat with your agent in the live preview. Adjust its instruction if you want a different tone or behavior.

    <Frame>
      <img src="https://mintcdn.com/emadesk/W6r7hMim7OVGPBK1/images/ai-chatbot/01-chat-preview-working.png?fit=max&auto=format&n=W6r7hMim7OVGPBK1&q=85&s=3ceef2f6b41fa6d0a7241313c7ed42ac" alt="Live chat preview" width="1920" height="1009" data-path="images/ai-chatbot/01-chat-preview-working.png" />
    </Frame>
  </Step>

  <Step title="Add the widget to your site">
    On the **Dashboard**, copy the installation snippet and paste it before the closing `</body>` tag of your website.

    ```html theme={null}
    <!-- EmaDesk Chat Widget -->
    <script src="https://cdn.emadesk.com/emadesk-widget.js?orgId=YOUR_ORG_ID" async></script>
    ```

    <Frame>
      <img src="https://mintcdn.com/emadesk/W6r7hMim7OVGPBK1/images/dashboard/01-dashboard-overview.png?fit=max&auto=format&n=W6r7hMim7OVGPBK1&q=85&s=0ca28940349311372efaedc652ef2f98" alt="Installation script on the dashboard" width="1920" height="1009" data-path="images/dashboard/01-dashboard-overview.png" />
    </Frame>
  </Step>

  <Step title="Watch it work">
    Visitor chats appear in your [Inbox](/inbox) in real time, and results show up in [Analytics](/analytics).
  </Step>
</Steps>

<Tip>
  Need help? Reach out at [support@emadesk.com](mailto:support@emadesk.com).
</Tip>
