Skip to content

(Actions) Apps conversational AI #29829

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion content/en/actions/app_builder/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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** (**<i class="icon-bits-ai"></i>**).
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**.
Expand Down Expand Up @@ -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.

Expand Down
18 changes: 13 additions & 5 deletions content/en/actions/workflows/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 **<i class="icon-bits-ai"></i> 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.

<div class="alert alert-info">The Workflow Automation AI does not answer questions about the product. If you have questions or feedback, consider joining the <strong>#workflows</strong> channel on the <a href="https://datadoghq.slack.com/">Datadog Community Slack</a></div>

## Create a custom workflow

Expand Down
Loading