> For the complete documentation index, see [llms.txt](https://doc.batch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.batch.com/getting-started/features/customer-engagement-platform/batch-ai/batch-ai-assist.md).

# Batch AI Assist

{% hint style="info" %}
Batch AI Assist features are subject to token consumption limitations. Reach out to your CSM or Account Manager to learn more.
{% endhint %}

Batch CEP comes with Batch AI Assist, a rich set of AI Assistants for the utmost CRM manager's productivity. Among them:

### Intelligent Home

A 100% AI-powered homepage that analyzes the last 7 days of sends (rolling UTC window, aggregated data only — no personal data) and turns them into scannable, actionable insights. The AI Home is built from six blocks:

* **Morning Brew** — a narrative overview of your project's global health and weekly trend, rendered as metric cards (channel, value, trend, one-line insight). It reports the big picture only; it does not rank or alert on individual orchestrations.
* **Campaigns** — a *Best of* and a *Flops* ranking of the week's campaigns, based on absolute performance (minimum 100 messages sent to qualify).
* **Automations** — one *Trending* automation card plus an *Alerts* table, prioritized most-important-first (p0/p1/p2: engagement drop, deliverability issue, or a RUNNING automation that has stopped sending).
* **Opportunities** — concrete, recommended next steps to act on.
* **Ask Home** — natural-language Q\&A over your project's data.
* **Orchestration preview** — clicking any orchestration or alert opens its full analytics in a side sheet, on top of the Home (no navigation, no URL change).

### AI Targeting Insights

An AI expert embedded in the Query Builder that analyzes and validates your targeting logic before launch. Returns: a plain-language summary of who is being targeted, logical warnings (zero audience, mutually exclusive conditions, over-restriction), and structural suggestions to simplify or clean up your query. [Learn more](https://doc.batch.com/release-notes/release-notes/march-26-2026-ia-targeting-insights)

### AI Translation

One-click AI translation of your content into one or more target languages, directly within the multi-language module. [Learn more](https://doc.batch.com/release-notes/release-notes/january-5-2026-automated-ai-translation-push-and-sms) about the SMS and Push translation. [Learn more](https://doc.batch.com/release-notes/release-notes/june-18-2026-automated-ai-translation-email) about the Email translation.

### AI A/B Test Variant Generator - Push & Email

AI-powered generation of A/B test variants for Push notifications and email subject lines. The AI uses your existing variants as context to suggest the next one (B, C, D). [Learn more](https://doc.batch.com/release-notes/release-notes/october-13-2025-generate-a-b-test-variants-with-ai)

### AI Email Subject Generator

Generates an email subject line from your message body using AI, directly inside the Email Composer. [Learn more](https://doc.batch.com/release-notes/release-notes/january-12-2026-ai-email-subject-generator)

### Intelligent Warm-up

An intelligent warm-up mode in Recurring Automations for gradually ramping up email sending volumes. Configurable (initial volume, increase percentage, engagement criterion) with manual intervention allowed at any point during the process. [Learn more](https://doc.batch.com/release-notes/release-notes/november-24-2025-intelligent-warm-up)

### AI Smart Naming — Automation Builder

Automatically generates descriptive labels for Message and Yes/No Split steps in the Automation Builder, based on each step's actual content and configuration. Triggers automatically when closing the side-sheet, or manually via the sparkle icon. [Learn more](https://doc.batch.com/release-notes/release-notes/february-11-2026-ai-smart-naming-for-automation-buider)

### &#x20;AI Profile Data Alerting

Get proactive alerts on potential issues in your profile data (e.g. inactive attributes, duplicates, or inconsistent sources). Quickly review, ignore, or resolve recommendations to keep your data clean and reliable. [Learn more](https://doc.batch.com/release-notes/release-notes/march-31-2026-ai-profile-data-alerting)

### AI Profile Data Renaming

Automatically get smart naming suggestions for new attributes to improve clarity and consistency. Review and confirm names before making them available in your orchestrations. [Learn more](https://doc.batch.com/release-notes/release-notes/march-31-2026-ai-profile-data-renaming)


---

# 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://doc.batch.com/getting-started/features/customer-engagement-platform/batch-ai/batch-ai-assist.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.
