Installation Guide
Installation Guide
This comprehensive guide walks you through the complete setup process for Global Watch, including workspace configuration, team setup, and integrations.
Prerequisites
Before you begin, ensure you have:
- A valid email address
- Modern web browser (Chrome 90+, Firefox 88+, Safari 14+, or Edge 90+)
- Stable internet connection
- (Optional) Organization details for team account setup
Account Setup
Creating a Personal Account
- Visit https://app.global.watch/sign-up
- Choose your sign-up method:
- Email/Password - Enter your email and create a secure password
- Google OAuth - Sign in with your Google account
- Complete email verification if using email/password
- You'll be redirected to the onboarding flow
Creating a Team Account
Team accounts provide shared workspaces for organizations:
- After creating your personal account, navigate to Settings → Teams
- Click Create Team
- Enter your team details:
- Team Name - Your organization name
- Team Slug - URL-friendly identifier (e.g.,
acme-corp)
- Click Create
Your team will be accessible at {slug}.global.watch (e.g., acme-corp.global.watch)
Workspace Configuration
Profile Settings
Configure your personal profile:
- Navigate to Settings → Profile
- Update your information:
- Display name
- Profile picture
- Contact information
- Click Save Changes
Notification Preferences
Customize how you receive notifications:
- Go to Settings → Notifications
- Configure notification channels:
- Email - Receive updates via email
- In-App - See notifications in the platform
- Push - Browser push notifications (if enabled)
- Select notification types:
- Project updates
- Member activity
- Billing alerts
- System announcements
Language & Region
Set your preferred language and regional settings:
- Navigate to Settings → Preferences
- Select your language:
- English (en)
- Portuguese (pt-BR)
- Set your timezone
- Choose date/time format preferences
Team Configuration
Member Roles
Global Watch uses a role-based access control system:
| Role | Permissions |
|---|---|
| Owner | Full access, billing management, can delete team |
| Admin | Manage members, projects, and settings |
| Member | Create and manage assigned projects |
Inviting Team Members
- Navigate to your team workspace
- Go to Settings → Members
- Click Invite Member
- Fill in the invitation form:
Email: colleague@company.com Role: Member Message: (optional welcome message) - Click Send Invitation
Invitations expire after 7 days. You can resend or revoke invitations from the Members page.
Managing Permissions
Fine-tune member permissions:
- Go to Settings → Members
- Click on a member's name
- Adjust their role or specific permissions
- Click Save
Project Setup
Creating a Project
- From your dashboard, click New Project
- Enter project details:
- Name - Descriptive project name
- Description - Project overview and goals
- Tags - Categorization labels
- Click Create Project
Configuring Project Settings
After creating a project:
- Open the project
- Navigate to Settings
- Configure:
- General - Name, description, status
- Members - Project-specific access
- Integrations - External service connections
- Notifications - Project alert settings
Defining Project Boundaries
Set up geospatial boundaries for your project:
- Open your project
- Go to the Map tab
- Use the toolbar to:
- Draw Polygon - Outline forest boundaries
- Import GeoJSON - Upload existing boundary data
- Edit Vertices - Fine-tune boundary points
- Save your changes
// Example GeoJSON import format
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-60.0, -3.0],
[-60.0, -3.5],
[-59.5, -3.5],
[-59.5, -3.0],
[-60.0, -3.0]
]
]
},
"properties": {
"name": "Forest Block A"
}
}Billing Setup
Subscription Plans
Global Watch offers flexible pricing:
| Plan | Features | Pricing |
|---|---|---|
| Starter | 1 project, 5 team members | Free |
| Professional | Unlimited projects, 25 members | $49/month |
| Enterprise | Custom limits, priority support | Contact us |
Setting Up Billing
- Navigate to Settings → Billing
- Click Upgrade Plan or Manage Subscription
- Select your desired plan
- Enter payment information
- Confirm your subscription
Usage Tracking
Monitor your usage:
- Go to Settings → Billing → Usage
- View metrics:
- Total hectares managed
- Active team members
- API calls (if applicable)
Integrations
Available Integrations
Global Watch integrates with various services:
- Mapbox - Enhanced mapping capabilities
- Stripe - Payment processing
- Email Services - Notification delivery
Configuring Integrations
- Navigate to Settings → Integrations
- Select the integration you want to configure
- Follow the setup wizard
- Test the connection
- Enable the integration
Security Configuration
Two-Factor Authentication (2FA)
Enable 2FA for enhanced security:
- Go to Settings → Security
- Click Enable 2FA
- Scan the QR code with your authenticator app
- Enter the verification code
- Save your backup codes securely
Store your backup codes in a safe place. You'll need them if you lose access to your authenticator app.
Session Management
Manage your active sessions:
- Navigate to Settings → Security → Sessions
- View all active sessions
- Revoke sessions you don't recognize
Verification Checklist
Before you start using Global Watch, verify:
- Email address verified
- Profile information complete
- Team created (if applicable)
- Team members invited
- First project created
- Project boundaries defined
- Billing configured (for paid features)
- 2FA enabled (recommended)
Troubleshooting
Common Setup Issues
Team slug is already taken
Team slugs must be unique across Global Watch. Try adding your company location or a number (e.g., acme-corp-br or acme-corp-2024).
Invitation email not received
Ask the invitee to check their spam folder. Ensure the email address is correct. You can resend the invitation from the Members page.
GeoJSON import fails
Verify your GeoJSON is valid using a tool like geojson.io. Ensure coordinates are in the correct format (longitude, latitude).
Payment method declined
Verify your card details are correct. Contact your bank if the issue persists. You can also try a different payment method.
Next Steps
Now that your workspace is configured:
- Create your first project
- Explore features - Learn about all platform capabilities
- API integration - Connect external systems
- Compliance setup - Configure audit and compliance features
Support Resources
- Documentation - You're here! Browse all guides
- Email Support - support@global.watch
- Community Forum - Connect with other users
- Status Page - Check system status at status.global.watch