# consentIQOverview

Get consent analytics overview for a domain. Returns total profiles, marketing opt-in/opt-out counts overall and broken down by region (EU, UK, CA), plus last 24-hour consent changes.

### Parameters

| Parameter   | Type          | Required | Description                                                                                                   |
| ----------- | ------------- | -------- | ------------------------------------------------------------------------------------------------------------- |
| `channelId` | string (UUID) | Yes      | The ConsentIQ channel ID. Must be a channel with `providerId: "consentIQ"`. Get this from the `domains` tool. |
| `teamId`    | string (UUID) | Yes      | The team ID the domain belongs to.                                                                            |

### Output

Returns:

* **Total profiles** - Number of tracked user profiles
* **Marketing opt-in/opt-out** - Overall marketing consent status
* **Regional breakdown** - Opt-in/opt-out by region (EU, UK, CA)
* **Last 24 hours** - Recent marketing consent changes

### Example

> "What are our consent opt-in rates?"

The AI assistant will call `consentIQOverview` and display the consent summary including regional breakdowns.
