Frontend Tools
PageMod equips the AI with browser-native tools that it can call during VIBE CODING to understand page structure and interactions.
| Tool | Function | Trigger |
|---|---|---|
query_element | Inspect a single DOM element, returning HTML structure, CSS styles, and position coordinates | AI auto-invokes in conversation; shown as a card |
query_elements_all | Batch-inspect matching DOM element summaries | AI auto-invokes in conversation |
monitor_network | Monitor page XHR/fetch requests; captures URL, method, status code, request/response body | AI calls to start; user interacts with page to trigger requests; auto-stops after 5 min. Sensitive fields auto-redacted |