Quickstart Guide
Quickstart Guide
Get started with Global Watch in just 5 minutes. This guide walks you through the essential steps to create your first forest project.
Prerequisites
Before you begin, ensure you have:
- A valid email address for account registration
- Modern web browser (Chrome 90+, Firefox 88+, Safari 14+, or Edge 90+)
- Internet connection
Step 1: Create Your Account
- Navigate to Global Watch
- Click Sign Up in the top right corner
- Enter your email address and create a password
- Verify your email by clicking the link sent to your inbox
You can also sign up using Google or other OAuth providers for faster registration.
Password Requirements
Your password must meet these security requirements:
- Minimum 12 characters
- Mix of uppercase and lowercase letters
- At least one number
- At least one special character
- Not a commonly used password
Step 2: Complete Onboarding
After signing in, you'll be guided through a brief onboarding process:
- Profile Setup - Add your name and profile picture
- Account Type - Choose between personal or team account
- Preferences - Set your language and notification preferences
Account Types
| Type | Best For | Features |
|---|---|---|
| Personal | Individual users | Personal workspace, private projects |
| Team | Organizations | Shared workspace, collaboration, roles |
Step 3: Create Your First Project
Once onboarding is complete, create your first forest project:
Using the Dashboard
- Click the New Project button on your dashboard
- Enter a project name (e.g., "Amazon Reserve North")
- Add an optional description
- Click Create Project
Adding Project Boundaries
After creating the project, define its boundaries:
- Open your project from the dashboard
- Navigate to the Map tab
- Use the drawing tools to outline your forest area
- The system automatically calculates the area in hectares
// Example: Project area is automatically calculated
const projectArea = calculateHectares(geometry);
// Returns: 1,250.5 hectaresYou can also import existing GeoJSON files if you have boundary data from other systems.
Step 4: Add Your First Asset
Assets represent items within your forest project:
- Navigate to the Assets tab in your project
- Click Add Asset
- Choose an asset type (e.g., Tree, Equipment, Marker)
- Set the location on the map
- Fill in the asset details
- Click Save
Asset Types
| Type | Description | Examples |
|---|---|---|
| Vegetation | Trees and plants | Native trees, seedlings |
| Equipment | Tools and machinery | Sensors, vehicles |
| Infrastructure | Built structures | Roads, buildings |
| Markers | Reference points | Survey markers |
Step 5: Invite Team Members (Optional)
If you're working with a team:
- Go to Settings → Members
- Click Invite Member
- Enter their email address
- Select their role (Owner, Admin, or Member)
- Click Send Invitation
Team members will receive an email invitation with a link to join your workspace. Invitations expire after 7 days.
Quick Reference
Keyboard Shortcuts
| Shortcut | Action |
|---|---|
⌘ + K | Open command palette |
⌘ + N | Create new project |
⌘ + / | Toggle sidebar |
Esc | Close modal/dialog |
Navigation
| Area | Description |
|---|---|
| Dashboard | Overview of all projects and recent activity |
| Projects | List and manage your forest projects |
| Assets | View and manage assets across projects |
| Settings | Account and workspace configuration |
URL Structure
Global Watch uses subdomain-based routing:
| Type | URL Pattern | Example |
|---|---|---|
| Personal | app.global.watch | Your personal workspace |
| Team | {slug}.global.watch | acme-corp.global.watch |
What's Next?
Now that you have your first project set up, explore these features:
- Projects Guide - Learn advanced project management
- Assets Guide - Deep dive into asset tracking
- Members Guide - Manage team permissions
- API Reference - Integrate with external systems
Troubleshooting
Common Issues
I didn't receive the verification email
Check your spam folder. If you still don't see it, click "Resend verification email" on the sign-in page. Make sure to add noreply@global.watch to your contacts.
The map isn't loading
Ensure you have a stable internet connection. Try refreshing the page or clearing your browser cache. If the issue persists, try a different browser.
I can't create a project
Verify that you've completed the onboarding process. Check that you have the necessary permissions if you're part of a team account.
OAuth login fails
Ensure you're using the correct callback URL. For development, use http://app.localhost.direct:3000/auth/callback.
Need More Help?
- Read the detailed Installation Guide
- Explore the Features Guide for detailed documentation
- Contact support@global.watch