diff --git a/src/pages/about/blog/respondus-lockdown-browser/index.mdx b/src/pages/about/blog/respondus-lockdown-browser/index.mdx
new file mode 100644
index 0000000..efe7afa
--- /dev/null
+++ b/src/pages/about/blog/respondus-lockdown-browser/index.mdx
@@ -0,0 +1,112 @@
+import {
+ BlogMarkdownLayout,
+ BlogImage,
+ BlogCalloutBox,
+} from "../../../../components/BlogMarkdownLayout";
+
+import takeExamLockdown from "./take-exam-lockdown.png";
+import sessionSettingsInherited from "./session-settings-inherited.png";
+
+export const meta = {
+ title: "Respondus LockDown Browser comes to PrairieTest",
+ date: "2026-05-14",
+ author: "Eduardo Vaz",
+ tags: ["Release"],
+ summary:
+ "PrairieTest now integrates with Respondus LockDown Browser, bringing locked-down proctoring to remote and unproctored exams.",
+};
+
+
+ Proctoring
+ , now built into PrairieTest.
+
+
+PrairieTest now supports Respondus LockDown Browser. For any exam linked to a PrairieLearn assessment, instructors
+and testing centers can require students to take the exam inside a secure, locked-down environment,
+configured directly from PrairieTest alongside everything else.
+
+---
+
+## What is Respondus LockDown Browser?
+
+[Respondus LockDown Browser](https://web.respondus.com/he/lockdownbrowser/) is a secure web browser purpose-built for online exams. While a student is taking an exam, it prevents them from opening other applications, switching tabs, copying or printing content, accessing screen-sharing or virtual machines, and using most keyboard shortcuts, effectively turning the device into a secure testing environment for the duration of the assessment.
+
+## How the integration works in PrairieTest
+
+### What students see
+
+Instead of the regular "Start exam" button, students see "Open in LockDown Browser" on their reservation page:
+
+
+
+Clicking it opens the reservation inside LockDown Browser, where they can start the exam in the protected environment. For installation steps and supported platforms, point students to the [LockDown Browser docs page](https://prairietest.com/pt/docs/lockdown-browser/).
+
+### Setting it up for your course
+
+LockDown Browser can be configured in two different ways, depending on the exam circumstances.
+The setting always lives closest to the student’s computer: the course session for instructor-run exams,
+and the testing center location for center-scheduled exams.
+
+#### Option 1: Course-run sessions (online or in-class)
+
+For course-specific exams that don't depend on a CBTF, the setting is per-session and lives on the course session itself, so course staff control it directly. Every reservation against that session will open the linked PrairieLearn assessment in LockDown Browser. See the [PrairieTest setup docs](https://prairietest.com/pt/docs/lockdown-browser/) for the toggle.
+
+
+ Tip: Because students need to install LockDown Browser on their own computers
+ beforehand, announce the requirement to your class ahead of exam day.
+
+
+#### Option 2: Sessions scheduled into a PrairieTest testing center
+
+For exams scheduled into a testing center, the setting is not per-session and lives on the location,
+so every session that runs at that location inherits it automatically.
+This keeps a center’s policy consistent and ensures the machines
+(which require a special lab-mode installer) match what the session expects.
+
+This means:
+
+**If you’re course staff:** you don’t toggle anything yourself. Coordinate with the testing center to confirm whether LockDown Browser is enabled at the location your students are scheduled into. The session settings page shows the inherited value as read-only, with a link out to the center docs.
+
+
+
+**If you’re center staff:** enable LockDown Browser once on the location’s Settings tab and every center session there will use it automatically. The toggle is documented in the [PrairieTest setup docs](https://prairietest.com/pt/docs/lockdown-browser/).
+
+
+ Make sure the center's computers have the lockdown browser installed, and that
+ the proctors know how to help students with setup.
+
+
+## Final thoughts
+
+Native LockDown Browser support brings one of the most-requested proctoring tools into the same workflow as
+the rest of your PrairieTest exams. No separate dashboards, no parallel configuration. Whether you run an
+online quiz, an in-class assessment, or a CBTF exam, you can require a locked-down environment in a couple
+of clicks. We’re excited to see how courses put it to use.
+
+
+ More detailed information about LockDown Browser support can be found in the
+ [PrairieTest documentation](https://prairietest.com/pt/docs/lockdown-browser/). If you
+ have questions, let us know on [Slack](/slack).
+
+
+export default ({ children }) => (
+ {children}
+);
diff --git a/src/pages/about/blog/respondus-lockdown-browser/session-settings-inherited.png b/src/pages/about/blog/respondus-lockdown-browser/session-settings-inherited.png
new file mode 100644
index 0000000..40ba941
Binary files /dev/null and b/src/pages/about/blog/respondus-lockdown-browser/session-settings-inherited.png differ
diff --git a/src/pages/about/blog/respondus-lockdown-browser/take-exam-lockdown.png b/src/pages/about/blog/respondus-lockdown-browser/take-exam-lockdown.png
new file mode 100644
index 0000000..388647d
Binary files /dev/null and b/src/pages/about/blog/respondus-lockdown-browser/take-exam-lockdown.png differ