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

# Learning Path

> Master Peanuts step-by-step, from basics to enterprise patterns

# Your Learning Journey

Progress through our structured curriculum to become a Peanuts power user. Each track builds on the previous, taking you from first-time user to automation expert.

<presentation-mermaid>
  graph LR
  B\[🌱 Beginner] --> I\[🚀 Intermediate]
  I --> A\[⚡ Advanced]
  A --> E\[🏆 Expert]
</presentation-mermaid>

***

## 🌱 Beginner Track

**Time: \~45 minutes** | **Prerequisites: None**

Get started with the fundamentals. Learn to create helpers, log entries, and ask questions.

<CardGroup cols={2}>
  <Card title="Your First 5 Minutes" icon="play" href="/tutorials/beginner/your-first-5-minutes">
    Quick orientation and your first logged entry
  </Card>

  <Card title="Create Your First Helper" icon="wand-magic-sparkles" href="/tutorials/beginner/create-your-first-helper">
    Build a custom tracking tool from scratch
  </Card>

  <Card title="Logging Like a Pro" icon="pencil" href="/tutorials/beginner/logging-like-a-pro">
    Master entry creation with all input methods
  </Card>

  <Card title="Understanding Widgets" icon="grid-2" href="/tutorials/beginner/understanding-widgets">
    Visualize your data with charts and summaries
  </Card>

  <Card title="Ask Peanuts Basics" icon="comments" href="/tutorials/beginner/ask-peanuts-basics">
    Get AI-powered answers about your data
  </Card>
</CardGroup>

***

## 🚀 Intermediate Track

**Time: \~60 minutes** | **Prerequisites: Beginner Track**

Level up with advanced helper configuration, voice features, and integrations.

<CardGroup cols={2}>
  <Card title="Customizing Helpers" icon="sliders" href="/tutorials/intermediate/customizing-helpers">
    Deep dive into field types and configurations
  </Card>

  <Card title="Voice & Hands-Free Mode" icon="microphone" href="/tutorials/intermediate/voice-and-hands-free">
    Log entries without touching your phone
  </Card>

  <Card title="Smart Scan Mastery" icon="camera" href="/tutorials/intermediate/smart-scan-mastery">
    Extract data from receipts and documents
  </Card>

  <Card title="Telegram Integration" icon="paper-plane" href="/tutorials/intermediate/telegram-integration">
    Log and query from Telegram
  </Card>

  <Card title="Sharing & Collaboration" icon="users" href="/tutorials/intermediate/sharing-and-collaboration">
    Work together with delegation and permissions
  </Card>
</CardGroup>

***

## ⚡ Advanced Track

**Time: \~75 minutes** | **Prerequisites: Intermediate Track**

Unlock the Knowledge Base for AI-powered document lookups and automated reports.

<CardGroup cols={2}>
  <Card title="Knowledge Base Fundamentals" icon="book" href="/tutorials/advanced/knowledge-base-fundamentals">
    Upload documents for AI-powered answers
  </Card>

  <Card title="Building Price Calculators" icon="calculator" href="/tutorials/advanced/building-price-calculators">
    Create dynamic pricing tools from spreadsheets
  </Card>

  <Card title="Multi-Source Lookups" icon="layer-group" href="/tutorials/advanced/multi-source-lookups">
    Query across multiple documents
  </Card>

  <Card title="Scheduled Reports" icon="clock" href="/tutorials/advanced/scheduled-reports">
    Automate recurring data digests
  </Card>
</CardGroup>

***

## 🏆 Expert Track

**Time: \~90 minutes** | **Prerequisites: Advanced Track**

Build enterprise-grade automations, APIs, and client-facing tools.

<CardGroup cols={2}>
  <Card title="Webhooks & Automations" icon="bolt" href="/tutorials/expert/webhooks-and-automations">
    Connect Peanuts to external systems
  </Card>

  <Card title="API Integration Patterns" icon="code" href="/tutorials/expert/api-integration">
    Build custom integrations with webhook data
  </Card>

  <Card title="Enterprise Patterns" icon="building" href="/tutorials/expert/enterprise-patterns">
    Scale Peanuts across teams and departments
  </Card>

  <Card title="Building Client Tools" icon="toolbox" href="/tutorials/expert/building-client-tools">
    Create branded, client-facing calculators
  </Card>
</CardGroup>

***

## Quick Start by Role

<AccordionGroup>
  <Accordion title="I'm a small business owner">
    1. Complete the **Beginner Track** to understand core concepts
    2. Learn **Smart Scan** to digitize receipts and invoices
    3. Set up **Scheduled Reports** for weekly business summaries
  </Accordion>

  <Accordion title="I'm a team lead">
    1. Complete **Beginner** and **Intermediate** tracks
    2. Focus on **Sharing & Collaboration** for team setup
    3. Explore **Enterprise Patterns** for governance
  </Accordion>

  <Accordion title="I'm a developer/integrator">
    1. Skim the **Beginner Track** for context
    2. Jump to **Webhooks & Automations**
    3. Deep dive into **API Integration Patterns**
  </Accordion>

  <Accordion title="I want to build client tools">
    1. Complete all tracks in order
    2. Pay special attention to **Knowledge Base** tutorials
    3. Master **Building Client Tools** for the final implementation
  </Accordion>
</AccordionGroup>

***

## Ready to Start?

<Card title="Begin Your Journey" icon="rocket" href="/tutorials/beginner/your-first-5-minutes">
  Start with "Your First 5 Minutes" and work your way up!
</Card>
