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

# SliderTracker

> Visual slider-based tracking for moods, pain levels, and intensity values

## Overview

SliderTracker provides a visual slider interface for logging values on a scale. Perfect for subjective measurements where picking from a range is more intuitive than typing a number.

<Info>
  SliderTracker is ideal for mood tracking, pain scales, energy levels, and any 1-10 type measurement.
</Info>

## When to Use SliderTracker

<CardGroup cols={2}>
  <Card title="Mood Tracking" icon="face-smile">
    Daily mood on a 1-10 scale with emoji indicators
  </Card>

  <Card title="Pain Levels" icon="heart-pulse">
    Medical pain scale tracking (0-10)
  </Card>

  <Card title="Energy/Fatigue" icon="battery-half">
    How energetic you feel throughout the day
  </Card>

  <Card title="Satisfaction" icon="star">
    Rate experiences, meals, activities
  </Card>
</CardGroup>

## How It Works

<Steps>
  <Step title="Open Helper">
    Tap the SliderTracker Helper.
  </Step>

  <Step title="Drag the slider">
    Move the slider to your desired value.
  </Step>

  <Step title="Optional note">
    Add a quick note for context (optional).
  </Step>

  <Step title="Save">
    Tap save—entry logged with timestamp.
  </Step>
</Steps>

## Configuration

When creating a SliderTracker, you configure:

| Setting          | Description                          |
| ---------------- | ------------------------------------ |
| **Min Value**    | Starting value (default: 1)          |
| **Max Value**    | Ending value (default: 10)           |
| **Step**         | Increment size (1, 0.5, 0.1, etc.)   |
| **Labels**       | Text at each end or key points       |
| **Visual Style** | Colors, emojis, or icons along scale |
| **Note Field**   | Enable optional text note            |

## Visual Customization

SliderTracker supports rich visual feedback:

### Emoji Scale

```
😢 ——— 😐 ——— 😊 ——— 😄
1      4      7      10
```

### Color Gradient

```
🔴 ——— 🟡 ——— 🟢
Low    Mid    High
```

### Custom Labels

```
Terrible — Poor — Fair — Good — Excellent
   1        3      5      7        10
```

## Examples

### Daily Mood Tracker

* **Range**: 1-10
* **Labels**: 😢 Sad ← → Happy 😄
* **Colors**: Red to green gradient
* **Note**: Optional "What's affecting your mood?"

### Pain Journal

* **Range**: 0-10
* **Labels**: No Pain ← → Worst Pain
* **Colors**: Green to red gradient
* **Note**: Required "Location and description"

### Sleep Quality

* **Range**: 1-5
* **Step**: 1
* **Labels**: ⭐ to ⭐⭐⭐⭐⭐
* **Note**: Optional "Dreams or disturbances"

## Visualization

SliderTracker automatically generates:

* **Trend line charts** showing values over time
* **Average calculations** (daily, weekly, monthly)
* **Pattern detection** (best/worst days of week)
* **Correlation hints** (via Ask Peanuts)

## Voice Input

You can also log via voice:

* "Mood is 7 today"
* "Pain level 4, lower back"
* "Energy at 8 this morning"

These cost 9 credits (voice) vs 0-1 for manual slider input.

## vs. Other Templates

| Template          | Best For                        |
| ----------------- | ------------------------------- |
| **SliderTracker** | Subjective scales, visual input |
| **QuickTracker**  | Discrete values, counters       |
| **Tracker**       | Multiple structured fields      |
| **Form**          | Complex data entry              |

## Tips

<AccordionGroup>
  <Accordion title="Log at consistent times">
    For mood/energy tracking, log at the same times daily for better pattern detection.
  </Accordion>

  <Accordion title="Use the note field">
    Brief context notes help when reviewing trends: "After coffee", "Stressful meeting".
  </Accordion>

  <Accordion title="Set up reminders">
    Use [Entry Reminders](/features/entry-reminders) to prompt regular check-ins.
  </Accordion>

  <Accordion title="Ask Peanuts for insights">
    "What affects my mood most?" or "When is my energy highest?"
  </Accordion>
</AccordionGroup>

## Related

<CardGroup cols={2}>
  <Card title="QuickTracker" icon="bolt" href="/templates/quick-tracker">
    Simple value logging
  </Card>

  <Card title="Habit" icon="repeat" href="/templates/habit">
    Yes/no daily habit tracking
  </Card>

  <Card title="Ask Peanuts" icon="wand-magic-sparkles" href="/core-concepts/ask-peanuts">
    Get insights from your slider data
  </Card>
</CardGroup>
