---
title: Getting started with Intelligent Workloads
source: https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/workloads/create-intelligent-workload
---

> #### 💡 PREVIEW
>
> We're still working on this feature, but we'd love for you to try it out!
>
> This feature is currently provided as part of a preview program pursuant to our [pre-release policies](https://docs.newrelic.com/docs/licenses/license-information/referenced-policies/new-relic-pre-release-policy).

Traditional monitoring often forces engineering teams to track isolated service-level metrics, creating a fragmented, "swivel-chair" debugging experience when critical user journeys degrade. Intelligent Workloads evolves the reactive troubleshooting of Transaction 360 into a proactive, self-updating monitoring hub. By leveraging distributed tracing to automatically map your entire architectural estate to a single business transaction, it continuously tracks full-stack dependencies and aligns technical performance with real-time business outcomes (KPIs) as your system changes.

## Prerequisites

Before creating Intelligent Workloads, make sure you [enable distributed tracing](https://docs.newrelic.com/docs/distributed-tracing/enable-configure/quick-start) across your APM services.

## How to create Intelligent Workloads [#create]

You can create Intelligent Workloads in three ways, each takes only a few minutes to set up:

**Create from recommended Workloads**

New Relic automatically analyzes your application transactions and recommends high-value Intelligent Workloads to create. This is the fastest way to get started with Intelligent Workloads. You can create one Intelligent Workload at a time or create multiple workloads through our bulk creation functionality.

### View recommendations

When you navigate to the Workloads page, you'll see a banner at the top if New Relic has found recommended Workloads for you:

![Screenshot of the Workloads page showing the Review recommendations banner and button](https://docs.newrelic.com/images/intelligent-workload-review-recs.webp "Workloads page with Review recommendations banner")

Click **Review recommendations** to open the recommendations modal.

### Review and create from recommendations

The **Recommended Intelligent Workloads** modal shows transactions that would benefit from monitoring:

1.  **Filter by category**: Use the tabs to switch between:
    -   **Key Transactions**: High-traffic or business-critical transactions
    -   **Impacted Transactions**: Transactions with performance issues or errors

2.  **Sort recommendations**: Use the dropdown to sort by:
    -   Highest error rate
    -   Slowest average response time
    -   Most time consuming

3.  **Review transaction details**

4.  **Create workload**: Click **Create** next to any recommendation

When you create from a recommendation, New Relic automatically pre-fills the entity and transaction selection, taking you directly to the **Add details** step where you can:

-   Name your workload
-   Add a description (optional)
-   Verify the focal service and transaction
-   Complete the setup

> #### 💡 TIP
>
> Creating from recommendations is ideal when you're new to Intelligent Workloads or want to quickly identify which transactions would benefit most from dedicated monitoring.

### Bulk create from recommendations [#bulk-create]

If you want to create multiple Intelligent Workloads at once, use the bulk create option from the recommendations modal. New Relic automatically surfaces candidate transactions and lets you curate them by:

-   **Most time-consuming**: Transactions with the highest total processing time
-   **Slowest average response time**: Transactions with the worst average latency
-   **Highest error rate**: Transactions failing most frequently

![Screenshot of the Recommended Intelligent Workloads modal showing transaction recommendations with checkboxes](https://docs.newrelic.com/images/intelligent-workload-bulk-create.webp "Recommended Intelligent Workloads modal")

**Create from the Workloads page**

Ideal if you already know the specific account, service, and transaction you want to build a workload around using the standard setup wizard.

1.  Go to **[one.newrelic.com > All capabilities](https://one.newrelic.com/all-capabilities) > Workloads**.
2.  Click **Create a workload**.
3.  Select **Intelligent Workload** type.
4.  Click **Setup** to start the wizard.

![Screenshot showing workload type selection with Standard and Intelligent options](https://docs.newrelic.com/images/create_intelligent_workload.webp "Select Intelligent Workload type")

### Step 1: Select an entity [#select-entity]

Choose the service or entity that contains your critical transaction:

1.  Search or browse for the entity by name.
2.  Filter by entity type if needed (APM services, browser apps, etc.).
3.  Select the entity that processes your key transaction.
4.  Click **Next**.

> #### 💡 TIP
>
> Choose an entity that is central to your transaction flow. For example, if monitoring a checkout process, select the checkout service rather than a peripheral logging service.

### Step 2: Pick your transaction [#pick-transaction]

Select the specific transaction you want to monitor:

1.  Browse the list of transactions for the selected entity.
2.  Use search to find specific transaction names.
3.  Select the transaction that represents your business workflow.
4.  Click **Next**.

The workload will track all entities that participate in this transaction based on distributed traces.

> #### ⚠️ IMPORTANT
>
> Infrastructure entities are currently excluded from health tracking due to platform limitations. Only APM services, browser apps, and other instrumented entities are included in workload health calculations.

### Step 3: Add details [#add-details]

Provide information about your workload:

1.  **Name**: Enter a descriptive name (e.g., "Checkout Transaction", "User Authentication Flow")
2.  **Description** (optional): Add context about what this workload monitors and why it matters
3.  **Account**: Select the account where the workload will be created. By default, your currently active account is pre-selected. Use the dropdown to change it if you want to create the workload in a different account.
4.  Click **Next**.

### Step 4: Preview & finalize [#preview-finalize]

Review your workload configuration:

1.  Verify the **Focal entity** is correct.
2.  Confirm the **Focal transaction** matches your intended workflow.
3.  Review the workload **Name** and **Description**.
4.  Click **Create Workload**.

Your Intelligent Workloads will immediately begin tracking entities participating in the transaction.

**Create from Transaction 360**

Ideal if you are actively investigating an incident and want to seamlessly save your current transaction view as a permanent, proactive workload.

![Screenshot of Transaction 360 showing golden metrics and the Save as workload button highlighted in the top right](https://docs.newrelic.com/images/intelligent-workload-save-as-workload.webp "Save as Intelligent Workload from Transaction 360")

1.  Go to **[one.newrelic.com > All capabilities](https://one.newrelic.com/all-capabilities) > APM & Services**.
2.  Select a service that's part of your critical transaction flow.
3.  Navigate to a specific transaction you want to monitor and click **Transaction 360**.
4.  Click **Save as Intelligent Workload**.
5.  Enter a descriptive name for the workload.
6.  Click **Save**.

> #### 💡 TIP
>
> Choose transaction names that represent complete business workflows (e.g., "checkout", "user-authentication") rather than individual API calls.

## Scope your Intelligent Workloads [#exclude-filters]

By default, an Intelligent Workload dynamically includes every upstream and downstream service that participates in distributed traces with your focal transaction. If your transaction calls unowned microservices, third-party APIs, or complex fan-out pipeline branches that you do not want impacting your overall workload health, use exclude filtering to prune those dependency paths.

**Common scoping use cases:**

-   **Prune unowned dependencies**: Exclude upstream API gateways or secondary downstream services (such as external payment gateways or coupon microservices) that your team does not directly manage.
-   **Isolate pipeline branches**: In complex fan-in and fan-out architectures (such as Kafka message pipelines), trim parallel consumer queues or irrelevant topics to isolate the exact execution branch your team owns.

**How exclude filters work:**

When adding an exclude filter to your workload graph, configure three parameters:

-   **Target entity**: The specific service node on the dependency map where you want to apply the filter.
-   **Direction**: Whether to prune dependencies coming into the selected entity (**Upstream**) or leading out of it (**Downstream**).
-   **Target entity visibility**: Whether to exclude the target entity itself along with all its connections (removing it entirely from the workload graph), or keep the target entity visible while only pruning its further upstream or downstream dependencies.

Because exclude filters are dynamic, any new microservices or connections that appear along an excluded branch in future traces are automatically filtered out without requiring manual updates to your workload.

![Screenshot of the Intelligent Workload creation wizard showing the Dynamic Flow Map with exclude filter rules applied to downstream entities](https://docs.newrelic.com/images/intelligent-workload-exclude-filters.webp "Exclude filters in Intelligent Workloads")

## What's next [#next-steps]

Once your Intelligent Workloads are created, explore the core views and tools to get comfortable monitoring your critical customer journeys:

-   **[Investigate with integrated experiences](https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/workloads/intelligent-workload-integrated-experiences)**: Dive into scoped sub-views, including errors inbox, [performance risks inbox](https://docs.newrelic.com/docs/errors-inbox/performance-risks/introduction), Transaction 360, and dependency maps — built directly into your workload context.
-   **[Manage custom KPIs](https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/workloads/intelligent-workload-kpis)**: Define and track custom business metrics (such as checkout success rates) alongside your technical performance indicators.
