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

# Quickstart

> Deploy your first Maedo agent in minutes.

Get your Maedo AI workforce running and integrated into your application.

<Steps>
  <Step title="Get your embed code">
    ### Get your embed code

    First, you need to generate an embed code for your agent from the dashboard.

    1. [Sign up](https://app.maedo.in/auth/signup) or log in to your account.
    2. Create a new agent or select an existing one.
    3. Navigate to **Webchat > Deploy Settings** and copy the snippet.

    ```html theme={null}
    <script defer src="https://cdn.maedo.in/scripts/webchat/widget-v2.js" data-agent-config="YOUR_AGENT_TOKEN_HERE"></script>
    ```
  </Step>

  <Step title="Add to your website">
    ### Add to your website

    Next, add the Webchat embed code to the `<head>` section of your website's HTML. For example:

    ```html index.html theme={null}
    <!DOCTYPE html>
    <html>
      <head>
        <script defer src="https://cdn.maedo.in/scripts/webchat/widget-v2.js" data-agent-config="YOUR_AGENT_TOKEN_HERE"></script>
      </head>
      <body>
        <!-- Website content -->
      </body>
    </html>
    ```
  </Step>

  <Step title="You're all set!">
    ### You're all set!

    Refresh your site and start chatting with your new AI workforce.

    <img src="https://mintcdn.com/maedoin/dD_j_VhjUNlI-4kg/images/widget.png?fit=max&auto=format&n=dD_j_VhjUNlI-4kg&q=85&s=4639695b4b2f66b0029aee0cfebce304" alt="Maedo Webchat Preview" width="680" height="951" data-path="images/widget.png" />
  </Step>
</Steps>

<Check>Done! Your bot is now live on your website.</Check>

## Next steps

Now that you've added your bot, try [styling it](/agents/configure) to match the rest of your website's user interface.

<CardGroup cols={2}>
  <Card title="Webchat Introduction" icon="book-sparkles" href="/agents/introduction">
    Learn how to customize and monitor your agent's performance.
  </Card>

  <Card title="Core Capabilities" icon="brain" href="/build/encrypted-memory">
    Understand how Maedo's Hybrid AI Engine and Memory work.
  </Card>
</CardGroup>
