Welcome to Plane
This guide will walk you through setting up Plane and creating your first work item in just a few minutes. Whether you choose Plane Cloud or self-hosting, you’ll be managing projects in no time.This quickstart focuses on getting started with Plane Cloud for the fastest setup. For self-hosting instructions, see our Self-Hosting Guide.
Getting Started with Plane Cloud
Sign Up for Plane Cloud
Navigate to app.plane.so and create your free account.You can sign up using:
- Email and password
- Google account
- GitHub account
No credit card required for the free tier. Start managing projects immediately.
Create Your Workspace
After signing in, you’ll be prompted to create your first workspace.What is a workspace?
A workspace is the top-level organization unit in Plane. It typically represents your company, team, or organization.Enter your workspace details:
- Workspace Name - Your organization or team name
- Workspace Slug - A unique URL identifier (e.g.,
acme-corp)
Create Your First Project
Projects are where your work lives. Each project contains issues, cycles, modules, and pages.Click “Create Project” and fill in:
- Project Name - What you’re building (e.g., “Mobile App”)
- Project Identifier - A short code for work items (e.g., “APP”)
- Description - Brief project overview (optional)
- Network - Public or Private
- Icon & Emoji - Customize your project appearance
Explore the Project Views
Plane offers multiple views to visualize your work:
- List View
- Kanban View
- Calendar View
- Spreadsheet View
A traditional list layout showing all work items in rows. Perfect for quick scanning and bulk operations.Features:
- Group by status, priority, assignee, or custom properties
- Inline editing
- Bulk selection and actions
Create Your First Work Item
Now let’s create your first work item (issue)!
-
Click the ”+ New Issue” button or press
Ckeyboard shortcut -
Fill in the issue details:
- Title - Brief description of the task
- Description - Detailed information using the rich text editor
- Assignee - Who will work on this
- Priority - Urgent, High, Medium, Low, or None
- State - Current status (To Do, In Progress, Done, etc.)
- Labels - Tags for categorization
- Due Date - When it should be completed
-
Use the rich text editor powered by Tiptap:
- Add file attachments by dragging files into the editor or clicking the attachment icon
The editor supports real-time collaboration when multiple team members view the same issue.
Organize with Sub-Properties
Enhance your work item with additional properties:Estimate Points
Add story points or time estimates for planning:Parent/Child Relationships
- Create sub-issues for breaking down large tasks
- Link related issues for context
- Set blocking/blocked-by relationships
Invite Your Team
Collaboration is better with teammates!
- Click Settings in the sidebar
- Navigate to Members
- Click Invite Member
- Enter email addresses or share the invite link
- Assign roles:
- Admin - Full workspace access
- Member - Standard project access
- Guest - Limited access to specific projects
Start Your First Cycle
Cycles (sprints) help maintain team momentum with time-boxed work periods.
- Navigate to Cycles in the project sidebar
- Click Create Cycle
- Set cycle details:
- Name - Sprint name or identifier
- Start Date - When the cycle begins
- End Date - Cycle deadline
- Description - Goals and objectives
- Add work items to the cycle:
- Drag issues from the backlog
- Or assign cycle from the issue detail view
- Track progress with:
- Burn-down chart - Visual progress tracking
- Progress bar - Completion percentage
- Distribution charts - By assignee, priority, or label
Next Steps
Now that you’ve created your first work item, explore more powerful features:Modules
Group related issues into modules for better organization
Pages
Create documentation and knowledge base with AI-powered pages
Analytics
Get insights into team performance and project health
Custom Views
Create saved filters for your most common queries
Keyboard Shortcuts
Speed up your workflow with these essential shortcuts:| Shortcut | Action |
|---|---|
C | Create new issue |
Cmd/Ctrl + K | Open command palette |
Q | Quick search |
/ | Focus search |
Cmd/Ctrl + B | Toggle sidebar |
Cmd/Ctrl + Enter | Save and close modal |
Self-Hosting Alternative
Prefer to self-host Plane? Follow these steps:Prerequisites
Ensure you have:
- Docker Engine installed
- Node.js 22.18.0+
- Python 3.8+
- PostgreSQL v14
- Redis v6.2.7
- Minimum 12 GB RAM
Access Plane
- Admin panel: http://localhost:3001/god-mode/
- Main app: http://localhost:3000
- Space (public): http://localhost:3002
Getting Help
Need assistance? We’re here to help:- Documentation - Browse our comprehensive docs
- Developer Docs - Technical guides at developers.plane.so
- Forum - Community support at forum.plane.so
- GitHub Issues - Report bugs or request features
- GitHub Discussions - Ask questions and share ideas
