Quick Start
Get your first bot up and running in under 5 minutes.
Step 1: Create a Workspace
After signing up, you’ll be prompted to create your first workspace. Give it a name that represents your organization or project.
Step 2: Create a Bot
- Go to Bots in the sidebar, then click Create Bot
- Enter a name for your bot (e.g., “Customer Support Bot”)
- Write a system prompt that defines your bot’s personality:
You are a helpful customer support agent for [Company Name].
Be friendly, professional, and concise in your responses.
If you don't know the answer, offer to connect the user with a human agent.- Click Create Bot
Step 3: Test Your Bot
- Open your new bot from the sidebar
- Click Bot Studio to open the testing interface
- Try sending a message to see how your bot responds!
Step 4: Add Knowledge (Optional)
To make your bot smarter, add content to its knowledge base:
- Go to the Knowledge tab
- Add sources:
- Files: Upload PDF, Word, Excel, or text files
- Websites: Enter a website URL to crawl
- Data Sources: Connect external data sources
- Wait for processing to complete
Step 5: Get Your Embed Code
- Go to the Deploy tab (under Configuration)
- Customize the appearance (colors, position, welcome message)
- Copy the embed code snippet
- Paste it before the closing
</body>tag on your website
<script
src="https://widget.loopreply.com/embed.js"
data-agent-id="your-agent-id"
async
></script>What’s Next?
- Creating Your First Bot — Detailed bot configuration
- Embedding the Widget — Advanced widget customization
- Workflow Builder — Create complex conversation flows
Last updated on