Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,18 @@ Cloudy, currently in beta, is available in several Cloudflare products such as W
We want to hear your thoughts as you get to meet Cloudy and try out these new AI features. You can send feedback to us at [email protected]. Your feedback will help shape our roadmap for AI enhancement, and bring our users smarter, more efficient tooling that helps everyone get more secure.
:::

## Required roles

A Cloudflare user must have one of the following [roles](/fundamentals/manage-members/roles/) to view Cloudy AI summaries:

- Super Administrator
- Administrator

## What data does Cloudy have access to?

Cloudy has access to your Cloudflare configuration. It combines this data with a purpose-built LLM prompt.

Additionally, Cloudy takes Role-Based Access Control (RBAC) restrictions into account: it can only access the same Cloudflare configuration settings as the currently logged in user, based on their roles and permissions.
Additionally, Cloudy takes Role-Based Access Control (RBAC) restrictions into account: it can only access the same Cloudflare configuration settings as the currently logged in user, based on their [roles and permissions](#required-roles).

All your configuration information is only included in the purpose-built prompt — it is not used to train Cloudy or the LLM model(s) powering it.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ To access your WARP diagnostic summary:
2. Locate an existing `warp-diag` log from the list or select **Run diagnostics** to generate a new `warp-diag` log.
3. Select the three dots for the `warp-diag` log that you want to analyze, then select **View WARP Diag**.

The **Overview** tab will display an AI-generated summary of the results, a list of detection events, and basic device information.
The **Overview** tab will display an [AI-generated summary](/fundamentals/reference/cloudy-ai-agent/) of the results, a list of detection events, and basic device information.

:::note
To view Cloudy AI summaries, account members must have the [Administrator or Super Administrator role](/fundamentals/manage-members/roles/#account-scoped-roles).
:::
<Details header="Explanation of the fields">
| Field | Description |
| ----- | ----------- |
Expand Down