You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/actions/app_builder/build.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,14 +53,13 @@ With Bits AI, you can generate a complete app from a single prompt. Describe the
53
53
54
54
To build an app with Bits AI:
55
55
1. From [App Builder][1], click **New App**.
56
-
1. Click **Start with AI**.
57
56
1. Click a suggested prompt, or enter a prompt that describes the app you want to create. Enter as much detail as possible to improve the results. Here are some example prompts:
58
57
-`Display a list of AWS Lambda functions in a table. Allow the user to filter by function name and specify the limit.`
59
58
-`Display GitHub pull requests in a table.`
60
59
1. Press **Enter** to send your prompt. Bits AI automatically generates the UI, actions, and logic for your app, mapped to your existing data and permissions.
61
-
1. While it's responding, Bits AI asks you to set up a connection to build the app with real data. You can complete this step, or skip it to build the app layout faster without data.
62
-
1. Bits AI sometimes asks clarification questions while it responds to your prompt. If this happens, enter a response, then press **Enter**.
63
-
1. After Bits AI adds an action to the app, you are prompted to either **Mock with AI Data** or **skip configuration**. Configuring your action during UI agent execution helps connect the data types to other components.
60
+
- While it's responding, Bits AI asks you to set up a connection to build the app with real data. You can complete this step, or skip it to build the app layout faster without data.
61
+
- Bits AI sometimes asks clarification questions while it responds to your prompt. If this happens, enter a response, then press **Enter**.
62
+
- After Bits AI adds an action to the app, you are prompted to either **Mock with AI Data** or **skip configuration**. Configuring your action during UI agent execution helps connect the data types to other components.
64
63
1. After Bits AI responds to your prompt, you can click **Edit with AI** or manually [customize your app][15].
65
64
1. To save the app, click **Save**.
66
65
1. To preview the app, click **View**. Click **Edit** to return to the configuration view.
0 commit comments