Momen Docs
Go to Momen
  • Get Started
    • Introduction
    • Quick Start
    • Software Development Process
    • Editor Overview
  • Changelog
    • Latest Product Update
  • Build UI
    • Pages
    • Components
    • Canvas
    • Layout
    • Component - Display
    • Component - Input
    • Component - View
    • Component - List
    • Component - Tab View
    • Component - Select View
    • Component - Conditional View
    • Component - Others
    • Component - Map
    • Custom Component
  • Data
    • Overview
    • Data Model and Database
    • API
    • Variable
    • Parameter
    • Formula and Conditions
  • Actions
    • Overview
    • Request
    • Navigation
    • Actionflow
      • Custom Code
      • Database Trigger
    • AI
      • AI Data Model
      • AI Point
      • Vector Data Storage and Sorting
    • User Actions
    • Component Management
    • App and Page Management
    • Toast Notifications & Modal
    • Payment
    • SSO
    • Share
    • Location
    • File Management
    • QR Code
    • Clipboard
    • Conditional
    • Loop
  • Release and Growth
    • Publish Application
    • Upgrade Project
    • Multiple Clients
    • Permission
    • Log Service
    • SEO
    • Hosting Files
  • My Account and Community
    • My Wallet
    • Promoting Momen
    • Code Component
    • Collaboration
  • Debugging
    • How to Debug in Momen
    • Request Error Reference
  • Tutorial
    • How to Build an AI Needs Analysis Project?
    • How to Set Up Payment with Stripe Plugin?
    • How to Embed an Iframe Component into Your Momen Project?
    • How to Build Your Login Page?
    • How to Convert Momen App to Native Mobile App?
    • How to Build a CMS (MVP Version) in Hours?
    • How to Set a Countdown Timer When Sending a Verification Code
  • Template
    • AI Mental Health Assistant
    • Angry Dietitian
    • AI Help Center
    • AI Knowledge Base
    • SaaS Corporate Site
    • Blog
    • AI Feedback Tool
    • Feedback Tool, a Nod to Canny
    • Portfolio
    • Online Courses, a Nod to Udemy
    • Mobile Auto Repair AI Scheduler
Powered by GitBook
On this page
  • Introduction
  • I. Basic Project Logic
  • II. How to Create Your AI Apps
  • About Momen
  1. Template

AI Knowledge Base

Learn how to use Momen's AI knowledge base template to build your first AI app in this guide.

PreviousAI Help CenterNextSaaS Corporate Site

Last updated 1 day ago

Introduction

Momen's AI feature enables users to build AI apps based on their own business data. Our AI knowledge base is built with Momen AI. This guide will help you understand the basic logic of the AI knowledge base template and how to create your AI apps with this template.

I. Basic Project Logic

【UI】: This is the interface of the AI knowledge base template. When a user asks a question in the input box and hits send, the AI retrieves information from the data source and generates an answer based on that. Note: The AI knowledge base will only generate answers to questions. It does not support long conversations at the moment.

【AI Configuration】: This is the section where you can configure your AI by inputting predefined prompts such as the task role, task details, and constraints. This provides clear instructions to your AI and enables it to function according to your preferences. In the context section, you can choose your AI's data source. This is one of the best features of Momen AI, as it allows you to upload local files, use data from your Momen database, or call third-party APIs to retrieve data for your AI.

II. How to Create Your AI Apps

Step 1: AI Configuration

First, enter the AI integration interface from the top bar of the Momen editor.

Input Configurations: Configure single or multiple parameters for the AI interface. Input parameters can be referenced in predefined prompts or used as filtering conditions for your app.

Contexts: Context serves as the data source for your AI. This is where you can integrate your business data with AI. Currently, we support three ways to integrate your data:

  • Select data tables stored in the Momen database.

  • Upload local files.

  • Call APIs to fetch external data.

In the Momen AI knowledge base, our data comes from the Momen database, where we store Momen docs.

If you are interested in fetching external data via API as your AI data source, please check our step-by-step guides:

Debug and Preview: Before requesting AI, you can debug and test on the right panel to see if it generates the desired answers. For example, input a question related to Momen to verify if the AI generates accurate answers.

Step 2: Action Configuration and AI Request

To make your AI functional in the desired location, you need to bind your data from the backend to your UI and configure the "Request AI" action on your button. In this case, we configured the "Request AI" action on the "Send" button.

You can check the detailed action configuration by clicking on the "Send" button and selecting "Interaction."

Additionally, you can modify the UI to make your AI knowledge base more customized.

Step 3: Website Preview

When you finish all the configurations, click "Preview" in the upper-right corner to generate the link. If everything works as expected, you can publish your project to the public.

If you accessed the template through the preview link, all content is read-only. To obtain and edit this template, please upgrade your project.

About Momen

Basic Configuration: Choose the model based on your needs. Currently, we support GPT 3.5 and GPT 4. GPT 3.5 is suitable for text-based input, while GPT 4 supports image processing and generates more accurate answers. However, GPT 4 will consume more .

Predefined Prompts: You can directly input instructions as your prompt source or refer to the input parameters. For more information, please check our guide on , which explains how to write effective prompts. In this template, we used direct input + parameters as the sources.

You can embed your AI knowledge base on your current website. To see how to embed it, please refer to .

is a no-code web app builder that allows users to build fully customizable web apps, marketplaces, social networks, AI apps, enterprise SaaS, and much more. You can iterate and refine your projects in real-time, ensuring a seamless creation process. Meanwhile, Momen offers powerful API integration capabilities, allowing you to connect your projects to any service you need. With Momen, you can bring your ideas to life and build remarkable digital solutions, getting your web app products to market faster than ever before.

tokens
AI Configuration
Notion
Airtable
Google Sheet
How to Embed an Iframe Component into Your Momen Project
Momen
UI of an AI app in a no-code tool
AI configuration in a no-code tool
AI configuration in a no-code tool
Configure input for your AI app in a no-code tool
Write your prompt for your AI app
The context of an AI app in a no-code tool
The interaction configuration in a no-code tool