> ## Documentation Index
> Fetch the complete documentation index at: https://docs.greenzero.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Welcome to GREENZERO Journey - Automated Life Cycle Assessment Platform

GREENZERO Journey is an automated Life Cycle Assessment (LCA) platform designed to help businesses measure, understand, and improve the environmental impact of their products.

## Choose Your Path

<Tabs>
  <Tab title="New to Environmental Footprinting">
    <div className="mt-6">
      <Card title="Start Here: Beginner's Guide" icon="seedling" href="/beginners-guide/introduction">
        Our comprehensive beginner's guide will introduce you to environmental footprinting concepts
        and walk you through using GREENZERO Journey, no prior experience required.
      </Card>

      <div className="mt-4">
        <Steps>
          <Step title="Learn the Basics">
            Start with our [Introduction to Environmental
            Footprinting](/beginners-guide/introduction) to understand key concepts and terminology.
          </Step>

          <Step title="Understand the Process">
            Learn about [Life Cycle Assessment basics](/beginners-guide/lca-basics) and how
            GREENZERO Journey simplifies complex environmental assessments.
          </Step>

          <Step title="Create Your First Assessment">
            Follow our step-by-step guide to [conducting your first environmental
            assessment](/beginners-guide/first-assessment).
          </Step>

          <Step title="Explore Learning Paths">
            Find a customized [learning path](/beginners-guide/learning-paths) based on your role
            and goals.
          </Step>
        </Steps>
      </div>
    </div>
  </Tab>

  <Tab title="Experienced Users">
    <div className="mt-6">
      <CardGroup cols={2}>
        <Card title="Quick Start Guide" icon="bolt" href="/quickstart">
          Set up your account and import your first product quickly.
        </Card>

        <Card title="Product Management" icon="box" href="/product-management/overview">
          Learn how to manage products, BOMs, and packaging.
        </Card>

        <Card title="Environmental Insights" icon="chart-mixed" href="/insights/portfolio-insights">
          Analyze and interpret your environmental assessment results.
        </Card>

        <Card title="Key Concepts" icon="book" href="/key-concepts/lca">
          Detailed information on LCA methodology and implementation.
        </Card>
      </CardGroup>
    </div>
  </Tab>
</Tabs>

## What GREENZERO Journey Does

GREENZERO Journey transforms complex environmental analysis into actionable insights through a powerful combination of AI technology and ISO-compliant LCA methodology.

<CardGroup cols={2}>
  <Card title="Automated LCA Generation" icon="robot">
    Generate comprehensive environmental assessments from your product data and bills of materials
    without specialized expertise.
  </Card>

  <Card title="Eight Impact Categories" icon="chart-line">
    Analyze impacts across climate change, acidification, eutrophication, smog, ozone depletion,
    water use, and land use.
  </Card>

  <Card title="Transparent Calculations" icon="magnifying-glass-chart">
    Access fully transparent, ISO 14040/44 compliant reasoning behind every calculation and result.
  </Card>

  <Card title="Environmental Monetization" icon="money-bill-trend-up">
    Convert environmental impacts into financial costs using CE Delft cost factors for clearer
    business decision-making.
  </Card>
</CardGroup>

## Key Platform Features

* **AI-Powered Analysis**: Multi-agent system that automatically processes product data and generates accurate LCA results
* **Intuitive Interface**: User-friendly dashboard for managing products, viewing results, and identifying improvement opportunities
* **Portfolio Insights**: Analyze environmental performance across your entire product range to identify patterns and priorities
* **Data-Driven Improvements**: Make informed decisions about product design, material selection, and supply chain optimization

## Common Questions

<AccordionGroup>
  <Accordion title="Do I need environmental expertise to use GREENZERO Journey?">
    No, GREENZERO Journey is designed for users of all experience levels. Our AI-powered platform
    handles the complex calculations and methodology, while our [Beginner's
    Guide](/beginners-guide/introduction) helps you understand the concepts and interpret results.
    See our [FAQ](/beginners-guide/faq) for more common questions.
  </Accordion>

  <Accordion title="How accurate are the environmental assessments?">
    GREENZERO Journey follows ISO 14040/44 standards for Life Cycle Assessment and uses
    industry-standard environmental databases. The accuracy depends on the quality of input data,
    which is why we provide data quality indicators with all results. Learn more about [interpreting
    results](/beginners-guide/interpreting-results) and understanding data quality.
  </Accordion>

  <Accordion title="How can I get started quickly?">
    The fastest way to get started is to: 1. Create an account 2. Import a product (by description,
    URL, or file upload) 3. Review the generated Bill of Materials 4. Generate your environmental
    assessment Follow our [Quick Start Guide](/quickstart) or more detailed [First Assessment
    Guide](/beginners-guide/first-assessment).
  </Accordion>
</AccordionGroup>

<Note>
  GREENZERO Journey is continuously evolving with new features and improvements. Our documentation
  is regularly updated to reflect the latest capabilities and best practices.
</Note>

<div className="mt-8">
  <Card title="Need Help?" icon="circle-question">
    <div className="flex justify-between">
      <div>
        <p>If you have questions or need assistance, our support team is ready to help.</p>

        <p className="mt-2">
          Email: <a href="mailto:support@greenzero.eu">[support@greenzero.eu](mailto:support@greenzero.eu)</a>
        </p>
      </div>

      <div>
        <a href="/beginners-guide/learning-paths" className="bg-primary hover:bg-primary-dark rounded-md px-4 py-2 text-white">
          Explore Learning Paths →
        </a>
      </div>
    </div>
  </Card>
</div>
