KV Admin Tool — Agency Admin ↔ Location IDs
Manage which Location IDs are associated to each Agency Admin in KV. Supports search, select all/clear all, and save.
How to add a new tool:
- Copy the Tool Template card.
- Update the title, tags, description, and link.
- 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>