Introduction
What is Monica Bot?
Overview
Monica Bots is a brand-new one-stop AI Bot development platform. Whether you have programming experience or not, you can easily create various AI-based Q&A bots on Monica Bots. These bots are capable of handling simple questions to executing complex conversational logic. What's more, you can share your own created bots on various social platforms, allowing more people to interact with your Bot.
Features and Advantages
-
Infinite Scalability of Skill Sets: Monica Bots boasts a rich library of skills, allowing for limitless expansion of your Bot's capabilities.
-
Built-in Skills: We have prepared more than 30 types of skills for you, covering areas such as news, images, search, etc. With just a few simple steps, your Bot can transform into a consultant in various professional fields.
-
Custom Skills: Monica Bots also supports the creation of custom skills. You can quickly create a skill by configuring the necessary API capabilities through parameters, enabling your Bot to use it.
-
Diverse Chat Formats: Monica Bots supports the upload of various formats of materials.
-
Multi-format Support: Whether it's documents, images, or online web pages, they can be easily added to the chat, letting Monica assist you.
-
Persistent Memory Capability: Monica Bots enables bots to do more than just converse; they can also remember important information.
-
The content of your Bot chats can be saved to Monica Memo . As your storage repository grows, Monica becomes increasingly skilled at grasping your task intentions and providing precisely tailored responses based on the knowledge you've accumulated.
Quick Start
Experience Explore Bot
Monica Bots has prepared a variety of preset bots for different scenarios to help you quickly master and utilize its powerful features. At the same time, it allows you to refer to the configuration of the preset bots to customize your own Bot.
Introduction to Preset Bot
Visit Monica Bots Plaza, where you can browse all the selected preset bot.
These bots cover multiple areas including tools, academic research, and lifestyle. For example:
- In the finance category, choose the Financial Report Analysis to help you analyze uploaded financial reports.
- In the marketing category, select SEO Keyword Master to help you discover the most potential SEO keywords.
Experience Preset Bot
Once you select a Bot, you will be guided to its usage interface. Here, you can directly converse with the Bot, set the Bot's reply language, and even share your conversation with friends.
For instance, using the "Twitter Post Generator" Bot:
a. Visit Monica Bots Plaza.
b. In the search box on the page, enter "Twitter Post Generator" and then click on the Twitter Post Generator Bot that appears in the search results, and you will be guided to the usage interface.
c. Set your desired reply language, send a message, and see the Bot's response.
BotSharing/Bookmarking Bot
You can bookmark your favorite preset bots or share them with friends.
a. Visit Monica Bots Plaza and click on the target Bot.
b. In the upper right corner of the Bot usage interface, click on bookmark or share.
Building Your First AI Bot
Monica Bots provides a simple and intuitive platform for all users, enabling anyone, regardless of their programming background, to quickly create their own AI Bot. Taking the creation of a bot that sends the latest daily news as an example, here are the detailed steps to build a bot on the Monica Bots platform:
Step 1: Create the Bot
a. Visit Monica Bots Plaza and click on "+ Create Bot" on the far right.
b. Enter the Bot creation page.
c. Enter the name and description of the Bot, then click on the Bot avatar to choose an upload or use the DALL·E model to automatically generate an avatar for you.
d. click confirm.
Step 2: Writing Prompts
First, you need to write prompts for your robot, which is a key step in defining the robot's identity and reply logic. A prompt is an instruction to the Large Language Model (LLM), guiding it to produce the corresponding output. For example, "Search for the hottest AI news of the day."
For more details, please see Writing Prompts.
Step 3: Add Skills to the Bot
After defining the bot's basic identity and operational logic, the next step is to equip it with specific capabilities to accomplish particular tasks.
Taking the "SEO Keywords Master" Bot as an example, you need to add a skill that enables web searches to acquire relevant SEO keywords. You can follow these steps:
a. In the middle of the Bot editing page, select "Web Access" from the "Built-in skills" module and add it. This is a web search function exclusive to Monica.
b. After adding the skill, modify the prompt to clearly instruct the Bot to use the "Web Access" skill to search for relevant SEO keywords and summarize them. Without specific instructions, the Bot might not know how to use the related tool.
c. If you have local data you'd like to upload, add it to the "Knowledge" module.
d. Add conversation starters: At the bottom of the Bot editing page, add example questions for the Bot, helping users understand its functionality and how to use it.
Step 4: Test Your Bot
After configuration, you can test if the Bot's responses meet your expectations on the Preview page. If necessary, you can click "new chat" in the bottom right corner to clear the chat history for multiple tests.