> ## 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 plugins

> Use the ChatGPT plugin or Claude connector to access Knowledge Graph data.

Use AI plugins like our ChatGPT plugin or Claude connector to reference Knowledge Graph's comprehensive K-12 education data directly in your conversations.

Instead of manually looking up standards codes or scanning lengthy documents, you can ask ChatGPT or Claude questions about what a standard entails, how it's broken down into learning components, and what prerequisites it requires.

Both AI plugins rely on the [Knowledge Graph MCP Server](/knowledge-graph/using-knowledge-graph/mcp-server) to retrieve the relevant data.

## Tools

| Tool                 | Description                                                                                                                                                                                                                                                                                                                                                                                             |
| :------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **ChatGPT plugin**   | Search for Learning Commons in the ChatGPT plugin library and add the Learning Commons plugin to your account.<Note>This plugin is included in OpenAI's K-12 Educator plugin experience for [ChatGPT for Teachers](https://chatgpt.com/plans/k12-teachers/) ↗ (US K-12) and ChatGPT Education. Individual ChatGPT users may also be able to add the plugin depending on their plan and settings.</Note> |
| **Claude connector** | [Connect Learning Commons to Claude](https://claude.ai/directory/6e94f5fc-5dc8-4f0a-9fcf-741bcab4e034) ↗.<Note>This connector is free and available to all Claude users. It is also included in [Claude for Teachers](https://claude.com/solutions/teachers) ↗ (US K-12).</Note>                                                                                                                        |

## Capabilities

Both integrations use these Knowledge Graph tools to make curriculum planning, lesson development, and standards alignment more efficient:

| Capability                                 | Description                                                                                                                                 |
| :----------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------ |
| `find_standard_statement`                  | Look up standards codes relevant to your state                                                                                              |
| `find_learning_components_from_standard`   | Break broad standards down into specific teachable skills to target where students are struggling and to create focused practice activities |
| `find_standards_progression_from_standard` | Identify the sequence of standards for a student's learning journey                                                                         |

## Steps

<Tabs>
  <Tab title="ChatGPT plugin">
    <Steps>
      <Step title="Add the Learning Commons plugin">
        Search for **Learning Commons** in the ChatGPT plugin library and add it to your account.

        The plugin is included in OpenAI's K-12 Educator plugin experience for [ChatGPT for Teachers](https://chatgpt.com/plans/k12-teachers/) ↗ (US K-12) and ChatGPT Education. Individual ChatGPT users may also be able to add it depending on their plan and available plugin settings.

        <Frame>
          <img src="https://mintcdn.com/czi-60a2a443/phhK323Z3-_0Shjq/images/kg/chatgpt.png?fit=max&auto=format&n=phhK323Z3-_0Shjq&q=85&s=333226931f57996a65f8e9c3e6d57861" alt="Learning Commons ChatGPT plugin" width="1660" height="2160" data-path="images/kg/chatgpt.png" />
        </Frame>
      </Step>

      <Step title="Choose a standard">
        Ask ChatGPT to focus on a particular standard code (e.g., `5.NBT.A.2` or
        `RL.4.1`).
      </Step>

      <Step title="Generate the content you need">
        Lesson ideas:

        <ul>
          <li>"I'm a teacher in Utah. Generate 3 project ideas that address standard 3.W\.1."</li>
          <li>"Create a hands-on activity for my 5th graders that covers 5.NF.B.6 in Maine."</li>
        </ul>

        Assessment questions:

        <ul>
          <li>"Today in class, we will be covering the Texas standard 111.40.c.3.F. Create an exit ticket for my students."</li>
          <li>"Make a quick formative assessment for California standard 3.MD.C.7."</li>
        </ul>

        Ways to support struggling students:

        <ul>
          <li>"I am a 4th-grade teacher in California. A student in my new class is struggling with the concepts related to 4.OA.A.3. Which prior standards should I focus on with them?"</li>
          <li>"What foundational skills should a student master before we tackle North Carolina Standard NC.6.RP.1?"</li>
        </ul>

        Extra practice questions:

        <ul>
          <li>"I am an 8th-grade teacher in Maryland. Create extra practice problems to address the Learning Components of 8.F.B.4."</li>
        </ul>
      </Step>
    </Steps>
  </Tab>

  <Tab title="Claude connector">
    <Steps>
      <Step title="Enable the Claude connector">
        Set up the [Knowledge Graph integration in Claude](https://claude.ai/directory/6e94f5fc-5dc8-4f0a-9fcf-741bcab4e034) ↗ from the Claude connector directory.

        <Frame>
          <img src="https://mintcdn.com/czi-60a2a443/phhK323Z3-_0Shjq/images/kg/claude.png?fit=max&auto=format&n=phhK323Z3-_0Shjq&q=85&s=627744d08a30eff8f4a213af47ca0edb" alt="Learning Commons Claude connector" width="2162" height="1901" data-path="images/kg/claude.png" />
        </Frame>
      </Step>

      <Step title="Choose a standard">
        Ask Claude to focus on a particular standard code (e.g., `5.NBT.A.2` or
        `RL.4.1`).
      </Step>

      <Step title="Generate the content you need">
        Lesson ideas:

        <ul>
          <li>"I'm a teacher in Iowa. Generate 3 project ideas that address W\.3.4."</li>
          <li>"Create a hands-on activity for my 5th graders that covers 5.NF.B.6 in Maine."</li>
        </ul>

        Assessment questions:

        <ul>
          <li>"Today in class, we will be covering the Texas standard 111.40.c.3.F. Create an exit ticket for my students."</li>
          <li>"Make a quick formative assessment for California standard 3.MD.C.7."</li>
        </ul>

        Ways to support struggling students:

        <ul>
          <li>"I am a 4th-grade teacher in California. A student in my new class is struggling with the concepts related to 4.OA.A.3. Which prior standards should I focus on with them?"</li>
          <li>"What foundational skills should a student master before we tackle Illinois Standard 6.RP.A.1?"</li>
        </ul>

        Extra practice questions:

        <ul>
          <li>"I am an 8th-grade teacher in Maryland. Create extra practice problems to address the Learning Components of 8.F.B.4."</li>
        </ul>
      </Step>
    </Steps>
  </Tab>
</Tabs>

## Related topics

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/knowledge-graph/getting-started/quickstart">
    Get set up with ChatGPT or Claude in a few minutes.
  </Card>

  <Card title="MCP server" icon="server" href="/knowledge-graph/using-knowledge-graph/mcp-server">
    Connect agents and IDEs to Knowledge Graph data via the Model Context
    Protocol.
  </Card>
</CardGroup>
