Quick Start Guide
Get started with your first project in minutes
Welcome to the application! This guide will walk you through creating your first project, defining work, and collaborating with your team. You'll be up and running in about 10 minutes.
What You'll Learn
By the end of this guide, you'll know how to:
- Create your account and organization
 - Add your first client
 - Create a project for that client
 - Build a Statement of Work with work items
 - Define acceptance criteria and tests
 - Share your work with team members
 - Track progress and get approvals
 
Step 1: Create Your Account
Sign Up
- 
Go to the sign-up page
 - 
Choose your sign-up method:
- Email and password
 - Google account
 - Other social providers
 
 - 
Verify your email if using email/password
 - 
Complete your profile:
- Add your full name
 - Upload a profile picture (optional)
 - Set your preferences
 
 
Enable Security
Set up two-factor authentication (recommended):
- Go to Account Settings
 - Select Security
 - Enable 2FA
 - Follow the setup instructions
 
Two-factor authentication adds an extra layer of security to your account. We highly recommend enabling it.
Step 2: Create Your Organization
Organizations are workspaces where you and your team collaborate on client work.
Create Your First Organization
- Click "Create Organization" (you'll be prompted after signing up)
 - Enter your organization name:
- Use your company name
 - Example: "Acme Consulting"
 
 - Click "Create"
 
You're now the admin of your organization with full control.
Invite Team Members (Optional)
- Click the organization settings
 - Select "Members"
 - Click "Invite Members"
 - Enter email addresses of teammates
 - Choose their role:
- Admin: Full control
 - Member: Standard access
 
 - Send invitations
 
You can invite team members later. For now, let's create your first project.
Step 3: Add Your First Client
Clients represent the companies you do work for.
Create a Client
- 
Navigate to "Clients" in the sidebar
 - 
Click "New Client"
 - 
Fill in client information:
- Name: The client's company name (e.g., "TechCorp Inc.")
 - Description: Brief overview of the client
 - Website: Their website URL (optional)
 - Industry: What industry they're in (e.g., "Technology")
 
 - 
Click "Create Client"
 
Add a Contact
Every client should have at least one contact person:
- 
Click "Add Contact" on the client page
 - 
Enter contact details:
- Name: Full name (e.g., "John Smith")
 - Email: Contact's email
 - Phone: Phone number (optional)
 - Role: Their job title (e.g., "CTO")
 - Primary Contact: Check this box
 
 - 
Click "Save Contact"
 
The primary contact is your main point person for this client. You can change it anytime.
Step 4: Create Your First Project
Projects organize related work for a client.
Create the Project
- 
Navigate to "Projects" in the sidebar
 - 
Click "New Project"
 - 
Fill in project details:
- Name: Descriptive project name (e.g., "TechCorp Website Redesign")
 - Description: What the project is about
 - Client: Select the client you just created
 - Primary Contact: Select the contact person
 - Start Date: When the project begins
 - End Date: Target completion date
 - Organization: Your organization (auto-selected)
 
 - 
Click "Create Project"
 
Add Followers (Optional)
Followers receive updates about project progress:
- Click "Manage Followers" on the project page
 - Add team members who should stay informed
 - Click "Save"
 
Step 5: Create a Statement of Work
Statements of Work (SOWs) define what you'll deliver.
Create Your First SOW
- 
From your project page, click "New Statement of Work"
 - 
Fill in SOW details:
- Title: What this SOW delivers (e.g., "Homepage Redesign")
 - Description: Detailed scope and objectives
 - Project: Already selected
 - Organization: Already selected
 
 - 
Click "Create SOW"
 
Add Work Items
Break down the work into manageable pieces:
- 
Click "Add Item" in your SOW
 - 
Choose item type:
- Requirement: High-level feature or need
 - Task: Specific work to do
 - Milestone: Important checkpoint
 - Dependency: External blocker
 - Deliverable: Client-facing output
 
 - 
For your first item, create a Requirement:
- Title: "Responsive navigation menu"
 - Description: "Navigation works on desktop and mobile devices"
 - Click "Create"
 
 - 
Add a Task under this Requirement:
- Click "Add Child Item" on the requirement
 - Select "Task"
 - Title: "Implement mobile hamburger menu"
 - Description: "Create collapsible menu for mobile screens"
 - Click "Create"
 
 
You can nest items to create hierarchy. Requirements contain tasks, tasks can have sub-tasks.
Step 6: Define Acceptance Criteria
Acceptance criteria define what "done" means.
Add Criteria to Your Task
- 
Click on the task you created
 - 
Click "Add Criterion"
 - 
Write your first criterion:
- Title: "Menu opens when hamburger icon is tapped"
 - Description: "On mobile devices, tapping the hamburger icon opens the navigation menu"
 
 - 
Click "Save"
 - 
Add more criteria:
- "Menu closes when clicking outside"
 - "All menu items are accessible"
 - "Animations are smooth (60fps)"
 
 
Best Practice Format
Use the Given-When-Then pattern:
- GIVEN a mobile device user
 - WHEN they tap the hamburger icon
 - THEN the navigation menu slides open
 
Step 7: Create Tests
Tests verify that criteria are met.
Add Tests for Your Criteria
- 
Click on a criterion
 - 
Click "Add Test"
 - 
Write your test:
- Title: "Manual: Verify menu opens on tap"
 - Description:
1. Open website on iPhone 12 2. Tap hamburger icon 3. Verify menu slides in from left 4. Verify all items are visible 5. Tap outside menu 6. Verify menu closes 
 - 
Click "Save"
 
Test Types
- Manual: Tests you perform by hand
 - Automated: Tests that run via code
 - E2E: End-to-end user workflows
 - Performance: Speed and efficiency checks
 
Each criterion should have at least one test. This ensures you can verify the work is complete.
Step 8: Share Your Work
Now let's share your SOW with team members and stakeholders.
Invite Collaborators
- 
Open your SOW
 - 
Click "Share" or "Manage Access"
 - 
Add people:
- For teammates: Select from your organization
 - For external stakeholders: Enter their email
 
 - 
Choose access level:
- Editor: Can modify the SOW
 - Approver: Can review and approve
 - Viewer: Read-only access
 - Follower: Receives updates only
 
 - 
Add a message (optional)
 - 
Click "Send Invitations"
 
Email the SOW
To send the SOW to your client for review:
- 
Click "Distribute" or "Send for Approval"
 - 
Select recipients (your client contacts)
 - 
Choose version (current draft)
 - 
Write a subject line: "Homepage Redesign - Statement of Work for Review"
 - 
Add a message:
Hi John, Attached is the Statement of Work for the homepage redesign. Please review and let me know if you have any questions. Thanks! - 
Click "Send"
 
Recipients will receive:
- An email with a link to view the SOW
 - Secure access (no account required)
 - Ability to approve or request changes
 
Recipients without accounts can still view and approve SOWs through a secure link.
Step 9: Track Progress
As you work, track your progress.
Mark Work as Complete
- Complete a task in the real world
 - Run the tests you defined
 - If tests pass, mark test results as "Passed"
 - Mark criterion as "Met"
 - Mark task item as "Complete"
 
View Overall Progress
Your SOW shows completion as a percentage:
- 40% from completed items
 - 30% from met criteria
 - 30% from passing tests
 
Example:
- 5 items, 3 complete = 60% × 40% = 24%
 - 10 criteria, 8 met = 80% × 30% = 24%
 - 15 tests, 12 passing = 80% × 30% = 24%
 - Total: 72% complete
 
Step 10: Version Control
As requirements change, create new versions.
Create a Version
- Make changes to your SOW
 - Click "Create Version" or "Save Version"
 - Version is auto-numbered: v1, v2, v3, etc.
 - Add version notes: What changed in this version
 
Compare Versions
- Click "Version History"
 - Select two versions to compare
 - View changes:
- Added items (green)
 - Modified items (yellow)
 - Removed items (red)
 - Changed criteria and tests
 
 
Version history is automatic. Every time you save changes, a snapshot is created.
Step 11: Get Approval
When work is ready, get client approval.
Submit for Approval
- 
Ensure all work is complete:
- All items marked complete
 - All criteria met
 - All tests passing
 
 - 
Click "Submit for Approval"
 - 
Select approvers (client contacts)
 - 
Add approval message
 - 
Click "Submit"
 
Approvers Receive
- Email notification
 - Link to review the SOW
 - Ability to:
- Approve the SOW
 - Request changes
 - Add comments
 - Download a PDF
 
 
Track Approval Status
See approval status on your SOW:
- Pending: Waiting for approval
 - Approved: Client signed off
 - Changes Requested: Client wants modifications
 - Rejected: Client declined
 
Common Workflows
Working with Your Team
Daily standup:
- View all active projects
 - Check progress on each SOW
 - Review blockers and dependencies
 - Update task status
 
Weekly review:
- Compare progress to timeline
 - Review upcoming milestones
 - Identify at-risk items
 - Update client on status
 
Client Communication
Kickoff:
- Create project and SOW
 - Share draft with client
 - Discuss and refine
 - Get approval to proceed
 
Progress updates:
- Send SOW link showing progress
 - Highlight completed items
 - Note any blockers
 - Confirm timeline
 
Final delivery:
- Mark all items complete
 - Ensure all tests pass
 - Submit for final approval
 - Archive completed SOW
 
Next Steps
Now that you've created your first project, explore these advanced features:
Collaboration Features
- Access Control: Manage who can view and edit resources
 - Commenting: Discuss work with your team
 - Versioning: Track changes over time
 - Change Management: See exactly what changed
 - Email Distribution: Share SOWs with stakeholders
 
Advanced Concepts
- RFCs: Document technical decisions
 - Multiple Organizations: Work across different teams
 - API Tokens: Automate with the API
 
Getting Help
Resources
- Core Concepts: Deep dive into all concepts
 - Features: Learn about collaboration features
 - Troubleshooting: Common issues and solutions
 
Support
- Email: support@example.com
 - Documentation: This site!
 - Community: Join our Slack
 
Tips for Success
Organization
Do:
- Use clear, descriptive names for everything
 - Break large projects into multiple SOWs
 - Keep work items small and focused
 - Update status regularly
 - Archive completed work
 
Don't:
- Create one giant SOW with everything
 - Let status get stale
 - Skip acceptance criteria
 - Ignore failing tests
 - Delete old work (archive instead)
 
Collaboration
Do:
- Share work early and often
 - Invite stakeholders as followers
 - Use comments for discussions
 - Keep external collaborators informed
 - Grant appropriate access levels
 
Don't:
- Work in isolation for too long
 - Give everyone owner access
 - Skip the approval process
 - Forget to notify stakeholders
 - Make major changes without discussion
 
Quality
Do:
- Write testable acceptance criteria
 - Create tests as you define criteria
 - Run tests regularly
 - Fix failing tests promptly
 - Document why decisions were made
 
Don't:
- Write vague criteria
 - Skip testing
 - Let failing tests accumulate
 - Mark work complete without testing
 - Rush through quality checks
 
Congratulations!
You've completed the quickstart guide! You now know how to:
✅ Create and manage projects ✅ Build statements of work ✅ Define acceptance criteria and tests ✅ Share work with your team ✅ Track progress ✅ Use version control ✅ Get client approval
Start exploring the application and building amazing things!