URL: /cli/feedback

---
title: "feedback"
description: "Send feedback to the squirrelscan team"
---

The `feedback` command lets you send feedback, bug reports, and feature requests directly to the squirrelscan team.

## Usage

```bash
squirrel feedback
```

## Interactive Prompts

The command will prompt you for:

1. **Email** - Your email address (cached for future use)
2. **Feedback** - Your feedback message (minimum 5 characters)

## Example Session

```bash
$ squirrel feedback
Email: you@example.com
Feedback: Would love to see a PDF export format!

Thank you for your feedback!
```

## Subsequent Uses

Your email is cached, so you can press Enter to reuse it:

```bash
$ squirrel feedback
Email [you@example.com]:
Feedback: The HTML report looks great!

Thank you for your feedback!
```

## What to Send

### Bug Reports

Include:
- What you were doing
- What you expected
- What happened instead
- Error messages if any

```
Bug: squirrel audit fails on localhost URLs
Expected: Should crawl localhost
Got: Error "Invalid URL"
```

### Feature Requests

Describe the feature and why it would be useful:

```
Feature request: Add XML sitemap export
Use case: Want to generate sitemap from crawl results
```

### General Feedback

Share your experience:

```
Loving the CLI speed! JSON export is perfect for CI/CD
```

## Privacy

- Your email is stored locally at `~/.squirrel/settings.json`
- Feedback is transmitted securely to squirrelscan servers
- Your install ID is included (anonymous identifier)
- No crawl data or audit results are transmitted

## Alternative: GitHub Issues

For public bug reports and feature requests, you can also use GitHub:

- Issues: https://github.com/squirrelscan/squirrelscan/issues
- Discussions: https://github.com/squirrelscan/squirrelscan/discussions

## Related

- [self settings](/cli/self#settings) - Manage stored email and other settings
