# Managing Projects

> Organize what your agent is working on with projects, tasks, and memory.


# Managing Projects

Projects help you organize what your agent is working on.

## How Projects Work

Your agent tracks projects in a file called `PROJECTS.md` in its workspace. Each project has a name, status, and description.

## Viewing Projects

Go to the **Projects** page to see all current projects. The dashboard also shows a quick overview of up to 6 projects.

## Creating Projects

Tell your agent to create a project via chat:
- "Start a new project called 'Website Redesign'"
- "Create a project for tracking my blog posts"

Your agent will create the entry in `PROJECTS.md` and may also create a project-specific directory with its own memory and notes.

## Project Structure

For complex projects, your agent may create:
```
projects/
  my-project/
    MEMORY.md    — project-specific context
    README.md    — project overview
    ...          — any project files
```

## Tips

- Keep project names short and descriptive
- Ask your agent for a status update: "What's the status on all my projects?"
- Close completed projects: "Mark the website project as done"
- Your agent remembers project context between sessions through its memory files

---
_Canonical: https://easynode.ai/docs/projects/index.md_
