> ## Documentation Index
> Fetch the complete documentation index at: https://help.slashy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Importance Labels & AI Classification

> How Slashy's AI sorts your inbox, the 10 default labels, custom labels, training examples, and the feedback loop.

Importance labels replace Gmail's tabs with something smarter. Every incoming email is auto-classified by AI into categories like Important, Newsletter, or Billing -- fully customizable, no rules or filters needed.

## How Classification Works

The AI reads sender, subject, and body, then assigns the most relevant label using:

* **Sender identity** and your relationship
* **Email content** and whether it requires action
* **Label descriptions** you define
* **Training examples** you provide
* **Feedback history** from past corrections

Accuracy improves over time as you correct misclassifications.

## Default Labels

| Label           | Catches                                    | Default On | Notifications |
| --------------- | ------------------------------------------ | ---------- | ------------- |
| **Important**   | Emails requiring response or action        | Yes        | On            |
| **Calendar**    | Meeting invites and calendar notifications | Yes        | On            |
| **Billing**     | Payments, invoices, receipts               | Yes        | Off           |
| **Newsletter**  | Informational newsletters                  | Yes        | Off           |
| **Hiring**      | Recruitment communications                 | No         | Off           |
| **Investors**   | VC and investor communications             | No         | Off           |
| **To Respond**  | Emails needing personal reply              | No         | Off           |
| **To Delegate** | Emails for someone else on your team       | No         | Off           |
| **FYI**         | Informational, no response needed          | No         | Off           |
| **Other**       | Everything else                            | Yes        | Off           |

Most users enable 3-5 labels that match their workflow.

<Frame>
  <img src="https://mintcdn.com/karvixinc/QNSZwc_JHcGXiTZF/images/screenshots/importance-labels-ai-classification-1.png?fit=max&auto=format&n=QNSZwc_JHcGXiTZF&q=85&s=8086cda426384c3fd2034ac97bdeb9ea" alt="Importance label tabs in the inbox with unread counts" width="1114" height="1188" data-path="images/screenshots/importance-labels-ai-classification-1.png" />
</Frame>

## Creating a Custom Label

<Steps>
  <Step title="Open Settings">
    Go to **Settings > Labels** (`Cmd+,`) and click **Create Label** (or press `n l`).
  </Step>

  <Step title="Name and Describe">
    Give it a name and write a specific description: *"Emails from current paying customers about product issues or feature requests. Excludes sales prospects."*
  </Step>

  <Step title="Configure">
    Optionally enable notifications and auto-archive.
  </Step>
</Steps>

<Tip>Good descriptions include what the label should **and should not** contain. "Investor stuff" is weak. "Emails from investors or board members about fundraising, board meetings, or financial updates -- excludes cold outreach" is strong.</Tip>

## Training Examples

The most powerful accuracy tool. In **Settings > Labels**, click a label and add **matched** examples (emails that belong) and **unmatched** examples (emails that don't). A few well-chosen examples outperform long descriptions.

<Frame>
  <img src="https://mintcdn.com/karvixinc/QNSZwc_JHcGXiTZF/images/screenshots/setting-up-importance-labels-and-managing-them-1.png?fit=max&auto=format&n=QNSZwc_JHcGXiTZF&q=85&s=9310a02a03ad96585f5a9b8c81996196" alt="Label settings page showing training examples with matched and unmatched entries" width="2306" height="1504" data-path="images/screenshots/setting-up-importance-labels-and-managing-them-1.png" />
</Frame>

## The Feedback Loop

Every time you move an email between labels, the AI treats it as a correction. Drag the email to the correct tab, or press `l`/`v` to reassign. After a few corrections, the same misclassification rarely recurs.

## Per-Label Settings

| Setting               | What It Does                                 |
| --------------------- | -------------------------------------------- |
| **Notifications**     | Push notification on new email in this label |
| **Auto-archive**      | Auto-archive emails (useful for receipts)    |
| **Description**       | AI classification criteria                   |
| **Training examples** | Specific emails that should/shouldn't match  |

<Frame>
  <img src="https://mintcdn.com/karvixinc/QNSZwc_JHcGXiTZF/images/screenshots/setting-up-importance-labels-and-managing-them-2.png?fit=max&auto=format&n=QNSZwc_JHcGXiTZF&q=85&s=d50b4a1bd59d3c112fc56b81705ba191" alt="Per-label settings showing notifications toggle, auto-archive, and description field" width="2940" height="1912" data-path="images/screenshots/setting-up-importance-labels-and-managing-them-2.png" />
</Frame>

***

## Related Articles

<CardGroup cols={2}>
  <Card title="AI Memories" icon="brain" href="/getting-started/ai-memories">
    Teach the AI about your preferences and contacts.
  </Card>

  <Card title="Why Primary Matters" icon="star" href="/getting-started/why-primary">
    How using Slashy full-time accelerates AI learning.
  </Card>

  <Card title="Inbox Zero Guide" icon="inbox" href="/how-to-guides/inbox-zero">
    Reach inbox zero using labels and AI.
  </Card>

  <Card title="Inbox Views" icon="table-columns" href="/features/email/inbox-views">
    Navigate views, filters, and multi-inbox switching.
  </Card>
</CardGroup>
