Building a support bot
Previous Tutorial

Building a support bot

Support bots help answer customer questions automatically.

3/13/2026Build AI Agents

Your first web app

Create a simple web application using OpenKBS.

Step 1 — Create a new app

In your project dashboard, click New App.

Step 2 — Describe the app

Use a prompt to describe the application you want to generate.

Example:

Create a simple task manager with a list of tasks and a form to add new tasks.

Step 3 — Generate the interface

OpenKBS will generate the basic interface and functionality.

Step 4 — Preview the app

Launch the preview to interact with your new web application.

Connecting APIs
Next Tutorial

Connecting APIs

External APIs allow your apps to access additional services and data.

3/13/2026Build Apps