> ## 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/quickstart" className="primary">
      Getting set up
    </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" 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**.

## Quickstart

<Columns cols={2}>
  <Card title="Knowledge Graph" href="/knowledge-graph/understanding-knowledge-graph/introduction" img="https://mintcdn.com/czi-60a2a443/UtkD6p7UkcR_E40q/images/KG.png?fit=max&auto=format&n=UtkD6p7UkcR_E40q&q=85&s=c64a1054268e022b02301859ba2c2969" width="1155" height="891" 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/introduction" img="https://mintcdn.com/czi-60a2a443/UtkD6p7UkcR_E40q/images/Evals.png?fit=max&auto=format&n=UtkD6p7UkcR_E40q&q=85&s=ae50368cd9ccef89fe5e3d15a56b4370" width="1155" height="891" 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/graph-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/graph-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/graph-reference/learning-progressions">
    Identify prerequisite skills and logical instructional sequences across
    grade levels.
  </Card>

  <Card title="Learning Components" icon="diagram-project" href="/knowledge-graph/graph-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">
    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">
    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">
    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?utm_source=docs&utm_medium=overview">
  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">
    Connect with our team to explore more or get early access to additional datasets.
  </Card>
</CardGroup>
