GNR Admin Tools

Central index for internal tools (KV, onboarding, ops). Add new tools here as you build them.

Base URL: https://gnrmedia.global/admin

KV Admin Tool — Agency Admin ↔ Location IDs

KV GHL Admin

Manage which Location IDs are associated to each Agency Admin in KV. Supports search, select all/clear all, and save.

Tool Template (copy this card)

Category System Status

Short description of what this tool does and who it’s for.

How to add a new tool:
  1. Copy the Tool Template card.
  2. Update the title, tags, description, and link.
  3. Drop your new HTML tool page into /admin/ (e.g. your-tool.html).
<!-- TOOL: My New Tool --> <div class="card"> <h2>My New Tool</h2> <div class="meta"> <span class="tag">Category</span> <span class="tag">GHL</span> <span class="tag">Admin</span> </div> <p class="desc">What it does...</p> <div class="actions"> <a class="btn primary" href="/admin/my-new-tool.html">Open tool</a> <a class="btn" href="/admin/docs.html#my-new-tool">Notes</a> </div> </div>