Skip to main content

Chat Agent

This is an alpha feature of Agent4. If you use this, please give us feedback

Agent4 can be used a chatbot that functions nearly identically to your phone agent.

Example

Try out a sample agent

Embedding on your site

The first step is getting the agent embedded in your website. This is done by adding the following to your HTML:

This is stylesheet to help position the chatbot on your page. This is just for getting things started. We highly recommend adding your own styles to make the chatbot fit your look and feel.

<link href="https://s3.us-east-1.amazonaws.com/chat.agent4.ai/chatbot.css" rel="stylesheet"/>

Second, you'll add the following:

<script src="https://app.agent4.ai/chatjs/[YOUR AGENT KEY]/"></script>

You can find your key in the Account page on the portal located here.

That will get you started! Always feel free to reach out for help!