> ## Documentation Index
> Fetch the complete documentation index at: https://support.snowie.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Client Management

> Onboard users, manage credits, and set usage limits.

## Overview

The **Dashboard** tab is your central hub for managing sub-accounts. It gives you a birds-eye view of your entire agency's health and individual client performance.

<Frame caption="Agency Client Overview">
  <img src="https://mintcdn.com/ravanai-63bcda11/fh0GNQ4356RFKIqY/assets/images/agency-clients-overview.png?fit=max&auto=format&n=fh0GNQ4356RFKIqY&q=85&s=dc8b478d860e765f39ec148049468959" alt="Client Dashboard" width="1303" height="250" data-path="assets/images/agency-clients-overview.png" />
</Frame>

### Agency Health

At the top of the page, 4 key metrics provide a real-time health check of your business.

<CardGroup cols={4}>
  <Card title="Total Clients" icon="users">
    The number of users onboarded (e.g., 49).
  </Card>

  <Card title="Total Credits" icon="coins">
    Cumulative balance across your entire ecosystem.
  </Card>

  <Card title="Active Agents" icon="robot">
    Total bots deployed by all clients combined.
  </Card>

  <Card title="System Health" icon="heart-pulse">
    Uptime and performance status (e.g., 99.9%).
  </Card>
</CardGroup>

***

## Onboarding Clients

To bring a new user onto your platform, click the **+ Add Client** button. Choose your preferred method below:

<Tabs>
  <Tab title="Link (Self-Service)">
    Best for scaling. Send a link and let the client do the work.

    1. **Copy Link:** Grab the unique URL (e.g., `https://app.youragency.com/register`).
    2. **Send:** Email this to your lead. They will create their own password and profile.
  </Tab>

  <Tab title="Manual (Done-For-You)">
    Best for white-glove service. Create the account for them.

    <img src="https://mintcdn.com/ravanai-63bcda11/fh0GNQ4356RFKIqY/assets/images/agency-add-client.png?fit=max&auto=format&n=fh0GNQ4356RFKIqY&q=85&s=7610328344905a073c435655abaeabcb" alt="Add Client Modal" width="459" height="699" data-path="assets/images/agency-add-client.png" />

    1. **Enter Details:** Fill out their Company Name, Email, and Phone.
    2. **Create:** The account is generated instantly, and you can begin setting up agents before they even log in.
  </Tab>
</Tabs>

***

## Managing Clients

Each user appears as a card in your list. This card acts as the "Control Panel" for that specific sub-account.

<Frame caption="Client Control Card">
  <img src="https://mintcdn.com/ravanai-63bcda11/fh0GNQ4356RFKIqY/assets/images/agency-client-card.png?fit=max&auto=format&n=fh0GNQ4356RFKIqY&q=85&s=ef9ac9037d7bbd199c1349832a93c28e" alt="Client Card" width="1175" height="677" data-path="assets/images/agency-client-card.png" />
</Frame>

### 1. Access & Security

* **Suspend User:** Use the <Icon icon="toggle-on" color="#22c55e" /> toggle in the top-right to instantly lock a client out (useful for non-payment).
* **Impersonate:** Click **Access Account** to view the dashboard *as* the client. This allows you to debug issues or build agents on their behalf.
* **Connect GHL:** Only **you** (The Agency Owner) can authorize a HighLevel connection. Clients cannot perform this handshake themselves.

### 2. Credit Banking

You act as the central bank for your users.

<Frame>
  <img src="https://mintcdn.com/ravanai-63bcda11/fh0GNQ4356RFKIqY/assets/images/agency-add-credits.png?fit=max&auto=format&n=fh0GNQ4356RFKIqY&q=85&s=9cc039a37b3b09d25a6b736a7a23a923" alt="Add Credits Interface" width="347" height="51" data-path="assets/images/agency-add-credits.png" />
</Frame>

* **Add Credits:** Transfer credits from your Master Balance to the client.
  <Warning>
    **Deduction Alert:** Credits added to a client are **subtracted** from your agency's master balance immediately.
  </Warning>
* **Remove Credits:** Take unused credits back from a client.
  <Note>
    Removed credits are returned to your agency master balance.
  </Note>
* **Update Price:** Set a custom **Cost Per Credit** for this specific user (e.g., User A pays $0.20, User B pays $0.15).

### 3. Restrictions & Locking

Protect your intellectual property by limiting what clients can touch.

* **Agent Limit:** Set a hard cap on the number of bots they can create (e.g., "Max 5").

<img src="https://mintcdn.com/ravanai-63bcda11/fh0GNQ4356RFKIqY/assets/images/manage-Limit.png?fit=max&auto=format&n=fh0GNQ4356RFKIqY&q=85&s=866f27b255663807b02f61b1ab67c0d7" alt="Manage Agents Lock" width="451" height="215" data-path="assets/images/manage-Limit.png" />

* **Lock Configuration:** When viewing a client's agent list, you can **Lock** specific bots.
  * **Effect:** The client can use the agent, but they **cannot edit** the prompt or settings.
  * **Use Case:** Perfect for selling "Done-For-You" setups where you don't want clients breaking the prompt logic.

<img src="https://mintcdn.com/ravanai-63bcda11/fh0GNQ4356RFKIqY/assets/images/agency-manage-agents.png?fit=max&auto=format&n=fh0GNQ4356RFKIqY&q=85&s=607791a3699aad4da6bf6e63c86efc50" alt="Manage Agents List" width="346" height="270" data-path="assets/images/agency-manage-agents.png" />
