Skip to main content
Pagent provides a set of runtime flags that can be appended to the page URL while you are developing, debugging, or testing your site. The SDK reads these flags once during startup, so a simple page refresh is enough to apply them.

How to use

Append one or more flags as query parameters:
You can use 1, true, or leave the value empty (e.g. ?pagent_debug) to turn a flag on. Any other value (including 0 or false) turns it off.
Note that flags are not persisted—once you navigate away or reload without them they disappear.

Available flags