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

# Projects

> Group tasks and product context by initiative with Notiky Projects — keep multiple streams of work organized inside a single workspace and board.

**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-7d868fcc/7pcXOflEsn4kdQB3/images/guides/projects-list.png?fit=max&auto=format&n=7pcXOflEsn4kdQB3&q=85&s=2c2cfeda5d8965f22e1f238c9add4f95" 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>
