🤖

AI Integration

AI-powered features for your FAQ system

🎯 AI Integration Overview

The FAQ system includes AI-powered features using DeepSeek to help you create, improve, and manage your FAQ content more efficiently.

✨ Available AI Features

🔮

Generate FAQ

Generate comprehensive FAQs from a topic and optional context

💬

Answer Questions

Generate answers based on existing active FAQs

📝

Improve Content

Enhance existing FAQ answers with AI suggestions

📄

Summarize Content

Create concise summaries of FAQ content

🏷️

Generate Tags

Automatically generate relevant tags for FAQ content

🔧 AI Endpoints

Generate FAQ

Purpose

Generates a comprehensive FAQ based on a topic and optional context using AI.

Required Fields

  • Topic: The main subject for FAQ generation
  • Context: Optional additional context (optional)

POST /api/admin/faq/ai/generate

Body:
{
  "topic": "Trading fees",
  "context": "Cryptocurrency exchange"
}

Answer Question

Purpose

Generates an answer to a user question based on existing active FAQs.

Required Fields

  • Question: The user's question to answer

POST /api/admin/faq/ai/answer

Body:
{
  "question": "How do I reset my password?"
}

Improve Content

Purpose

Improves existing FAQ content with AI-generated enhancements.

Required Fields

  • Question: The FAQ question
  • Answer: The existing answer to improve

POST /api/admin/faq/ai/improve

Body:
{
  "question": "What are trading fees?",
  "answer": "We charge fees for trades."
}

Summarize Content

Purpose

Creates a concise summary of FAQ content.

Required Fields

  • Question: The FAQ question
  • Answer: The answer to summarize

POST /api/admin/faq/ai/summerize

Body:
{
  "question": "How to deposit funds?",
  "answer": "Long detailed answer..."
}

Generate Tags

Purpose

Generates relevant tags for FAQ content based on question and answer.

Required Fields

  • Question: The FAQ question
  • Answer: The FAQ answer

POST /api/admin/faq/ai/tag

Body:
{
  "question": "What are withdrawal limits?",
  "answer": "Daily limits are $10,000..."
}

🚀 Using AI Features

In Admin Panel

FAQ Management

Access AI features from the FAQ management interface

Question Handling

Use AI to answer user questions quickly

Content Enhancement

Improve existing content with AI suggestions

API Integration

Direct API Calls

Make direct calls to AI endpoints

Programmatic Access

Integrate AI features into custom applications

Batch Processing

Process multiple items with API calls

💡 Best Practices

Content Generation

  • • Provide clear, specific topics
  • • Include relevant context
  • • Review AI-generated content
  • • Edit and customize as needed
  • • Test with real users

Quality Control

  • • Always review AI suggestions
  • • Verify accuracy of information
  • • Maintain your brand voice
  • • Update based on feedback
  • • Keep content current