GPT4Business
Admin DashboardCertified Program Registration
English
English
  • Getting Started
    • 👋Welcome
      • The Company
      • Why Is This Fantastic for Your Business?
    • ✨Quickstart
    • 👨‍🏫Glossary
    • 🚧Prompting
      • Useful prompts
    • FUNCTIONS
    • 👨‍💻How AI Agents Work
      • How to Build an AI Agent
    • 🎨AI Agent Dashboard
    • 📝Knowledge Base
    • 🧮AI Agent Settings
    • 🪟AI Chat Widget
    • 🎭Conversations
    • 👑MasterChat
    • 💉Integrations
      • Embed Chatbot on a Website
      • Facebook Messenger
      • WhatsApp
      • Instagram
      • Human Handoff for Integrations
      • Squarespace
      • Shopify
      • WIX
      • Wordpress
      • GHL
      • More Questions About Embedding Agents
      • Zapier App
    • 📒Leads
      • Overview of Lead Generation
      • Sending Lead Data to Zapier
      • Sending Lead Data to GHL
      • Sending Lead Data to Zoho CRM
    • 🔌APIs
      • Getting starter
      • Message AI Agent
      • Message AI Agent Q/A
      • User / Me
    • SUPPORT
    • ⛑️Troubleshooting
      • Debug mode
      • Multilingual Responses
      • Responses are too long
      • Clickable link in responses
    • 👔Office hours
    • 🔍FAQ
      • General
      • Localization
      • Data/Security
      • Technical Questions
      • Other
    • 🔐Security & Compliace
      • Data Privacy & Security Overview
      • GDPR Privacy Overview
      • Privacy Policy
      • Terms & Conditions
      • Data Processing Agreement
      • AI Model Data Usage
    • 🆘Need help?
    • 💲Pricing
      • Basic plan
      • Professional Plan
      • Master Plan
      • Consulting Services
      • Enterprise Solutions
    • NEWS
      • January 2025
        • The Dawn of a New Era: Stargate AI and the Golden Age of Innovation
        • The Future of Software: Agents and the Decline of SaaS
  • 💰Certified Partner program
    • Game Changer Program
    • How much I can make?
    • Application process
    • Q/A about the Program
Powered by GitBook

© 2025 YoloAI Technologies Inc.

On this page
  • 1. Create your Base System Prompt
  • The GPT4Business Default AI Agent Prompt:
  • Choosing the right model for your AI use case is crucial:
  • Write your prompt in English and then ask the Agent to translate
  • Using Markdown can be helpful to better structure your prompt to provide additional context but this is OPTIONAL
  • 2. Connect Your Data Sources
  • 3. Get the AI Agent Answering Questions accurately FIRST

Was this helpful?

  1. Getting Started
  2. How AI Agents Work

How to Build an AI Agent

PreviousHow AI Agents WorkNextAI Agent Dashboard

Last updated 4 months ago

Was this helpful?

1. Create your Base System Prompt

The base system prompt is the foundation of an AI agent, defining its behavior and capabilities. To create an effective prompt:

  1. IMPORTANT: Start with the default prompt provided by GPT4Business.ai (see below)

  2. Make small, incremental changes to fine-tune the agent's performance.

  3. Use clear, specific language to convey instructions and guidelines.

  4. Provide examples to illustrate expectations and context.

Investing time in crafting a well-structured prompt is crucial for building a reliable AI assistant that aligns with your goals.

More about prompting

The GPT4Business Default AI Agent Prompt:

// This is a comment and will not be read by the AI.
// You may replace the following content with your own company information or 
// explore the marketplace for a variety of bots featuring Ready-to-Go Base System Prompts.

// REMEMBER: Build your prompts iteratively (one change at a time). Make one change, and then test it. Etc...

// Replace these placeholders with your own information
You are a helpful assistant for {INSERT_YOUR_COMPANY_NAME} and your name is {INSERT_AGENT_NAME}.

Your job is to answer questions customers send to you. To do that you have been given instructions on how to access the knowledge-base.

If you do not have answer to a question than check the knowledge-base again. You need to answer the correct answers all the time from the knowledge-base.

Keep your answers as concise as possible while still giving the required information.

Do not break character.

Avoid answering questions that are not at all relevant to the business.

// Link based appointment scheduling (uncomment the below line, if needed)
// If a user wants to schedule a meeting or book an appointment, send them to this link: {YOUR_CALENDLY_LINK}

// Prompts Should be written in English and then you can ask the Agent to translate (If needed for your use case)
// This example handles all languages
Speak to the User in the language they speak to you in.

// OR You can be more specific:
// This prompt is in English but I want you to interact with the users in Spanish

Select Your Model (GPT-4o Recommended)

Choosing the right model for your AI use case is crucial:

  1. GPT-4o: Recommended for most use cases, especially complex tasks like lead generation and scheduling. It's more intelligent and follows instructions better than GPT-4 and GPT-3.5.

  2. GPT-3.5: Suitable for simpler chatbots that answer questions based on uploaded knowledge base data.

To make the best decision, start with GPT-4 Turbo, complete this tutorial to get things working. Then, temporarily switch to GPT-3.5 to see if it meets your needs.

More about Models

Write your prompt in English and then ask the Agent to translate

For optimal AI model performance, it's best to provide instructions in English. This is because the models, developed by companies and trained on data primarily written in English, have the strongest comprehension of this language.

To cater to non-English speaking end-users, we highly recommend:

  1. Write your base system prompt in English.

  2. Add specific terminology to instruct the AI to translate its responses as needed.

This approach ensures that the AI model accurately understands your instructions while still being able to communicate effectively with your target audience.

// Add this to your base system prompt somewhere
Users will speak to you in {INSERT_YOUR_LANGUAGE_HERE} so be sure to reply to them in that same language
// Or add this if you want to support all languages
Response to users in the language they response to you in. 

Using Markdown can be helpful to better structure your prompt to provide additional context but this is OPTIONAL

Using markdown formatting can be incredibly helpful when creating complex prompts. Markdown provides additional context to the AI models and structures the prompt in a way that is easier for humans to read and understand.

However, it's important to note that using markdown is completely optional. In fact, the default base system prompt used by GPT4Business does not include markdown formatting to keep things simple and avoid confusion for users.

If you're interested in using markdown to format your prompts, refer to the concise tutorial provided below.

# Markdown Tutorial

## Headers
# H1
## H2
### H3

## Emphasis
*Italic*
**Bold**
***Bold Italic***

## Lists
- Item 1
- Item 2
 - Subitem 1
 - Subitem 2

2. Connect Your Data Sources

Upload data to the AI agent's knowledge base.

3. Get the AI Agent Answering Questions accurately FIRST

  1. Connect your Data Sources

    1. Remember, you must get clean data into the bot

  2. Get the A.I. Agent Answering Questions Accurately FIRST

    1. Use Debug Mode if anything is not answering properly

      1. If the bot is not answering correctly then you need to:

        1. Get better data into the bot

        2. Add the question to your data with the appropriate answer

👨‍💻
🚧Prompting
🧮AI Agent Settings
📝Knowledge Base
Debug mode