> For the complete documentation index, see [llms.txt](https://docs.aloop.icustomer.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aloop.icustomer.ai/manage.md).

# Manage

- [Settings](https://docs.aloop.icustomer.ai/manage/overview.md): Manage your account and how the system runs for your team — workspace, agents, and notifications.
- [Workspace & team](https://docs.aloop.icustomer.ai/manage/overview/workspace-and-team.md): Manage members, roles, and seats — and, on higher plans, multiple brands or workspaces.
- [Agents (pre-built iWorkers)](https://docs.aloop.icustomer.ai/manage/overview/agents.md): Your pre-built, role-based AI team — see them and set tone, guardrails, and how much they do on their own.
- [Notification settings](https://docs.aloop.icustomer.ai/manage/overview/notification-settings.md): Choose what reaches you, where, and how often — route approvals, alerts, and exceptions from Pulse.
- [Integrations](https://docs.aloop.icustomer.ai/manage/integrations.md): Everything Audience Loop connects to — through iConnect — in two kinds: Tools it reads from and activates into, and Events that feed context and scoring.
- [Tools](https://docs.aloop.icustomer.ai/manage/integrations/tools.md): The systems Audience Loop reads from and activates into via iConnect — CRM, ad accounts, email, paid media, and trade desk.
- [Events](https://docs.aloop.icustomer.ai/manage/integrations/events.md): The raw signals that stream into Audience Loop — the capture step that feeds identity resolution and FIRE scoring.
- [Plans & credits](https://docs.aloop.icustomer.ai/manage/overview-1.md): Audience Loop is credit-based: every plan includes a monthly credit allotment, and the system draws from it as it works. There are no fees on your ad spend — you…
- [Plans](https://docs.aloop.icustomer.ai/manage/overview-1/tiers.md): Four plans, from a free starting point to a fully custom enterprise deployment.
- [How credits work](https://docs.aloop.icustomer.ai/manage/overview-1/credits.md): Credits are the single unit of usage. Each plan includes a monthly allotment — Free 200, Pro 2,000, Team 10,000, Enterprise custom — and the system draws credits as…
- [Limits](https://docs.aloop.icustomer.ai/manage/overview-1/limits.md): Audience Under Management (AUM) is the number of entities — accounts and contacts — the always-on system actively manages. Always-on management starts on Team. See…
- [Billing](https://docs.aloop.icustomer.ai/manage/overview-1/billing.md): Your subscription is managed in Stripe. From Plans & billing inside the app you can compare plans, upgrade or downgrade, and manage payment — those actions open…
- [Security & compliance](https://docs.aloop.icustomer.ai/manage/privacy-security-compliance.md): SOC 2 Type II, consent-aware, and your data never trains public models — plus enterprise controls.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.aloop.icustomer.ai/manage.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
