Quick Start
Get your first AI assistant up and running in under 10 minutes
This guide walks you through creating your first AI assistant and connecting it to a messaging channel.
Step 1: Create Your Account
- Go to my.happ.tools
- Click Sign Up
- Enter your email and create a password
- Verify your email address
You can also sign up using your Telegram account or phone number.
Step 2: Create a Company
After signing in, you'll be prompted to create a company (workspace):
- Enter your company name
- Choose your preferred language
- Click Create
A company is your workspace where all assistants, integrations, and team members live.
Step 3: Add an AI Provider
Before your assistant can respond, you need to connect an AI provider:
- Go to Integrations in the sidebar
- Click Add Integration
- Select an AI provider (OpenAI, Claude, Gemini, or Groq)
- Enter your API key
- Click Save
If you don't have an API key yet, you can get one from:
- OpenAI: platform.openai.com/api-keys
- Anthropic: console.anthropic.com
- Google: aistudio.google.com/apikey
Step 4: Create an AI Assistant
- Navigate to Assistants in the sidebar
- Click Create Assistant
- Fill in:
- Name — e.g., "Customer Support Bot"
- First Message — greeting for new conversations
- Prompt — instructions for how the assistant behaves
- LLM Provider — select the provider you connected
- LLM Model — choose a model (e.g., GPT-4o)
Writing a Good Prompt
You are a customer support assistant for [Company Name].
You help customers with questions about our products, order status,
and return policies.
Be friendly, concise, and helpful. If you don't know the answer,
suggest the customer contact our support team at support@company.com.
Key information:
- Business hours: Mon-Fri, 9:00-18:00
- Return policy: 14 days from purchase
- Shipping: 2-5 business daysStep 5: Add Knowledge (Optional)
Make your assistant smarter with a knowledge base:
- Go to your assistant's Knowledge tab
- Click Add Knowledge
- Choose: URL, Text, or File (PDF, DOCX, TXT up to 50 MB)
Step 6: Connect a Channel
Quick Telegram Setup
- Go to Integrations > Add Integration > Telegram
- Enter your phone number associated with your Telegram account
- Complete authentication (verification code or QR code)
- If 2FA is enabled, enter your password when prompted
- Assign your assistant
- Click Connect
For other channels, see the Channels documentation.
Step 7: Test & Monitor
- Send a message to your bot on Telegram
- Your assistant responds based on its prompt and knowledge
- Go to Chats in the dashboard to see the conversation in real-time
You can toggle AI on/off for any conversation, or manually respond when needed.
Troubleshooting
If your assistant isn't responding:
- Check the integration status — Make sure the Telegram integration is active in Integrations
- Verify the AI provider — Ensure your AI provider API key is valid and has credits
- Check AI mode — Make sure the chat has AI enabled (see AI Control)
- Review the prompt — A very long or complex prompt may cause timeouts
For more answers, see the FAQ.
What's Next?
- Configure tools & webhook actions — let the assistant call your APIs
- Set up voice calls — handle phone calls with AI
- Add CRM integrations — sync conversations with your CRM
- Set up push notifications — get alerted when AI hands off to a human
- API Reference — full interactive API documentation