diff --git a/website/docs/advanced/proxy/overview.mdx b/website/docs/advanced/proxy/overview.mdx
index 1c848d80e..fa8c89650 100644
--- a/website/docs/advanced/proxy/overview.mdx
+++ b/website/docs/advanced/proxy/overview.mdx
@@ -496,16 +496,16 @@ To connect a Proxy instance to a Proxy profile, follow these steps:
- #### Create a new Proxy profile
Click on the `+ ADD PROFILE` button.
-
+
Give the profile a meaningful name and description, then click `CREATE`.
-
+
- #### Configure your Proxy instance
Grab the `Key` and `Secret` from the profile creation dialog and put them into the Proxy's configuration.
-
+
@@ -530,7 +530,7 @@ To connect a Proxy instance to a Proxy profile, follow these steps:
- #### Select which SDK Keys your Proxy should use
Click on the edit icon in the `SDK Keys` column.
-
+
You can choose SDK Keys in two ways: by creating selection rules or by choosing individual SDK Keys manually.
Your applications will have access to all feature flags in the config-environment pairs whose SDK Keys you select.
@@ -550,7 +550,7 @@ To connect a Proxy instance to a Proxy profile, follow these steps:
- ##### Manual selection
You can manually select the config-environment pairs whose SDK key you want to make available for your Proxy instance.
-
+
:::info
You can click config names in the first column to toggle all SDK keys in a row, or environment names in the column headers to toggle all SDK keys in a column.
@@ -573,7 +573,7 @@ To connect a Proxy instance to a Proxy profile, follow these steps:
- ##### Config JSON poll interval
You have the option to control how frequently the Proxy should poll for config JSON changes.
Click on the configure icon in the `Connection preferences` column, set the poll interval and click on `SAVE POLL INTERVAL`.
-
+
@@ -581,12 +581,12 @@ To connect a Proxy instance to a Proxy profile, follow these steps:
You can set up automatic webhook notifications about feature flag changes for your Proxy by providing its public URL.
Click on the configure icon in the `Connection preferences` column and select `Webhook notification`.
Then, enter your Proxy instance's public URL and click `ADD PROXY URL`.
-
+
Put the displayed webhook signing key(s) into your Proxy's configuration.
Signing keys are for making sure that webhook requests received by your Proxy are sent by ConfigCat.
Signatures are automatically [verified](../../advanced/notifications-webhooks.mdx#verifying-webhook-requests) by the Proxy.
-
+
@@ -607,7 +607,7 @@ To connect a Proxy instance to a Proxy profile, follow these steps:
Test the connection to your Proxy instance.
-
+
diff --git a/website/static/assets/proxy/profile-add.png b/website/static/assets/proxy/profile-add.png
deleted file mode 100644
index d9febd6e4..000000000
Binary files a/website/static/assets/proxy/profile-add.png and /dev/null differ
diff --git a/website/static/assets/proxy/profile-add2.png b/website/static/assets/proxy/profile-add2.png
new file mode 100644
index 000000000..7dac25cd3
Binary files /dev/null and b/website/static/assets/proxy/profile-add2.png differ
diff --git a/website/static/assets/proxy/profile-create.png b/website/static/assets/proxy/profile-create.png
deleted file mode 100644
index e39c6b797..000000000
Binary files a/website/static/assets/proxy/profile-create.png and /dev/null differ
diff --git a/website/static/assets/proxy/profile-create2.png b/website/static/assets/proxy/profile-create2.png
new file mode 100644
index 000000000..bc3477a3c
Binary files /dev/null and b/website/static/assets/proxy/profile-create2.png differ
diff --git a/website/static/assets/proxy/profile-key-secret.png b/website/static/assets/proxy/profile-key-secret.png
deleted file mode 100644
index a3764bf53..000000000
Binary files a/website/static/assets/proxy/profile-key-secret.png and /dev/null differ
diff --git a/website/static/assets/proxy/profile-key-secret2.png b/website/static/assets/proxy/profile-key-secret2.png
new file mode 100644
index 000000000..98757ff96
Binary files /dev/null and b/website/static/assets/proxy/profile-key-secret2.png differ
diff --git a/website/static/assets/proxy/profile-sdk-keys-configure.png b/website/static/assets/proxy/profile-sdk-keys-configure.png
deleted file mode 100644
index ed8d15500..000000000
Binary files a/website/static/assets/proxy/profile-sdk-keys-configure.png and /dev/null differ
diff --git a/website/static/assets/proxy/profile-sdk-keys-configure2.png b/website/static/assets/proxy/profile-sdk-keys-configure2.png
new file mode 100644
index 000000000..530dc1646
Binary files /dev/null and b/website/static/assets/proxy/profile-sdk-keys-configure2.png differ
diff --git a/website/static/assets/proxy/profile-sdk-keys-select.png b/website/static/assets/proxy/profile-sdk-keys-select.png
deleted file mode 100644
index aad6f9159..000000000
Binary files a/website/static/assets/proxy/profile-sdk-keys-select.png and /dev/null differ
diff --git a/website/static/assets/proxy/profile-sdk-keys-select2.png b/website/static/assets/proxy/profile-sdk-keys-select2.png
new file mode 100644
index 000000000..884ca4bab
Binary files /dev/null and b/website/static/assets/proxy/profile-sdk-keys-select2.png differ
diff --git a/website/static/assets/proxy/profile-sdk-poll-interval.png b/website/static/assets/proxy/profile-sdk-poll-interval.png
deleted file mode 100644
index 4bbe55783..000000000
Binary files a/website/static/assets/proxy/profile-sdk-poll-interval.png and /dev/null differ
diff --git a/website/static/assets/proxy/profile-sdk-poll-interval2.png b/website/static/assets/proxy/profile-sdk-poll-interval2.png
new file mode 100644
index 000000000..527393b62
Binary files /dev/null and b/website/static/assets/proxy/profile-sdk-poll-interval2.png differ
diff --git a/website/static/assets/proxy/profile-webhook-signing-key.png b/website/static/assets/proxy/profile-webhook-signing-key.png
deleted file mode 100644
index 1c86e3f00..000000000
Binary files a/website/static/assets/proxy/profile-webhook-signing-key.png and /dev/null differ
diff --git a/website/static/assets/proxy/profile-webhook-signing-key2.png b/website/static/assets/proxy/profile-webhook-signing-key2.png
new file mode 100644
index 000000000..cb9a45ec7
Binary files /dev/null and b/website/static/assets/proxy/profile-webhook-signing-key2.png differ
diff --git a/website/static/assets/proxy/profile-webhook-test.png b/website/static/assets/proxy/profile-webhook-test.png
deleted file mode 100644
index 0e0bfe956..000000000
Binary files a/website/static/assets/proxy/profile-webhook-test.png and /dev/null differ
diff --git a/website/static/assets/proxy/profile-webhook-test2.png b/website/static/assets/proxy/profile-webhook-test2.png
new file mode 100644
index 000000000..91b748425
Binary files /dev/null and b/website/static/assets/proxy/profile-webhook-test2.png differ
diff --git a/website/static/assets/proxy/profile-webhook-url.png b/website/static/assets/proxy/profile-webhook-url.png
deleted file mode 100644
index 608786ffd..000000000
Binary files a/website/static/assets/proxy/profile-webhook-url.png and /dev/null differ
diff --git a/website/static/assets/proxy/profile-webhook-url2.png b/website/static/assets/proxy/profile-webhook-url2.png
new file mode 100644
index 000000000..547198772
Binary files /dev/null and b/website/static/assets/proxy/profile-webhook-url2.png differ