diff --git a/src/current/images/v24.3/intellij/01_database_tool_window.png b/src/current/images/v24.3/intellij/01_database_tool_window.png
new file mode 100644
index 00000000000..1879e04078a
Binary files /dev/null and b/src/current/images/v24.3/intellij/01_database_tool_window.png differ
diff --git a/src/current/images/v24.3/intellij/02_postgresql_data_source.png b/src/current/images/v24.3/intellij/02_postgresql_data_source.png
new file mode 100644
index 00000000000..c9228d64ca1
Binary files /dev/null and b/src/current/images/v24.3/intellij/02_postgresql_data_source.png differ
diff --git a/src/current/images/v24.3/intellij/03_general_tab.png b/src/current/images/v24.3/intellij/03_general_tab.png
new file mode 100644
index 00000000000..5a28befb139
Binary files /dev/null and b/src/current/images/v24.3/intellij/03_general_tab.png differ
diff --git a/src/current/images/v24.3/intellij/04_options_tab.png b/src/current/images/v24.3/intellij/04_options_tab.png
new file mode 100644
index 00000000000..6cf8e648f21
Binary files /dev/null and b/src/current/images/v24.3/intellij/04_options_tab.png differ
diff --git a/src/current/images/v24.3/intellij/42073_error_column_n_xmin_does_not_exist.png b/src/current/images/v24.3/intellij/42073_error_column_n_xmin_does_not_exist.png
new file mode 100644
index 00000000000..fb74d6781f5
Binary files /dev/null and b/src/current/images/v24.3/intellij/42073_error_column_n_xmin_does_not_exist.png differ
diff --git a/src/current/images/v24.3/intellij/42883_error_pg_function_is_visible.png b/src/current/images/v24.3/intellij/42883_error_pg_function_is_visible.png
new file mode 100644
index 00000000000..4995a5e1b0a
Binary files /dev/null and b/src/current/images/v24.3/intellij/42883_error_pg_function_is_visible.png differ
diff --git a/src/current/images/v24.3/intellij/XX000_error_could_not_decorrelate_subquery.png b/src/current/images/v24.3/intellij/XX000_error_could_not_decorrelate_subquery.png
new file mode 100644
index 00000000000..fbafd70dcac
Binary files /dev/null and b/src/current/images/v24.3/intellij/XX000_error_could_not_decorrelate_subquery.png differ
diff --git a/src/current/images/v24.3/intellij/error_could_not_decorrelate_subquery.png b/src/current/images/v24.3/intellij/error_could_not_decorrelate_subquery.png
new file mode 100644
index 00000000000..05706b1e508
Binary files /dev/null and b/src/current/images/v24.3/intellij/error_could_not_decorrelate_subquery.png differ
diff --git a/src/current/v24.3/intellij-idea.md b/src/current/v24.3/intellij-idea.md
index 78c09b6669c..05772f16b0a 100644
--- a/src/current/v24.3/intellij-idea.md
+++ b/src/current/v24.3/intellij-idea.md
@@ -34,7 +34,7 @@ Users can expect to encounter the following behaviors when using CockroachDB wit
##### [XXUUU] ERROR: could not decorrelate subquery
-
+
Displays once per load of schema.
@@ -42,7 +42,7 @@ Displays once per load of schema.
##### [42883] ERROR: unknown function: pg_function_is_visible() Failed to retrieve
-
+
Display periodically. Does not impact functionality.
@@ -50,7 +50,7 @@ Display periodically. Does not impact functionality.
##### [42703] org.postgresql.util.PSQLException: ERROR: column "n.xmin" does not exist
-
+
Requires setting **Introspect using JDBC metadata** ([details below](#set-cockroachdb-as-a-data-source-in-intellij)).
@@ -58,8 +58,8 @@ Requires setting **Introspect using JDBC metadata** ([details below](#set-cockro
## Set CockroachDB as a data source in IntelliJ
-1. Launch the **Database** tool window. (**View** > **Tool Windows** > **Database**)
-1. Add a PostgreSQL data source. (**New (+)** > **Data Source** > **PostgreSQL**)
+1. Launch the **Database** tool window. (**View** > **Tool Windows** > **Database**)
+1. Add a PostgreSQL data source. (**New (+)** > **Data Source** > **PostgreSQL**)
1. On the **General** tab, enter your database's connection string:
Field | Value
@@ -71,10 +71,10 @@ Requires setting **Introspect using JDBC metadata** ([details below](#set-cockro
**Password** | If your cluster uses password authentication, enter the password.
**Driver** | Select or install **PostgreSQL** using a version greater than or equal to 41.1. (Older drivers have not been tested.)
-
+
1. Install or select a **PostgreSQL** driver. We recommend a version greater than or equal to 41.1.
1. If your cluster uses SSL authentication, go to the **SSH/SSL** tab, select **Use SSL** and provide the location of your certificate files.
-1. Go to the **Options** tab, and then select **Introspect using JDBC metadata**.
+1. Go to the **Options** tab, and then select **Introspect using JDBC metadata**.
1. Click **OK**.
You can now use IntelliJ's [database tool window](https://www.jetbrains.com/help/idea/working-with-the-database-tool-window.html) to interact with your CockroachDB cluster.