AI Help Center
Introduction
The AI Help Center template helps you build a custom support page for your startup. This template efficiently manages your product resources like FAQs and documentation while delivering precise answers to your users by utilizing AI.
Basic Project Logic
Help Center: When users input a question related to your product, the AI retrieves information from your business data and generates answers based on it.
Resources: This section organizes all your product resources in one place, ensuring users can easily find the information they need without navigating to multiple locations.
Contact Us: Add your team’s contact information here to provide additional support to your users.
In the Context section, you can configure your AI’s data source. Momen AI allows you to upload local files, use data from your Momen database, or call third-party APIs to retrieve data for your AI.
How to Create Your AI Apps
AI Configuration
First, access the AI integration interface from the top bar of the Momen editor.
Basic Configuration:
- Change the name and description of your AI.
- Choose the model based on your needs. Currently, Momen supports GPT 3.5 and GPT 4.
- GPT 3.5: Suitable for text-based input.
- GPT 4: Supports image processing and generates more accurate answers but consumes more tokens .
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.
Predefined Prompts:
- Directly input instructions as your prompt source or reference input parameters.
- For more details, refer to our guide on AI Configuration , which explains how to write effective prompts.
- In this template, we used a combination of direct input and parameters as the sources.
Contexts:
- Context serves as the data source for your AI.
- Momen supports three ways to integrate your data:
- Select data tables stored in the Momen database.
- Upload local files.
- Call APIs to fetch external data.
In this template, the Momen AI knowledge base uses data stored in the Momen database, where Momen docs are maintained.
Debug and Preview:
- Before requesting AI, debug and test to ensure it generates the desired answers.
- For example, input a question related to Momen to verify if the AI provides accurate responses.
Action Configuration and AI Request
To make your AI functional in the desired location:
- Bind your data from the backend to your UI.
- Configure the “Request AI” action.
In this template, the “Request AI” action is configured on the input box.
Additionally, configure the navigation action in the Resources section to direct users to the relevant resource page.
You can also customize the UI to make your AI help center more tailored to your brand.
Website Preview
After completing all configurations:
- Click “Preview” in the upper-right corner to generate a preview link.
- Verify that everything works as expected.
- Once satisfied, publish your project to make it publicly accessible.