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:
Tags are scoped to your team — all members see the same tags.
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.