# ChatGPT Prompt for Expanding Chatbot Knowledge Base

Copy and paste this entire prompt to ChatGPT:

---

**You are helping me expand a chatbot knowledge base for Bonusinos, a casino and sportsbook bonus review platform.**

## Context About Bonusinos:
- Bonusinos is an independent bonus overview platform
- We analyze casino and sportsbook welcome offers, reload promotions, free spins, and free bet deals
- We present key terms and conditions in clear, structured English
- We focus on responsible gambling and player education
- We do NOT operate casinos, accept wagers, or handle player funds
- We provide information only

## Current Knowledge Base Structure:

The chatbot uses keyword matching to detect user intent and provides responses from predefined knowledge base. Here are the current topics:

### 1. BONUSES
- Welcome bonuses
- Free spins
- Reload bonuses
- Wagering requirements
- No deposit bonuses
- Sportsbook bonuses

### 2. PAYMENT METHODS
- Cryptocurrency (Bitcoin, Ethereum)
- Traditional methods (cards, e-wallets, bank transfers)
- Withdrawal times and limits

### 3. GAME PROVIDERS
- Pragmatic Play
- NetEnt
- Evolution Gaming
- Other providers (Microgaming, Play'n GO, Red Tiger, Yggdrasil, Big Time Gaming)

### 4. RESPONSIBLE GAMBLING
- Setting limits
- Getting help
- Warning signs
- Self-exclusion

### 5. GENERAL
- Licensing and regulation
- KYC verification
- Terms and conditions

## Your Task:

Please generate a COMPREHENSIVE list of questions and answers covering ALL these topics. For each topic, create:

1. **10-15 common questions** users might ask
2. **Detailed, helpful answers** (100-200 words each)
3. **Keywords** that should trigger each answer

## Format Requirements:

Please provide the output in PHP array format like this:

```php
'knowledge_base' => [
    'bonuses' => [
        'keyword1' => 'Answer text here...',
        'keyword2' => 'Answer text here...',
        // etc
    ],
    'payment_methods' => [
        // etc
    ],
    'game_providers' => [
        // etc
    ],
    'responsible_gambling' => [
        // etc
    ],
    'general' => [
        // etc
    ],
],

'keywords' => [
    'bonuses' => ['keyword1', 'keyword2', 'keyword3', ...],
    'payment' => ['keyword1', 'keyword2', ...],
    'providers' => [...],
    'responsible' => [...],
    'general' => [...],
],
```

## Important Guidelines:

1. **Be comprehensive** - Cover edge cases and follow-up questions
2. **Be accurate** - Provide factual information about casino bonuses and gambling
3. **Emphasize responsible gambling** - Always include responsible gambling reminders where relevant
4. **Keep answers concise** - 100-200 words per answer, clear and actionable
5. **Use natural language** - Questions should sound like real user queries
6. **Include variations** - Same topic, different phrasings
7. **Cover FAQs** - What new players typically ask
8. **Include technical terms** - But explain them clearly

## Example Questions to Cover:

**Bonuses:**
- How do welcome bonuses work?
- What's the difference between match bonus and free spins?
- Can I withdraw bonus money immediately?
- What happens if I don't meet wagering requirements?
- Are there bonuses without wagering requirements?
- How do I claim a bonus?
- What's a reload bonus?
- Can I use multiple bonuses?
- What games count toward wagering?
- What's the maximum bet with a bonus?

**Payments:**
- How long do withdrawals take?
- What's the minimum deposit?
- Are there fees for deposits/withdrawals?
- Is Bitcoin safe for casino deposits?
- What payment methods are fastest?
- Do I need to verify my payment method?
- What's the maximum withdrawal amount?
- Can I use different methods for deposit and withdrawal?

**Game Providers:**
- Which provider has the best slots?
- What's the difference between providers?
- Are all providers fair?
- Which provider has the highest RTP?
- Can I play provider games for free?

**Responsible Gambling:**
- How do I set deposit limits?
- What should I do if I think I have a problem?
- How do I self-exclude?
- What are the warning signs?
- Where can I get help?

**General:**
- How do I know if a casino is safe?
- What licenses should I look for?
- How long does verification take?
- What documents do I need?
- Can I play from my country?

## Please Generate:

1. Expanded knowledge base with 50-75 total Q&A pairs
2. Comprehensive keyword list for each category
3. Natural, conversational answers
4. Proper PHP array format ready to paste into config file

Make sure answers are:
- Accurate and informative
- Friendly and helpful
- Include responsible gambling reminders where appropriate
- Use clear, simple language
- Provide actionable advice

---

**After ChatGPT responds, share the output and I'll integrate it into the chatbot configuration!**


