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

# AI Developer Tools for Education

> Learn about AI Developer Tools for Education and how to get started

export const EvalsActions = () => {
  return <>

      <a href="/evaluators/getting-started/set-up-your-environment" className="primary">
        Getting set up
      </a>

      <a href="/evaluators/getting-started/tutorial-evaluating-grade-level-appropriateness" className="secondary">
        Tutorials
      </a>
    </>;
};

export const KgActions = () => {
  return <>
      <a href="/knowledge-graph/getting-started/quickstart" className="primary">
        Getting set up
      </a>

      <a href="/knowledge-graph/getting-started/tutorials/tutorial-overview" className="secondary">
        Tutorials
      </a>
    </>;
};

Our developer tools are open, research-backed resources that help edtech developers build more accurate, instructionally grounded AI products. These tools provide access to high-quality educational datasets through our **Knowledge Graph** and enable rigorous output evaluation with our **Evaluators**. Try them both in the **Learning Commons Platform**.

## Quick start

<Columns cols={2}>
  <Card title="Knowledge Graph" href="/knowledge-graph/understanding-knowledge-graph/about-knowledge-graph" img="https://mintcdn.com/czi-60a2a443/S3CpDREUFpikjEv3/images/KG.png?fit=max&auto=format&n=S3CpDREUFpikjEv3&q=85&s=9dc74423ae3fe3c578881e45c8b5bdea" width="385" height="297" data-path="images/KG.png">
    Improve AI accuracy in instructional text using a structured network of curriculum, academic standards, and learning science.

    <KgActions />
  </Card>

  <Card title="Evaluators" href="/evaluators/understanding-evaluators/about-evaluators" img="https://mintcdn.com/czi-60a2a443/S3CpDREUFpikjEv3/images/Evals.png?fit=max&auto=format&n=S3CpDREUFpikjEv3&q=85&s=3067f095757ce27d6dcde9024bbae72d" width="385" height="297" data-path="images/Evals.png">
    Assess the quality of AI-generated content for literacy, focusing on grade level appropriateness, sentence structure, and vocabulary.

    <EvalsActions />
  </Card>
</Columns>

## Knowledge Graph

<CardGroup cols={2}>
  <Card title="Academic Standards" icon="certificate" href="/knowledge-graph/entity-and-relationship-reference/academic-standards">
    Align your product content to be instructionally aligned, context-aware, and
    adaptable across diverse state requirements.
  </Card>

  <Card title="Curriculum" icon="book" href="/knowledge-graph/entity-and-relationship-reference/curriculum">
    Ensure content alignment to core curricula like Illustrative Math —
    with EL Education and OpenSciEd coming soon.
  </Card>

  <Card title="Learning Progressions" icon="arrow-progress" href="/knowledge-graph/entity-and-relationship-reference/learning-progressions">
    Identify prerequisite skills and logical instructional sequences across
    grade levels.
  </Card>

  <Card title="Learning Components" icon="diagram-project" href="/knowledge-graph/entity-and-relationship-reference/learning-components">
    Break down standards into granular skills and enable mapping to other
    datasets.
  </Card>
</CardGroup>

## Evaluators

<CardGroup cols={3}>
  <Card title="Sentence Structure " icon="pen-line" href="/evaluators/literacy-evaluators/sentence-structure-evaluator/about-this-evaluator">
    Estimate how difficult a text will be for a student to read, based on sentence structure.
  </Card>

  <Card title="Vocabulary" icon="book" href="/evaluators/literacy-evaluators/vocabulary-evaluator/about-this-evaluator">
    Estimate how difficult a text will be for a student to read, based on vocabulary.
  </Card>

  <Card title="Grade Level Appropriateness" icon="bars-progress" href="/evaluators/literacy-evaluators/grade-level-appropriateness-evaluator/about-this-evaluator">
    Evaluate the vocabulary in texts to determine if it matches the intended grade level.
  </Card>
</CardGroup>

## Learning Commons Platform

<Card title="API Keys & Playgrounds" icon="sidebar" href="https://platform.learningcommons.org/home">
  Get API keys for Knowledge Graph's API and MCP server, see how datasets connect in the Knowledge Graph Explorer, and run your own text through the Evaluators Playground.
</Card>

## Connect with us

<CardGroup cols={2}>
  <Card title="Help" color="#4C5664" icon="envelope" href="mailto:support@learningcommons.org">
    We're here to help with any questions. Reach out to us at [support@learningcommons.org ↗](mailto:support@learningcommons.org).
  </Card>

  <Card title="Learn more" color="#4C5664" icon="circle-info" href="https://learningcommons.org/contact/?utm_source=docs&utm_medium=overview&utm_campaign=privatebeta">
    Connect with our team to explore more or get early access to additional datasets.
  </Card>
</CardGroup>
