Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions fern/pages/core-concepts/labels.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Callout title="Coming Soon: AI-Powered Auto-Labeling" intent="info">
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.
</Callout>
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.