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.