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

# Introduction

> CrazyGoldFish is the complete AI reasoning layer for education, unifying evaluation, personalization, content generation, and observation into one integrated AI stack. Transform your educational platform with AI-powered assessment, personalized learning, and intelligent content generation.

<Info>
  CrazyGoldFish unifies fragmented tools — **evaluation, personalization, content generation, and observation** — into one **AI reasoning layer** that drives measurable outcomes for students, teachers, leaders, and parents.
</Info>

## The AI Reasoning Layer for Ed tech players

Education platforms today are fragmented: one system for grading, another for content, another for analytics. This creates **inefficiency, data silos, and missed learning opportunities**.

CrazyGoldFish replaces scattered point solutions with an **integrated AI stack** that continuously improves outcomes.

<Frame caption="Core Capabilities">
  <img src="https://mintcdn.com/cfg/2qxkoXUTcK0wVH0-/images/Core-capabilities.png?fit=max&auto=format&n=2qxkoXUTcK0wVH0-&q=85&s=4a6b117d33aaaa9bd57023604b62d435" width="1434" height="716" data-path="images/Core-capabilities.png" />
</Frame>

> Our integrated AI system creates a continuous feedback loop where each component enhances the others. Evaluation data drives personalization, which informs content generation, while classroom observations provide real-time insights that loop back to adjust plans and materials. The entire system works together to create a comprehensive educational experience with parents fully integrated into the learning journey.

<Note>
  **This interconnected approach ensures that insights from one area automatically enhance all others, creating an intelligent educational ecosystem that continuously improves over time.**
</Note>

* **Evaluate** → Automate multi modal subjective assessment across exams and assignments.
* **Personalize** → Convert evaluation data into actionable plans for students, teachers, and parents.
* **Generate** → Instantly create lesson plans, worksheets, exams, and model answers aligned to curriculum standards.
* **Observe** → Capture classroom insights and teaching effectiveness to adjust strategies.
* **Engage** → Deliver transparent reports, activity packs, and home–school connection tools.

***

## Next Steps

* Learn how evaluation works in the [Evaluation Layer →](/products/evaluation-layer-overview)
* Or start building right away with [Quickstart →](/home/authentication-process)
* Integrate via REST APIs: see the [API Reference](/api-reference/endpoint/authentication) for authentication and all endpoints (exam evaluation, assignments, lesson plans, rubrics, webhooks, and more).

## FAQ

<script
  type="application/ld+json"
  dangerouslySetInnerHTML={{
__html: JSON.stringify(
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
    {
        "@type": "Question",
        "name": "How are Student, Teacher, and Parent Action Plans produced from the evaluation outputs highlighted on this page?",
        "acceptedAnswer": {
            "@type": "Answer",
            "text": "The platform converts scores and feedback from multimodal assessments into role-specific Action Plans for students, teachers, and parents. These plans drive reteach strategies and content generation, and can be accessed or distributed via APIs, webhooks, and LMS/ERP connections."
        }
    },
    {
        "@type": "Question",
        "name": "Which modalities are supported from the Introduction flow, and how are subjective responses handled for reliability?",
        "acceptedAnswer": {
            "@type": "Answer",
            "text": "CrazyGoldFish evaluates text, handwriting, diagrams, audio, and video in a single stack. It targets ~95% accuracy with a human-in-the-loop workflow so educators can review, calibrate, and finalize subjective evaluations before publishing."
        }
    },
    {
        "@type": "Question",
        "name": "What’s the recommended way to integrate from this page using REST APIs and webhooks?",
        "acceptedAnswer": {
            "@type": "Answer",
            "text": "Use the REST APIs to create assessments and submit multimodal artifacts, then subscribe to webhooks for completion events. You can retrieve structured outcomes via the Final Results API, including exam-level scores, section summaries, model answers, step-wise marking, and teacher feedback (e.g., isApproved) for downstream systems."
        }
    },
    {
        "@type": "Question",
        "name": "How does the Introduction’s “plug into your LMS/ERP” promise work in practice?",
        "acceptedAnswer": {
            "@type": "Answer",
            "text": "Results and Action Plans can be delivered to your LMS/ERP using webhooks and retrieval APIs, enabling seamless reporting and remediation flows. The outputs are structured for easy mapping to your entities (exam, section, rubric dimension) and can be exported for dashboards and audit needs."
        }
    },
    {
        "@type": "Question",
        "name": "What white-label options referenced here are available for embedding in our product?",
        "acceptedAnswer": {
            "@type": "Answer",
            "text": "You can deploy a white-label Embeddable UI (e.g., as a secure link or iframe) to capture submissions and display evaluations under your brand. Colors, fonts, and layout are customizable, while the underlying APIs and webhooks keep data flows automated without building ML pipelines in-house."
        }
    },
    {
        "@type": "Question",
        "name": "What governance and compliance guardrails are surfaced on the Introduction page (CBSE/ICSE/GDPR aligned), and how are they supported?",
        "acceptedAnswer": {
            "@type": "Answer",
            "text": "Workflows are CBSE/ICSE/GDPR aligned, with transparent outputs and teacher oversight via human-in-the-loop checks. Auditability and review controls (e.g., approval fields and logs) help institutions standardize grading while meeting board and privacy expectations."
        }
    },
    {
        "@type": "Question",
        "name": "How is human-in-the-loop oversight implemented across the pipeline described here?",
        "acceptedAnswer": {
            "@type": "Answer",
            "text": "Every evaluation can flow through a review layer where teachers inspect results, trigger re-checks, and approve final scores. This preserves academic judgment on edge cases while maintaining consistent, explainable outcomes at scale."
        }
    },
    {
        "@type": "Question",
        "name": "After evaluation, how do we programmatically access the structured outcomes mentioned in the docs?",
        "acceptedAnswer": {
            "@type": "Answer",
            "text": "Call the Final Results API after receiving your webhook to fetch detailed JSON—exam-level scores, section summaries, model answers, step-wise marking, and teacher feedback with approval status. These fields support reporting, remediation, and syncing into LMS/ERP dashboards."
        }
    },
    {
        "@type": "Question",
        "name": "How does the architecture outlined here support downstream personalization and content generation?",
        "acceptedAnswer": {
            "@type": "Answer",
            "text": "Evaluation insights feed into Personalize and Generate stages to produce targeted practice and lesson materials aligned to learner needs. This end-to-end loop closes with observation signals, ensuring that content and plans adapt based on actual classroom performance."
        }
    }
]
}
)
}}
/>

<AccordionGroup>
  <Accordion title="How are Student, Teacher, and Parent Action Plans produced from the evaluation outputs highlighted on this page?">
    The platform converts scores and feedback from multimodal assessments into role-specific Action Plans for students, teachers, and parents. These plans drive reteach strategies and content generation, and can be accessed or distributed via APIs, webhooks, and LMS/ERP connections.
  </Accordion>

  <Accordion title="Which modalities are supported from the Introduction flow, and how are subjective responses handled for reliability?">
    CrazyGoldFish evaluates text, handwriting, diagrams, audio, and video in a single stack. It targets \~95% accuracy with a human-in-the-loop workflow so educators can review, calibrate, and finalize subjective evaluations before publishing.
  </Accordion>

  <Accordion title="What’s the recommended way to integrate from this page using REST APIs and webhooks?">
    Use the REST APIs to create assessments and submit multimodal artifacts, then subscribe to webhooks for completion events. You can retrieve structured outcomes via the Final Results API, including exam-level scores, section summaries, model answers, step-wise marking, and teacher feedback (e.g., isApproved) for downstream systems.
  </Accordion>

  <Accordion title="How does the Introduction’s “plug into your LMS/ERP” promise work in practice?">
    Results and Action Plans can be delivered to your LMS/ERP using webhooks and retrieval APIs, enabling seamless reporting and remediation flows. The outputs are structured for easy mapping to your entities (exam, section, rubric dimension) and can be exported for dashboards and audit needs.
  </Accordion>

  <Accordion title="What white-label options referenced here are available for embedding in our product?">
    You can deploy a white-label Embeddable UI (e.g., as a secure link or iframe) to capture submissions and display evaluations under your brand. Colors, fonts, and layout are customizable, while the underlying APIs and webhooks keep data flows automated without building ML pipelines in-house.
  </Accordion>

  <Accordion title="What governance and compliance guardrails are surfaced on the Introduction page (CBSE/ICSE/GDPR aligned), and how are they supported?">
    Workflows are CBSE/ICSE/GDPR aligned, with transparent outputs and teacher oversight via human-in-the-loop checks. Auditability and review controls (e.g., approval fields and logs) help institutions standardize grading while meeting board and privacy expectations.
  </Accordion>

  <Accordion title="How is human-in-the-loop oversight implemented across the pipeline described here?">
    Every evaluation can flow through a review layer where teachers inspect results, trigger re-checks, and approve final scores. This preserves academic judgment on edge cases while maintaining consistent, explainable outcomes at scale.
  </Accordion>

  <Accordion title="After evaluation, how do we programmatically access the structured outcomes mentioned in the docs?">
    Call the Final Results API after receiving your webhook to fetch detailed JSON—exam-level scores, section summaries, model answers, step-wise marking, and teacher feedback with approval status. These fields support reporting, remediation, and syncing into LMS/ERP dashboards.
  </Accordion>

  <Accordion title="How does the architecture outlined here support downstream personalization and content generation?">
    Evaluation insights feed into Personalize and Generate stages to produce targeted practice and lesson materials aligned to learner needs. This end-to-end loop closes with observation signals, ensuring that content and plans adapt based on actual classroom performance.
  </Accordion>
</AccordionGroup>
