# HTMX Setup This document describes how the member-console uses HTMX and how its configuration interacts with the Content Security Policy (CSP). ## Overview The member-console uses [HTMX](https://htmx.org/) for dynamic UI updates without full page reloads. All interactive sections (operator tabs, site management, workspace switching) use the **HTMX partial pattern**: the server renders HTML fragments that HTMX swaps into the DOM. ### Version HTMX is vendored as a static asset at `internal/embeds/static/htmx.min.js` (currently v2.0.4). ### Loading HTMX is loaded via a `