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

# Feature Adoption Flow

> How users discover, learn, and adopt each High IQ feature — natural discovery paths, cross-feature promotion, and adoption funnels.

## Overview

Features are not adopted all at once. Users discover and adopt High IQ features progressively, typically following predictable patterns based on their persona and entry point. This flow maps how each feature is discovered and what drives adoption.

## Feature Discovery Timeline

```mermaid theme={null}
gantt
    title Typical Feature Discovery Order
    dateFormat X
    axisFormat %s

    section Core
    Stash (Add Strain)     :0, 1
    Strain Search          :0, 1
    Dashboard              :0, 1

    section Week 1
    Favorites              :1, 3
    Strain Profiles        :1, 3
    Order Upload           :2, 4

    section Week 2
    Notebooks              :3, 5
    Collection             :3, 5
    Ask AI                 :4, 6

    section Week 3-4
    Stats Dashboard        :5, 8
    Label Scanner          :5, 7
    Dispensaries           :6, 8
    Rankings               :7, 9

    section Month 2+
    Shopping Agent         :8, 12
    Gmail Sync             :8, 10
    Daily Stories          :9, 12
    Achievement Hunting    :10, 12
```

## Feature Discovery Map

```mermaid theme={null}
graph TD
    A[Dashboard] --> B[Quick Actions]
    B --> B1[Upload Receipt]
    B --> B2[Browse Strains]
    B --> B3[Scan Label]
    B --> B4[Ask AI]

    A --> C[Dashboard Cards]
    C --> C1[Stash Preview → Stash Tab]
    C --> C2[Stats Preview → Full Analytics]
    C --> C3[Collection Preview → Collection]
    C --> C4[Rankings Preview → Rankings]
    C --> C5[Achievement Nudge → Achievements]
    C --> C6[Trending → Strain Profiles]

    A --> D[Tools Section]
    D --> D1[Professor High → Ask AI]
    D --> D2[My Shops → Dispensaries]
    D --> D3[My Collection → Collection]

    A --> E[Upload Order CTA]
    E --> E1[Receipt Upload]
    E --> E2[Gmail Import]
```

## Cross-Feature Promotion Paths

```mermaid theme={null}
graph LR
    subgraph "Feature A leads to Feature B"
        A1[Stash] -->|"Generate Notebook"| A2[Notebooks]
        A1 -->|"View Collection"| A3[Collection]

        B1[Order Upload] -->|"Auto-creates"| B2[Dispensary]
        B1 -->|"Items added to"| B3[Stash]
        B1 -->|"Triggers"| B4[Achievements]

        C1[Collection] -->|"Start Ranking"| C2[Rankings]
        C1 -->|"View at Dispensary"| C3[Shopping Agent]

        D1[Dispensary] -->|"Shop Now"| D2[Shopping Agent]

        E1[Strain Profile] -->|"Similar Strains"| E2[Discovery]
        E1 -->|"Add to Stash"| E3[Stash]
        E1 -->|"Ask AI"| E4[Professor High]

        F1[Notebooks] -->|"View Story"| F2[Stories Viewer]
        F1 -->|"Daily Recaps"| F3[Daily Stories]

        G1[Stats] -->|"Restock Alert"| G2[Shopping Agent]
    end
```

## Feature Adoption Funnel

```mermaid theme={null}
graph TD
    A[Feature Awareness] --> B[First Try]
    B --> C[Repeat Use]
    C --> D[Habit Formation]
    D --> E[Power Usage]

    A --> A1[Dashboard card, tool section, nudge]
    B --> B1[Single successful interaction]
    C --> C1[3+ uses within 2 weeks]
    D --> D1[Weekly or more frequent use]
    E --> E1[Advanced features, edge cases explored]
```

**Adoption rates by feature (estimated):**

| Feature          | Awareness | First Try | Repeat Use | Habit |
| ---------------- | --------- | --------- | ---------- | ----- |
| Stash Management | 100%      | 90%       | 70%        | 50%   |
| Strain Search    | 100%      | 85%       | 65%        | 45%   |
| Favorites        | 90%       | 70%       | 50%        | 35%   |
| Notebooks        | 80%       | 50%       | 30%        | 15%   |
| Ask AI           | 75%       | 45%       | 25%        | 10%   |
| Label Scanner    | 70%       | 40%       | 20%        | 10%   |
| Collection       | 65%       | 35%       | 20%        | 12%   |
| Rankings         | 55%       | 25%       | 15%        | 8%    |
| Dispensaries     | 60%       | 40%       | 30%        | 20%   |
| Shopping Agent   | 40%       | 20%       | 15%        | 8%    |
| Stats Dashboard  | 70%       | 45%       | 25%        | 12%   |
| Gmail Sync       | 35%       | 25%       | 20%        | 15%   |
| Daily Stories    | 50%       | 30%       | 15%        | 8%    |
| Achievements     | 80%       | 60%       | 40%        | 20%   |

## Adoption Barriers and Solutions

```mermaid theme={null}
graph TD
    A[Adoption Barrier] --> B{Type}

    B -->|Awareness| C[User doesn't know feature exists]
    C --> C1[Solution: Dashboard cards, nudges]
    C --> C2[Solution: Cross-feature links]

    B -->|Understanding| D[User doesn't understand value]
    D --> D1[Solution: Empty state guidance]
    D --> D2[Solution: First-use walkthroughs]

    B -->|Effort| E[Feature requires too much setup]
    E --> E1[Solution: Pre-fill data, smart defaults]
    E --> E2[Solution: Progressive disclosure]

    B -->|Trust| F[User concerned about privacy]
    F --> F1[Solution: Clear permission messaging]
    F --> F2[Solution: Read-only badges]

    B -->|Paywall| G[Feature requires Pro subscription]
    G --> G1[Solution: Free first use]
    G --> G2[Solution: Preview in locked state]
```

## Feature Dependency Chain

```mermaid theme={null}
graph TD
    A[Authentication] --> B[Stash]
    B --> C[Collection]
    C --> D[Rankings]

    B --> E[Notebooks]
    E --> F[Stories]
    E --> G[Daily Stories]

    B --> H[Stats Dashboard]

    A --> I[Dispensaries]
    I --> J[Shopping Agent]

    B --> K[Achievements]
    E --> K
    I --> K

    A --> L[Ask AI]
    B --> L
    C --> L

    A --> M[Label Scanner]

    style A fill:#e5e7eb
    style B fill:#dcfce7
    style C fill:#dbeafe
    style D fill:#ede9fe
```

## Related Flows

<CardGroup cols={2}>
  <Card title="Master Journey" icon="route" href="/help/user-flows/master-journey">
    Feature adoption within the master journey phases.
  </Card>

  <Card title="User Personas" icon="users" href="/help/user-flows/personas">
    Feature priorities by persona type.
  </Card>

  <Card title="Onboarding" icon="right-to-bracket" href="/help/user-flows/onboarding">
    First feature interactions during onboarding.
  </Card>

  <Card title="User Lifecycle" icon="arrows-spin" href="/help/user-flows/lifecycle">
    Feature adoption driving lifecycle progression.
  </Card>
</CardGroup>
