From 050eb237f0e9c2b90c221de9b571b5272673ebb3 Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 02:53:45 +0000 Subject: [PATCH] Replace coming soon auto-labeling callout with link to smart labeling agent guide --- fern/pages/core-concepts/labels.mdx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/fern/pages/core-concepts/labels.mdx b/fern/pages/core-concepts/labels.mdx index 6f2b4fb..bf9664e 100644 --- a/fern/pages/core-concepts/labels.mdx +++ b/fern/pages/core-concepts/labels.mdx @@ -150,9 +150,4 @@ console.log(`Found ${filteredThreads.count} threads that need a follow-up.`); - **Use Prefixes:** For state management, consider using prefixes like `status-pending` or `priority-high` to create an organized system. - **Don't Over-Label:** While you can add many `Labels`, aim for a concise and meaningful set to keep your system manageable. - - We are actively developing an AI-powered auto-labeling feature. Soon, your - agents will be able to provide a set of `Labels` and instructions, and - AgentMail will automatically apply the correct `Labels` to incoming `Messages` - based on their content. - +Want to automate labeling with AI? Check out our guide on [how to build a smart labeling agent](https://docs.agentmail.to/documentation/examples/smart-labeling-agent) that uses AI to automatically classify and label incoming emails across multiple dimensions like sentiment, category, priority, and department.