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

# Organize PickFu surveys with projects and tags

> Group related PickFu surveys into projects and apply tags by product, stage, team, or quarter to keep a growing survey library organized.

As your survey library grows, projects and tags help you find and group related surveys.

## 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](/docs/api-reference/projects/create-project) / [CLI](/docs/integrations/cli)
* **Add surveys** to a project when creating or updating them
* **Bookmark** projects you access frequently
* **Archive** projects when the research is complete

Each project has an optional **name**, **description**, and **goal** to capture context for your team.

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

Tags are scoped to your team — all members see the same tags.

## Managing projects and tags

<CardGroup cols={2}>
  <Card title="API" icon="code">
    Use the [Projects API](/docs/api-reference/projects/list-projects) and [Tags API](/docs/api-reference/tags/list-tags) to create and manage programmatically.
  </Card>

  <Card title="CLI" icon="terminal">
    `pickfu project create`, `pickfu tag create "Q2 testing"` — see the [CLI docs](/docs/integrations/cli).
  </Card>
</CardGroup>
