From zero to live in ten minutes.
You will have a working chat agent embedded on a page before this guide ends.
1. Create an account
Go to /signup. Enter your name, email, and a password. You will be redirected to the login page.
2. Create an agent
From the dashboard, click New agent. Give it a name and describe your business in one sentence. The name is shown to visitors; the description shapes the agent’s answers.
3. Add a knowledge document
Open the Sources tab. Paste any text — your FAQ, your about page, your pricing sheet. The agent will only answer from what you give it.
4. Go live
Open the Configure tab and set the status to Live. Or use the status toggle on the Overview tab.
5. Embed on your site
Open the Deploy tab. Copy the embed snippet and paste it before the </body> tag of any HTML page. A floating chat button will appear on that page immediately.
<script src="https://resposai.com/embed/YOUR_TOKEN" async></script>
6. Test it
Open the page in a browser and click the ✺ button. Ask a question that is answered in your document. You should get a relevant, accurate reply.
Next step: Add more knowledge documents to make the agent more useful.