Quickstart Guide
Get started with DineFlow.ai in minutes
Quickstart Guide
Welcome to DineFlow.ai! This guide will help you get started with setting up your voice AI assistant for your restaurant.
Prerequisites
Before you begin, make sure you have:
- A restaurant phone number
- Admin access to your phone system
- A DineFlow.ai account
Step 1: Create Your Account
Sign up for DineFlow.ai by visiting our signup page.
# You'll receive your API key via email
export DINEFLOW_API_KEY="your-api-key-here"
Step 2: Connect Your Phone Number
Navigate to the Settings page and add your restaurant's phone number.
Step 3: Configure Your Voice Assistant
Customize your voice assistant's responses in the Dashboard.
// Example configuration
const config = {
restaurantName: "Your Restaurant",
hours: "Mon-Sat: 11am-10pm",
specialties: ["Pizza", "Pasta", "Italian Cuisine"]
};
Next Steps
- Learn about Advanced Configuration
- Check out API Reference
- Read Best Practices