import Card from '@/components/base/Card' import './HelpPage.css' export default function HelpPage() { return (

Help & Documentation

Getting Started

  1. Configure waste types in Configuration → Waste
  2. Configure natural regulators in Configuration → Regulators
  3. Configure services pricing in Configuration → Services
  4. Create treatment sites in Projects → Treatment Sites
  5. Create waste sites in Projects → Waste Sites
  6. Create a project in Projects → Projects
  7. View yields in Yields page
  8. Configure business plan in Business Plan page

All calculation formulas are displayed on the Yields and Business Plan pages. Formulas use monospace font and show the complete calculation method.

For detailed formula documentation, see formulas_reference.md

Export Data

Go to Settings → Export Data to download all your data as JSON.

Import Data

Go to Settings → Import Data to replace all data with imported JSON file.

Warning: Importing will replace all existing data!

How do I calculate yields?

Yields are automatically calculated when you select a project. Make sure the project has a configured waste type and treatment site.

How do I configure service pricing?

Go to Configuration → Services and set pricing for each year (1-10). Pricing is per module per year.

Can I override waste characteristics per project?

Yes, in the Project Configuration page, you can override BMP and water percentage for that specific project.

) }