> ## 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.

# Templates Overview

> Understanding the different Helper templates and when to use each

## What are Templates?

Templates define the core structure and behavior of a Helper. When Peanuts creates a Helper, it chooses the best template based on your description.

## Available Templates

| Template                            | Best For           | Key Features                    |
| ----------------------------------- | ------------------ | ------------------------------- |
| [Tracker](/templates/tracker)       | Numbers & metrics  | Charts, trends, calculations    |
| [Form](/templates/form)             | Quick data capture | Fast entry, structured fields   |
| [Checklist](/templates/checklist)   | Tasks & to-dos     | Completion tracking, recurring  |
| [List](/templates/list)             | Collections        | Catalog, search, filter         |
| [Schedule](/templates/schedule)     | Events & time      | Calendar view, reminders        |
| [Habit](/templates/habit)           | Daily routines     | Streaks, completion rates       |
| [Plan](/templates/plan)             | AI-generated plans | Goals, milestones, progress     |
| [Visualizer](/templates/visualizer) | Image catalogs     | Grid view, virtual try-on       |
| [Dashboard](/templates/dashboard)   | Analytics          | Cross-helper data, correlations |
| QuickTracker                        | Single metrics     | Minimalist, one-tap logging     |
| SliderTracker                       | Intensity/mood     | Slider-based input, ranges      |
| Routine                             | Sequential tasks   | Ordered steps, daily routines   |

> **Note:** For pricing quotes and calculations, use **Ask Peanuts** - it can look up your pricing data and generate quotes directly from any Helper.

## Template Categories

<CardGroup cols={2}>
  <Card title="Data Tracking" icon="chart-line">
    **Tracker, QuickTracker, SliderTracker**
    For logging numbers, metrics, and measurements over time.
  </Card>

  <Card title="Task Management" icon="check-square">
    **Checklist, Habit, Routine**
    For to-dos, recurring tasks, and daily routines.
  </Card>

  <Card title="Content Organization" icon="folder">
    **List, Form, Visualizer**
    For collecting, cataloging, and organizing items.
  </Card>

  <Card title="Planning & Analysis" icon="calendar">
    **Schedule, Plan, Dashboard**
    For events, goal tracking, and cross-helper insights.
  </Card>
</CardGroup>

## Choosing a Template

Peanuts automatically selects the best template, but you can change it:

1. Open Helper → Settings
2. Tap **Change Template**
3. Select new template
4. Fields will be remapped where possible

<Warning>
  Changing templates may cause some data to be hidden (not deleted). Fields that don't map to the new template won't display until you switch back.
</Warning>

## Quick Reference

### QuickTracker

Minimalist single-metric logging. One tap to log with pre-set values. Perfect for:

* Daily water intake
* Step counts
* Simple counters

### SliderTracker

Slider-based input for ranges and intensities. Great for:

* Mood tracking (1-10 scale)
* Pain levels
* Energy levels
* Satisfaction ratings

### Routine

Sequential task management for ordered workflows:

* Morning routines
* Workout sequences
* Process checklists
* Daily rituals

## Related

<CardGroup cols={2}>
  <Card title="Tracker" icon="chart-bar" href="/templates/tracker">
    Full numeric tracking with charts
  </Card>

  <Card title="Habit" icon="calendar-check" href="/templates/habit">
    Streak-based habit tracking
  </Card>
</CardGroup>
