diff --git a/docs/product/issues/issue-details/sentry-ai/img/autofix-qna.png b/docs/product/issues/issue-details/ai-autofix/img/autofix-qna.png
similarity index 100%
rename from docs/product/issues/issue-details/sentry-ai/img/autofix-qna.png
rename to docs/product/issues/issue-details/ai-autofix/img/autofix-qna.png
diff --git a/docs/product/issues/issue-details/ai-autofix/img/autofix-results.png b/docs/product/issues/issue-details/ai-autofix/img/autofix-results.png
new file mode 100644
index 0000000000000..9dabaf83c37ac
Binary files /dev/null and b/docs/product/issues/issue-details/ai-autofix/img/autofix-results.png differ
diff --git a/docs/product/issues/issue-details/ai-autofix/img/autofix-rootcause.png b/docs/product/issues/issue-details/ai-autofix/img/autofix-rootcause.png
new file mode 100644
index 0000000000000..16f1d87f32b4f
Binary files /dev/null and b/docs/product/issues/issue-details/ai-autofix/img/autofix-rootcause.png differ
diff --git a/docs/product/issues/issue-details/ai-autofix/img/autofix-start-screen.png b/docs/product/issues/issue-details/ai-autofix/img/autofix-start-screen.png
new file mode 100644
index 0000000000000..88e75c7abffb6
Binary files /dev/null and b/docs/product/issues/issue-details/ai-autofix/img/autofix-start-screen.png differ
diff --git a/docs/product/issues/issue-details/ai-autofix/img/pr-options.png b/docs/product/issues/issue-details/ai-autofix/img/pr-options.png
new file mode 100644
index 0000000000000..4810658a90463
Binary files /dev/null and b/docs/product/issues/issue-details/ai-autofix/img/pr-options.png differ
diff --git a/docs/product/issues/issue-details/ai-autofix/index.mdx b/docs/product/issues/issue-details/ai-autofix/index.mdx
new file mode 100644
index 0000000000000..bad14fa22076c
--- /dev/null
+++ b/docs/product/issues/issue-details/ai-autofix/index.mdx
@@ -0,0 +1,59 @@
+---
+title: Autofix
+description: "Learn about Sentry's AI-powered Autofix and how it helps you debug and fix issues faster."
+sidebar_order: 51
+---
+
+**Autofix** uses Sentry's context (issue details, tracing data, and profiles), your codebase (integrated through GitHub), and its interactions with you to identify and reason through problems in your code. Autofix can identify the root cause and suggest a code change for fixing the issue and/or add unit tests for it. You can find it in the **Solutions Hub** section of the issue details page after clicking on any error from the [**Issues**](https://sentry.io/orgredirect/organizations/:orgslug/issues/) page.
+
+Autofix is powered by [Seer](/product/issues/issue-details/seer-ai-features/), which is Sentry's AI agent.
+
+
+
+Autofix is currently in Beta, free of charge, for paid Sentry customers. Feedback is highly welcomed and can be submitted in-product or via email to autofix@sentry.io.
+
+
+
+
+
+Autofix replaces Suggested Fix (an earlier feature that has been sunsetted).
+
+
+
+## Enabling Autofix and Other AI Features
+
+Before you can use Autofix, you need to enable the features that leverage generative AI for your Sentry organization. From the [**Organization Settings** page](https://sentry.io/orgredirect/organizations/:orgslug/settings/organization/), make sure that _Hide AI Features_ is **off**:
+
+
+
+
+
+Issue Summary and other generative AI features in Sentry are not available for customers hosted in the European Union at this time.
+
+
+
+## Using Autofix
+
+When you start an Autofix run, you'll see the following screen, with an option to share any additional context:
+
+
+
+Autofix will then analyze the issue and relevant code to help identify the root cause and a solution. You'll see a live stream of Autofix's thought process in real time as it works through the problem. Autofix will share key insights as they come up and you'll have the option to expand each. You'll see the event data and code that support Autofix conclusions, building a clear chain of reasoning back to the root cause.
+
+While Autofix is reasoning through your problem, you can step in at any time to add context or feedback; collaboration tends to lead to the best results. If Autofix encounters gaps in its understanding, it will ask for your input.
+
+The output will be a clearly defined root cause of the Sentry issue, and a detailed solution for how to resolve it:
+
+
+
+You are free to edit or adjust this solution based on your own requirements and preferences. Once you are ready to proceed, you can select "Code It Up" to generate code resolving the bug. You have three options:
+
+- Write a fix
+- Write a unit test reproducing the issue
+- Write both
+
+
+
+Once the coding step is complete, you can either create a Pull Request (PR) in GitHub directly from Autofix, or create a branch and checkout the code locally if you would like to iterate further.
+
+
diff --git a/docs/product/issues/issue-details/sentry-ai/img/solutions-hub.png b/docs/product/issues/issue-details/ai-issue-summary/img/solutions-hub.png
similarity index 100%
rename from docs/product/issues/issue-details/sentry-ai/img/solutions-hub.png
rename to docs/product/issues/issue-details/ai-issue-summary/img/solutions-hub.png
diff --git a/docs/product/issues/issue-details/ai-issue-summary/index.mdx b/docs/product/issues/issue-details/ai-issue-summary/index.mdx
new file mode 100644
index 0000000000000..4d663201f8c7e
--- /dev/null
+++ b/docs/product/issues/issue-details/ai-issue-summary/index.mdx
@@ -0,0 +1,31 @@
+---
+title: Issue Summary
+description: "Learn how to use Sentry's AI-powered issue summary to get a quick overview of an issue."
+sidebar_order: 52
+---
+
+Issue Summary provides a quick overview of an issue by highlighting key insights taken from event and issue-level metadata.
+Issue Summary is powered by [Seer](/product/issues/issue-details/seer-ai-features/), which is Sentry's AI agent.
+
+You can find the AI-generated summary of a problem in the **Solutions Hub** section of the issue details page, after clicking on any error from the [**Issues**](https://sentry.io/orgredirect/organizations/:orgslug/issues/) page.
+You'll see a quick overview of what's going wrong, a potential cause, and if relevant, insights from trace-connected issues, all in the **Solutions Hub** in the sidebar:
+
+
+
+
+
+Issue Summary is currently in Beta, free of charge, for paid Sentry customers. Feedback is highly welcomed and can be submitted in-product or via email to autofix@sentry.io.
+
+
+
+## Enabling Autofix and Other AI Features
+
+Before you can use Autofix, you need to enable features that leverage generative AI for your Sentry organization. From the [**Organization Settings** page](https://sentry.io/orgredirect/organizations/:orgslug/settings/organization/), make sure that _Hide AI Features_ is **off**:
+
+
+
+
+
+Issue Summary and other generative AI features in Sentry are not available for customers hosted in the European Union at this time.
+
+
diff --git a/docs/product/issues/issue-details/img/org-settings-ai.png b/docs/product/issues/issue-details/img/org-settings-ai.png
new file mode 100644
index 0000000000000..df4a46e0543a3
Binary files /dev/null and b/docs/product/issues/issue-details/img/org-settings-ai.png differ
diff --git a/docs/product/issues/issue-details/index.mdx b/docs/product/issues/issue-details/index.mdx
index dee6b628a7c55..abccd9bea64fe 100644
--- a/docs/product/issues/issue-details/index.mdx
+++ b/docs/product/issues/issue-details/index.mdx
@@ -12,7 +12,7 @@ The header contains high-level information about the issue such as the error mes
Beneath the header is the event graph, showing a distribution of events and errors. You can use the search bar to filter which events are shown. Tags are shown and can be opened from here too.
-The sidebar shows more about the issue and includes information such as the last time and the first time the issue was seen, if the issue is linked to any GitHub or Jira issues, issue activity and comments, participants and viewers, and Sentry AI features.
+The sidebar shows more about the issue and includes information such as the last time and the first time the issue was seen, if the issue is linked to any GitHub or Jira issues, issue activity and comments, participants and viewers, and Seer (Sentry's AI agent) features.
The main area of the page displays information about a specific event that's part of an issue, including the stack trace, breadcrumbs, tags, and more. You can also see information about replays, attachments, and feedback related to the issue here.
@@ -32,7 +32,7 @@ A few tags are shown as a preview on the page, but to see more, you can either c
The first and last time the issue has been seen will be displayed here. These values will depend on your environment selection and will be updated if you change the environments. If you have releases set up, the first and last release where the issue was seen will be shown
-The solutions hub contains features from [Sentry AI](/product/issues/issue-details/sentry-ai) that help you understand and fix issues.
+The solutions hub contains features from [Seer](/product/issues/issue-details/seer) that help you understand and fix issues.
If you have [issue tracking](/organization/integrations/issue-tracking) set up, integrations or linked issues will appear.
diff --git a/docs/product/issues/issue-details/seer-ai-features/index.mdx b/docs/product/issues/issue-details/seer-ai-features/index.mdx
new file mode 100644
index 0000000000000..05c6ce893c11d
--- /dev/null
+++ b/docs/product/issues/issue-details/seer-ai-features/index.mdx
@@ -0,0 +1,43 @@
+---
+title: Seer & AI features
+description: "Learn about Seer, Sentry's AI agent, and managing generative AI features."
+sidebar_order: 55
+---
+
+Seer is Sentry's AI agent that powers a set of features built on AI and ML.
+
+Once you've set up Seer, you'll be able to use the following features that leverage generative AI models:
+
+- [**Autofix**](/product/issues/issue-details/ai-autofix/)
+- [**Issue Summary**](/product/issues/issue-details/ai-issue-summary/)
+
+Additionally, Seer includes a Sentry-made Machine Learning (ML) model that enables [**AI-powered Issue Grouping**](/concepts/data-management/event-grouping/).
+
+
+
+Seer features built on generative AI, including Autofix and Issue Summary, are not available for hosted Sentry customers in the European Union at this time.
+
+
+
+## Data Processing for Generative AI
+
+When using generative AI capabilities in Seer, we use the data listed below for analysis and to provide solutions for your review. **Your data will not be used to train any models or to generate output shown to others.** These features are powered by generative AI models hosted by the feature-specific subprocessors identified on our [subprocessor list](https://sentry.io/legal/subprocessors/). Our subprocessors will only use the data as directed by us.
+
+The data used for these features includes:
+
+- Error messages
+- Stack traces
+- Sentry spans
+- DOM interactions
+- Profiles
+- Relevant code from linked repositories
+
+You can learn more about our data privacy practices [in our AI/ML policy](/security-legal-pii/security/ai-ml-policy/#use-of-identifying-data-for-generative-ai-features).
+
+## Disabling Generative AI Features
+
+If you don't find the feature useful and want to disable it for all users, you can do so in your organization's settings with the "Hide AI Features" toggle:
+
+
+
+Also note that the features won't be available until the proper consent is given for your organization.
diff --git a/docs/product/issues/issue-details/sentry-ai/img/autofix-results.png b/docs/product/issues/issue-details/sentry-ai/img/autofix-results.png
deleted file mode 100644
index 137feb0d1bccc..0000000000000
Binary files a/docs/product/issues/issue-details/sentry-ai/img/autofix-results.png and /dev/null differ
diff --git a/docs/product/issues/issue-details/sentry-ai/img/autofix-start-screen.png b/docs/product/issues/issue-details/sentry-ai/img/autofix-start-screen.png
deleted file mode 100644
index b8e4be22d34d7..0000000000000
Binary files a/docs/product/issues/issue-details/sentry-ai/img/autofix-start-screen.png and /dev/null differ
diff --git a/docs/product/issues/issue-details/sentry-ai/img/setup.png b/docs/product/issues/issue-details/sentry-ai/img/setup.png
deleted file mode 100644
index 9d6d7bda11f1c..0000000000000
Binary files a/docs/product/issues/issue-details/sentry-ai/img/setup.png and /dev/null differ
diff --git a/docs/product/issues/issue-details/sentry-ai/index.mdx b/docs/product/issues/issue-details/sentry-ai/index.mdx
deleted file mode 100644
index 2518f91d981d7..0000000000000
--- a/docs/product/issues/issue-details/sentry-ai/index.mdx
+++ /dev/null
@@ -1,72 +0,0 @@
----
-title: Sentry AI
-description: "Learn about the AI features that help you understand and fix issues faster."
-sidebar_order: 50
----
-
-Sentry AI is a set of tools that help you quickly understand an issue, find a root cause, and create a fix. You can find it in the **Solutions Hub** section of the issue details page after clicking on any error from the [**Issues**](https://sentry.io/orgredirect/organizations/:orgslug/issues/) page.
-
-Once you've set up Sentry AI, you'll be able to use the following features:
-
-- [**Issue Summary**](#issue-summary): A quick summary of all the data in the issue to help you understand what's going on at-a-glance.
-- [**Autofix**](#autofix): A collaborative workflow to find the root cause of an error and create a PR that fixes it.
-
-
-
-Issue Summary and Autofix are currently in Beta, free of charge, for paid Sentry customers. Feedback is highly welcomed and can be submitted in-product or via email to autofix@sentry.io. Sentry AI is not available for EU customers.
-
-
-
-## Issue Summary
-
-The Issue Summary provides a quick overview of an issue by highlighting key insights taken from event and issue-level metadata. You'll see a quick overview of what's going wrong, a potential cause, and if relevant, insights from trace-connected issues, all in the Solutions Hub in the sidebar:
-
-
-
-## Autofix
-
-
-
- Autofix replaces Suggested Fix (an earlier feature that has been sunset).
-
-
-
-**Autofix** uses the issue details, your codebase (integrated through GitHub), and its interactions with you to gain context, reason through the problem, and get a deeper understanding of the root cause.
-
-When you start an Autofix run, you'll see the following screen, with an option to share any additional context:
-
-
-
-Autofix will then analyze the issue and relevant code to help identify the root cause. You'll see the progress displayed at the bottom of the screen. Autofix will share key insights as they come up and you'll have the option to expand each. You'll see the event data and code that support Autofix conclusions, building a clear chain of reasoning back to the root cause.
-
-Since Autofix doesn’t have all the context, collaboration leads to the best results. You can step in at any time to add context or feedback. To edit its reasoning, click the "Edit" button above any line to provide instructions or corrections, and Autofix will adjust its approach accordingly. If Autofix encounters gaps in its understanding, it will ask for your input.
-
-
-
-When you’ve identified the root cause, or gathered enough information to propose your own solution, Autofix will use the same process to suggest a fix. It will present a diff of the proposed code changes. You can then:
-
-- Accept, reject, or edit the changes.
-- Provide feedback or ask Autofix to rethink its approach.
-- Request tests to ensure the issue doesn’t recur.
-
-
-
-Once you're happy with the changes, Autofix can create a draft PR for you to review and merge in GitHub.
-
-## Data Processing
-
-We use the data listed below for analysis and to provide solutions for your review. Your data will not be used to train any models or to generate output shown to others. These features are powered by generative AI models hosted by the feature-specific subprocessors identified on our [subprocessor list](https://sentry.io/legal/subprocessors/). Our subprocessors will only use the data as directed by us.
-
-The data used for these features includes:
-
-- Error messages
-- Stack traces
-- Sentry spans
-- DOM interactions
-- Relevant code from linked repositories
-
-You can learn more about our data privacy practices [here](https://docs.sentry.io/security-legal-pii/security/ai-ml-policy/#use-of-identifying-data-for-generative-ai-features).
-## Disabling AI Features
-
-If you don't find the feature useful and want to disable it for all users, you
-can do so in your organization's settings with the "Hide AI Features" toggle. Also remember that the features won't be available until the proper consent is given for your organization.
diff --git a/src/middleware.ts b/src/middleware.ts
index 1193dc9254f68..40f919ab9d90a 100644
--- a/src/middleware.ts
+++ b/src/middleware.ts
@@ -2549,6 +2549,10 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
from: '/product/performance/display/',
to: '/product/insights/overview/filters-display/',
},
+ {
+ from: '/product/issues/issue-details/sentry-ai/',
+ to: '/product/issues/issue-details/ai-autofix/',
+ },
{
from: '/product/issues/issue-owners/',
to: '/product/issues/ownership-rules/',
@@ -2644,11 +2648,11 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
},
{
from: '/product/issues/issue-details/suggested-fix/',
- to: '/product/issues/issue-details/sentry-ai/',
+ to: '/product/issues/issue-details/seer/',
},
{
from: '/product/issues/issue-details/ai-suggested-solution/',
- to: '/product/issues/issue-details/sentry-ai/',
+ to: '/product/issues/issue-details/seer/',
},
{
from: '/guides/grouping-and-fingerprints/',