> ## Documentation Index
> Fetch the complete documentation index at: https://notiky-mintlify-b5788c9c.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Projects

> Group tasks and context by product initiative or stream of work.

**Projects** help teams and solo-builders organize work beyond a single flat board — one initiative, one place to see related tasks and context.

<Frame>
  <img src="https://mintcdn.com/notiky-mintlify-b5788c9c/kOTGsdF2jDE8PXYg/images/guides/projects-list.png?fit=max&auto=format&n=kOTGsdF2jDE8PXYg&q=85&s=6f1239e6252a199a16d56db07a29c728" alt="Projects page listing Q2 Launch and Mobile app initiatives" width="1176" height="884" data-path="images/guides/projects-list.png" />
</Frame>

***

## When to use projects

* You run **multiple products** in one workspace
* You want agents and humans scoped to one initiative
* You report progress per stream (“mobile app”, “API migration”, “launch week”)

## Create and manage

From the workspace **Projects** view:

1. Create a project with a clear name and short description
2. Associate new tasks with that project when creating work
3. Filter the board or list by project to focus the team

Technical co-founders can also use the CLI:

```bash theme={null}
notiky project list
notiky project create --name "Launch week" --description "May release"
notiky project status <id> active
```

***

## Related

<CardGroup cols={2}>
  <Card title="Tasks" href="/tasks" />

  <Card title="Workspaces" href="/workspaces" />

  <Card title="CLI reference" href="/cli/reference" />
</CardGroup>
