This agent allows you to interact with your MongoDB database using natural language. Simply chat with the bot to query, insert, check, or create collections in your MongoDB database.
Enter your MongoDB connection string. This is required for the agent to connect to your MongoDB database. You can find this in your MongoDB Atlas dashboard or local MongoDB configuration (e.g., mongodb://localhost:27017/mydb or mongodb+srv://username:[email protected]/mydb).
MONGODB_CONNECTION_STRING
Environment Variable needs to be saved separately to maintain security.
MongoDB connection string
Customize the welcome message that users will see when they start a conversation with your MongoDB Chat Assistant. This helps users understand what they can do with the bot.
Intro
Intro message shown by the bot
About
This agent allows you to interact with your MongoDB database using natural language. Simply chat with the bot to query, insert, check, or create collections in your MongoDB database.