As your survey library grows, projects and tags help you find and group related surveys.Documentation Index
Fetch the complete documentation index at: https://www.pickfu.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Projects
Projects are folders for related surveys. Use them to group surveys by initiative, product, or research goal.- Create a project from the dashboard or via the API / CLI
- Add surveys to a project when creating or updating them
- Bookmark projects you access frequently
- Archive projects when the research is complete
Tags
Tags are lightweight labels you can attach to any survey. Unlike projects (which are hierarchical), tags are flat and flexible — a survey can have multiple tags. Common tagging patterns:| Pattern | Example tags |
|---|---|
| By product | mobile-app, website, packaging |
| By stage | concept, prototype, pre-launch |
| By team | marketing, product, design |
| By quarter | Q1-2026, Q2-2026 |
Managing projects and tags
API
Use the Projects API and Tags API to create and manage programmatically.
CLI
pickfu project create, pickfu tag create "Q2 testing" — see the CLI docs.