Skip to content

Commit 39d6a9b

Browse files
committed
Rearrange sections to match new UI layout
1 parent d275fb3 commit 39d6a9b

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

content/en/actions/app_builder/build.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,30 @@ To access the App Playground:
4747

4848
## Create an app
4949

50+
### Build an app with AI
51+
52+
With Bits AI, you can generate a complete app from a single prompt. Describe the app you want to create, and the UI agent automatically generates the UI, actions, and logic mapped to your existing data and permissions. You can then iterate by chatting---refining components, flows, or styling---without writing any code.
53+
54+
To build an app with Bits AI:
55+
1. From [App Builder][1], click **New App**.
56+
1. Click **Start with AI**.
57+
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+
- `Display a list of AWS Lambda functions in a table. Allow the user to filter by function name and specify the limit.`
59+
- `Display GitHub pull requests in a table.`
60+
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.
64+
1. After Bits AI responds to your prompt, you can click **Edit with AI** or manually [customize your app][15].
65+
1. To save the app, click **Save**.
66+
1. To preview the app, click **View**. Click **Edit** to return to the configuration view.
67+
1. When you're ready to publish your app, click **Publish**. Publishing an app makes it available to your dashboards.
68+
69+
To iterate on an existing app:
70+
1. From an existing app, click **UI Agent Chat** (**<i class="icon-bits-ai"></i>**).
71+
1. Enter a detailed prompt for the behavior you'd like to add to your app. Include the integrations and actions you'd like to use.
72+
1. Press **Enter** to add the functionality to your app.
73+
5074
### Build an app from a blueprint
5175

5276
Blueprints are helpful templates that cover common use cases. They come loaded with demo data that you can use to familiarize yourself with the app. Blueprints also showcase best practices for setting up app functionality and visual presentation.
@@ -90,30 +114,6 @@ You can get started with an app by importing data from one of the integrations l
90114
1. After you finish modifying the app, click **Run** to test it.
91115
1. When you're ready to publish your app, click **Publish**. After publishing, you can click the **Settings** {{< img src="icons/settings.png" inline="true" style="width:14px;">}} icon to add it to a dashboard, notebook, or Self-Service Actions.
92116

93-
### Build an app with AI
94-
95-
With Bits AI, you can generate a complete app from a single prompt. Describe the app you want to create, and the UI agent automatically generates the UI, actions, and logic mapped to your existing data and permissions. You can then iterate by chatting---refining components, flows, or styling---without writing any code.
96-
97-
To build an app with Bits AI:
98-
1. From [App Builder][1], click **New App**.
99-
1. Click **Start with AI**.
100-
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:
101-
- `Display a list of AWS Lambda functions in a table. Allow the user to filter by function name and specify the limit.`
102-
- `Display GitHub pull requests in a table.`
103-
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.
104-
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.
105-
1. Bits AI sometimes asks clarification questions while it responds to your prompt. If this happens, enter a response, then press **Enter**.
106-
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.
107-
1. After Bits AI responds to your prompt, you can click **Edit with AI** or manually [customize your app][15].
108-
1. To save the app, click **Save**.
109-
1. To preview the app, click **View**. Click **Edit** to return to the configuration view.
110-
1. When you're ready to publish your app, click **Publish**. Publishing an app makes it available to your dashboards.
111-
112-
To iterate on an existing app:
113-
1. From an existing app, click **UI Agent Chat** (**<i class="icon-bits-ai"></i>**).
114-
1. Enter a detailed prompt for the behavior you'd like to add to your app. Include the integrations and actions you'd like to use.
115-
1. Press **Enter** to add the functionality to your app.
116-
117117
### Create a custom app
118118

119119
If you don't want to use any of the methods above, you can create a new app from the blank App Builder canvas.

0 commit comments

Comments
 (0)