diff --git a/documentation/docs.json b/documentation/docs.json
index 9c32bc2c78..4c00890edb 100644
--- a/documentation/docs.json
+++ b/documentation/docs.json
@@ -189,6 +189,7 @@
"group": "Debugging & Interception",
"pages": [
"guides/how-to-avoid-intercepting-certain-domains-on-the-desktop-app",
+ "guides/blocklist",
"guides/how-to-use-requestly-extension-in-browserstack-live",
"guides/requestly-integration-browserstack-app-live",
"guides/disable-rule-application-status-widget",
diff --git a/documentation/guides/blocklist.mdx b/documentation/guides/blocklist.mdx
new file mode 100644
index 0000000000..bbafde2c1c
--- /dev/null
+++ b/documentation/guides/blocklist.mdx
@@ -0,0 +1,57 @@
+---
+title: Blocklist
+label: Blocklist
+slug: blocklist
+description: Blocklist lets you disable the Requestly Interceptor extension for certain websites.
+seoTitle: "Blocklist: Stop Requestly on selected websites"
+seoDescription: >-
+ The blocklist feature lets you disable the Requestly Interceptor extension for
+ selected websites. Useful for sites you don't want to intercept, or sites that
+ break under interception.
+visibility: PUBLIC
+---
+***
+
+Blocklist lets you disable the Requestly Interceptor extension for specific websites. This keeps certain sites unaffected by Requestly's interception and modifications, which is useful in sensitive or problematic scenarios.
+
+
+ Available on Extension version >=24.7.23 and Desktop app version >=1.8.1
+
+
+
+
+## Why Use Blocklist?
+
+* **Sensitive Information:** If a website contains sensitive data, you may prefer Requestly not to modify it in any way.
+
+* **Compatibility Issues:** In cases where Requestly disrupts the functionality of a website, you can use Blocklist to exclude the website. (If you encounter such issues, please log an issue on GitHub, and the team will address it ASAP. 🤝)
+
+## How to Add Sites to Blocklist
+
+Follow these steps to add sites to the Blocklist:
+
+
+
+ Navigate to the **Settings** section within the Requestly app.
+
+
+
+
+
+ In the Global Settings menu, locate the **Blocked Sites** section. This is where you manage the websites or domains that you want to block.
+
+
+
+
+
+ Input the website or domain you want to block. Adding a domain, such as `example.com`, will automatically block all its subdomains (e.g., `a.example.com`, `b.example.com`, and `c.b.example.com`).
+
+
+
+
+
+
+ When a website is added to the Blocklist, the Requestly icon in the browser toolbar changes its appearance to indicate that the extension is disabled for that site.
+
+
+
diff --git a/documentation/guides/how-to-avoid-intercepting-certain-domains-on-the-desktop-app.mdx b/documentation/guides/how-to-avoid-intercepting-certain-domains-on-the-desktop-app.mdx
index 25299b02b2..ff5c310f29 100644
--- a/documentation/guides/how-to-avoid-intercepting-certain-domains-on-the-desktop-app.mdx
+++ b/documentation/guides/how-to-avoid-intercepting-certain-domains-on-the-desktop-app.mdx
@@ -10,7 +10,7 @@ Depending on from where you intend to intercept your requests there are multiple
- You can already define a blocklist - domains that remain unaffected by the Requestly Interceptor extension inside the global settings of the webapp
+ You can already define a blocklist - domains that remain unaffected by the Requestly Interceptor extension inside the global settings of the webapp
diff --git a/documentation/images/blocklist/03cd7da3-19a8-4ed8-adbe-40c9204ed320.png b/documentation/images/blocklist/03cd7da3-19a8-4ed8-adbe-40c9204ed320.png
new file mode 100644
index 0000000000..6211047d96
Binary files /dev/null and b/documentation/images/blocklist/03cd7da3-19a8-4ed8-adbe-40c9204ed320.png differ
diff --git a/documentation/images/blocklist/7a76c6e4-dfd1-4774-84f8-5949b2097873.png b/documentation/images/blocklist/7a76c6e4-dfd1-4774-84f8-5949b2097873.png
new file mode 100644
index 0000000000..6d7a2f82c3
Binary files /dev/null and b/documentation/images/blocklist/7a76c6e4-dfd1-4774-84f8-5949b2097873.png differ
diff --git a/documentation/images/blocklist/f00fa5ae-acaa-4b4c-9235-af455ab183fc.png b/documentation/images/blocklist/f00fa5ae-acaa-4b4c-9235-af455ab183fc.png
new file mode 100644
index 0000000000..c59fdebd33
Binary files /dev/null and b/documentation/images/blocklist/f00fa5ae-acaa-4b4c-9235-af455ab183fc.png differ
diff --git a/documentation/images/blocklist/fc595c39-6ddd-403c-9d46-9880db361e2b.png b/documentation/images/blocklist/fc595c39-6ddd-403c-9d46-9880db361e2b.png
new file mode 100644
index 0000000000..dd7611d49d
Binary files /dev/null and b/documentation/images/blocklist/fc595c39-6ddd-403c-9d46-9880db361e2b.png differ