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

# Manage your team and account

> Control access, notifications, billing, and account-level settings

## Overview

Leadpipe account management lives under **Settings** and related admin areas.

This is where you manage:

* Your profile and organization details
* Team access
* Billing
* API keys
* Notifications
* Security controls
* Activity history

## Notifications

<img src="https://mintcdn.com/leadpipecom/2-bpFB8snEStMjGs/images/product/notifications-daily-reports.png?fit=max&auto=format&n=2-bpFB8snEStMjGs&q=85&s=5b9edcf0992c31508815ed9b9300db65" alt="Daily visitor reports" width="4096" height="2060" data-path="images/product/notifications-daily-reports.png" />

The **Notifications** area currently includes at least two notification modes in the UI:

* `Daily email`
* `Slack`

### Daily visitor reports

From the current UI, daily reports let you:

* create multiple report schedules
* enable or disable each schedule without deleting it
* choose a delivery time in UTC
* scope the report to selected pixels
* scope the report to selected segments
* include or exclude the organization owner
* add extra email recipients

You can create multiple notification schedules and name each one based on the workflow it supports.

<img src="https://mintcdn.com/leadpipecom/2-bpFB8snEStMjGs/images/product/notifications-edit-report.png?fit=max&auto=format&n=2-bpFB8snEStMjGs&q=85&s=6880553129142f741396f7317a402770" alt="Edit daily report" width="4092" height="2076" data-path="images/product/notifications-edit-report.png" />

### Slack notifications

<img src="https://mintcdn.com/leadpipecom/2-bpFB8snEStMjGs/images/product/notifications-slack.png?fit=max&auto=format&n=2-bpFB8snEStMjGs&q=85&s=0f6e02ce2f6fb08f21856568d0585e70" alt="Slack notifications" width="4096" height="2052" data-path="images/product/notifications-slack.png" />

Slack notifications let you choose:

* the connected workspace
* the destination channel
* when to send
* an optional segment
* an optional pixel

The screen also supports `Save & Activate`, `Send test message`, and `Disconnect`.

## API key

<img src="https://mintcdn.com/leadpipecom/2-bpFB8snEStMjGs/images/product/api-key.png?fit=max&auto=format&n=2-bpFB8snEStMjGs&q=85&s=1ede24d066dfc20b2da30b7c367936a5" alt="API key" width="4096" height="2066" data-path="images/product/api-key.png" />

The API key screen shows the key name, status, creation date, and last-used date. It also lets you reveal, copy, and regenerate the key.

Regenerating the key invalidates the current one, so any scripts or downstream systems using it need to be updated immediately.

For exact auth requirements, use the API docs rather than relying on the settings page alone.

## Visitor suppression

<img src="https://mintcdn.com/leadpipecom/2-bpFB8snEStMjGs/images/product/visitor-suppression.png?fit=max&auto=format&n=2-bpFB8snEStMjGs&q=85&s=e0c759080cf50ad411e3d6c31efe365a" alt="Visitor suppression" width="4096" height="2060" data-path="images/product/visitor-suppression.png" />

The current suppression UI supports these rule types:

* `Email`
* `Email domain`
* `Company domain`
* `Industry`

The screen also indicates that suppression values are normalized before matching, including lowercasing and trimming, and stripping leading `@` and `www.` where relevant.

Use suppression when you want to keep known customers, competitors, internal traffic, or bad-fit segments from consuming credits or triggering downstream workflows.

Suppressed traffic can still be identified, but it does not need to count against the workflow the same way unsuppressed traffic does.

## Security

<img src="https://mintcdn.com/leadpipecom/2-bpFB8snEStMjGs/images/product/security-2fa.png?fit=max&auto=format&n=2-bpFB8snEStMjGs&q=85&s=bd91fb0f515e95825534619c980c0cf6" alt="Security" width="4096" height="2080" data-path="images/product/security-2fa.png" />

The **Security** area currently includes tabs for:

* `2FA`
* `Sessions`
* `Logs`

Two-factor authentication can be enabled from this page. The security area is also where teams review active sessions and session history.

## Team

<img src="https://mintcdn.com/leadpipecom/2-bpFB8snEStMjGs/images/product/team.png?fit=max&auto=format&n=2-bpFB8snEStMjGs&q=85&s=05ca4a5bd2103d7879a3b4bc255a3bb9" alt="Team" width="4096" height="2064" data-path="images/product/team.png" />

The team screen lets you search members, filter by role, and invite new users.

From the current UI:

* existing members can appear as `Owner`, `Admin`, or `Member`
* the invite modal supports `Admin`, `Member`, and `Viewer`

The demo flow describes team access as supporting unlimited team members.

<img src="https://mintcdn.com/leadpipecom/2-bpFB8snEStMjGs/images/product/team-invite.png?fit=max&auto=format&n=2-bpFB8snEStMjGs&q=85&s=a2a9ff0d530174111c0ec5d4f86c204b" alt="Invite team member" width="1412" height="1222" data-path="images/product/team-invite.png" />

## Billing

<img src="https://mintcdn.com/leadpipecom/2-bpFB8snEStMjGs/images/product/billing.png?fit=max&auto=format&n=2-bpFB8snEStMjGs&q=85&s=19ff1d7037d74a75cc0ea340576d34ad" alt="Billing" width="3580" height="1970" data-path="images/product/billing.png" />

The billing area shows the current plan, billing interval options, and upgrade paths available in the app.

Because plans and pricing can change, the in-app billing screen should be treated as the current source of truth.

## Good admin habits

* Limit access to the people who need it
* Review active sessions regularly
* Protect the API key and rotate it deliberately
* Use activity history when you need to trace what changed and when
