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

# Corrections

> Correct what EDN memory holds through the typed correction channel.

## Overview

Corrections are a typed channel for fixing what memory holds. Rather than
editing records in place, you send a correction and EDN records it as a first
class event, keeping the history traceable.

## Endpoint

<CardGroup cols={1}>
  <Card title="Ingest correction" icon="pen-to-square" href="/api-reference/ingest-correction">
    Submit a correction to EDN memory.
  </Card>
</CardGroup>

<Note>
  A fuller corrections tutorial is coming. The endpoint page documents every
  field and lets you try the call.
</Note>
