diff --git a/content/en/actions/app_builder/build.md b/content/en/actions/app_builder/build.md index b13eebe07b55a..c073740a2c71c 100644 --- a/content/en/actions/app_builder/build.md +++ b/content/en/actions/app_builder/build.md @@ -40,6 +40,22 @@ Blueprints are helpful starter apps that cover common use cases. They come loade 1. After you finish modifying the app, Click **Run** to test it. 1. When you're ready to publish your app, click **Publish**. Publishing an app makes it available to your dashboards. +### Start with AI + +You can use Bits AI to create an app. To get started: +1. From [App Builder][1], click **New App**. +1. Click **Start with AI**. +1. 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 queries: + - `Display a list of lambda functions in a table. Allow the user to filter by function name and specify the limit.` + - `Provide a list of PagerDuty services and their status in a table. Include a search input above the table.` + - `Display GitHub pull requests in a table.` +1. Click **Submit** (**↑**). + +To iterate on an existing app: +1. From an existing app, click **UI Agent Chat** (****). +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. +1. Click the up arrow (**↑**) to add the functionality to your app. + ### Create a custom app 1. From [App Builder][1], click **New App**. @@ -71,7 +87,7 @@ To delete or duplicate a component, select the component and click the three dot For a list of available UI components and their properties, see [Components][9]. -UI components can trigger reactions on an [Event][11]. +UI components can trigger reactions on an [Event][11]. [Queries][12] populate your app with data from Datadog APIs or supported integrations. They take inputs from other queries or from UI components and return outputs for use in other queries or in UI components. diff --git a/content/en/actions/workflows/build.md b/content/en/actions/workflows/build.md index c2df1dcb5d0f1..489ea66245dd8 100644 --- a/content/en/actions/workflows/build.md +++ b/content/en/actions/workflows/build.md @@ -44,14 +44,22 @@ You can create workflows or edit existing workflows from the [Workflow Automatio 1. When you are finished modifying the workflow, Click **Run** to test your workflow. 1. When you're ready to publish your workflow, click **Publish**. Published workflows accrue costs based on workflow executions. For more information, see the [Datadog Pricing page][4]. -## Create a workflow with AI +## Create or edit a workflow with AI {#create-a-workflow-with-ai} -If you're not sure where to start, you can automatically generate a workflow with AI. To generate a workflow: +If you're not sure where to start, you can automatically generate a workflow, or iterate on an existing workflow with AI. +To generate a workflow: 1. From the [Workflow Automation][1] page, click **New Workflow**. -1. Click ** Build with Bits AI**. -1. Enter a detailed description for your workflow. Specify the integrations and actions you'd like to use. -1. Click the up arrow (**↑**) to create your app. +1. Click **Create a workflow with AI**. +1. Enter a detailed prompt for your workflow. Specify the integrations and actions you'd like to use. +1. Click the up arrow (**↑**) to create your workflow. + +To iterate on an existing workflow: +1. From an existing workflow, click **Edit with AI**. +1. Enter a detailed prompt for the behavior you'd like to add to your workflow. Include the integrations and actions you'd like to use. +1. Click the up arrow (**↑**) to add the functionality to your workflow. + +
The Workflow Automation AI does not answer questions about the product. If you have questions or feedback, consider joining the #workflows channel on the Datadog Community Slack
## Create a custom workflow