LogoLogo
HomeExploreDocsAPIBlogContact
  • πŸ—ƒοΈGooey.AI Docs
  • Changelog
  • πŸ“–Guides
    • πŸ€–How to build an AI Copilot?
      • AI Prompting: Best practices
      • Curate your Knowledge Base Documents
      • Advanced Settings
      • Prepare Synthetic Data
      • Conversation Analysis
        • Glossary
      • Building a Multi-Modal Copilot
      • Frequently Asked Questions about AI Copilot
      • How to Automate Data Export?
    • πŸš€How to deploy an AI Copilot?
      • Deploy to Web
      • Deploy to WhatsApp
      • Deploy to Slack
      • Deploy to Facebook
      • Broadcast Messages (via web or API)
      • Add buttons to your Copilot
    • βš–οΈUnderstanding Bulk Runner and Evaluation
      • πŸ’ͺHow to set up Bulk Runner?
      • πŸ•΅οΈβ€β™€οΈHow to set up Evaluations?
      • How to use Bulk Run via API
    • πŸ‘„How to use AI Lip Sync Generator?
      • Lip Sync Animation Generator (WITH AUDIO FILES)
      • LipSync videos with Custom Voices
      • Set up your API for Lipsync with Local Folders
      • Tips to create great HD lipsync output
      • Frequently Asked Questions about Lipsync
    • πŸ—£οΈHow to use ASR?
      • πŸ“ŠHow to create language evaluation for ASR?
    • How to use Compare AI Translations?
      • Google Translate Glossary
    • How does RAG-based document search work?
    • 🧩How to use Gooey Functions?
      • ✨LLM-enabled Functions
      • How to use SECRETS in Functions?
      • πŸ”₯How to connect FirebaseDB to Copilot
    • 🎞️How to create AI Animations?
    • 🀳How to make amazing AI Art QR Codes?
      • API tips on AI Art QR Codes
    • πŸ–ΌοΈCreate an AI Image with text
      • AI Image Prompting
      • API Tips for AI Image Generator
    • πŸ“ΈAI Photo Editor
      • Build your avatar with AI
    • πŸ§‘β€πŸ«How to use Gooey.AI’s Image Model Trainer?
    • πŸ”Generate β€œPeople Also Ask” SEO Content
    • 🌐How to create SEO-Optimized content with AI?
    • How to use Workspaces?
      • How to use Version History?
      • How to add SECRETS in your Workspace?
    • 🍟How can I get free credits?
  • πŸ˜‡CONTRIBUTING
    • Contributing
    • Documentation Style Guide
  • πŸ€“API REFERENCE
    • Getting started
    • API Generator
    • Rate Limits
    • Error Codes
  • 🍭ENDPOINTS
    • Copilot
    • Lipsync
    • Lipsync TTS
    • AI Art QR Generator
    • AI Animation Generator
    • Compare AI Image Generator
    • Gooey.AI on GitHub
Powered by GitBook
LogoLogo

Home

  • Gooey.AI
  • Explore Workflows
  • Sign In
  • Pricing

Learn

  • Docs
  • Blog
  • FAQs
  • Videos

Developers

  • How-to Guides
  • Get your Gooey.AI Key
  • Github
  • API Endpoints

Connect

  • Book a Demo
  • Discord
  • Team
  • Jobs

@Dara.network / Gooey.AI / support@gooey.ai

On this page

Was this helpful?

Edit on GitHub
  1. Guides
  2. How to build an AI Copilot?

What to do BEFORE You Build a Bot

Before you dive right in, here's a few things to think about

Identify your use case and value hypothesis. Where do you believe an AI bot may be useful? To which customers or people?

How will you measure the bot's value? Usually, that is:

  1. # of messages sent

  2. D1, D3, D7, D30 Retention of users

  3. Positive vs negative feedback from users

  4. % of questions asked by the user that were answered by the bot

Curate the knowledge base dataset e.g. documents, videos, PDFs, websites, and soon real-time data sources.

Create "Golden" Questions and Answers

Let’s assume a human expert understood all of the documents in the above knowledge base dataset and then one of your users asked the human expert a question; what ideal answer would you expect the human expert to provide? This is the Golden Answer.

  1. Collect 10 questions and the ideal Golden Answer for each

  2. The question should be captured in whatever form we believe the user is likely to ask it - e.g. in Bhojpuri as a WhatsApp audio note, mixed-Hinglish text, English text, and/or Tamil text.

  3. If non-English, provide the English text translation of the question

  4. The ideal β€œgolden” answer in English text

  5. Collect the above as rows in the Excel or Google sheet.

Last updated 1 year ago

Was this helpful?

πŸ“–
πŸ€–