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

# Chunk Editor

<a href="/release-notes/2025.13"><Badge className="version-badge" color="blue">Updated in 2025.13</Badge></a>

The *Chunk editor* is an interface for managing [Knowledge Chunks](/ai/agents/develop/knowledge-ai/knowledge-chunk/knowledge-chunk) and editing their content.

You can add, edit, rearrange, disable, and delete Knowledge Chunks, as well as add metadata to them. This way, you can ensure the accuracy and relevance of the knowledge you provide to your AI Agents. You can't save empty Knowledge Chunks.

To access the Chunk editor, select a Knowledge Store in **Build > Knowledge**, then a [Knowledge Source](/ai/agents/develop/knowledge-ai/knowledge-source/overview).

## Explore the Knowledge Editor

The Chunk editor includes the Knowledge Chunks in the Knowledge Source as numbered text fields. Clicking the Knowledge Chunks opens the Knowledge Chunk in a new window and displays two areas where you can edit [Knowledge Chunk texts](/ai/agents/develop/knowledge-ai/knowledge-chunk/knowledge-chunk#knowledge-chunk-text) and [Chunk metadata](/ai/agents/develop/knowledge-ai/knowledge-chunk/knowledge-chunk#chunk-metadata).

<Frame>
  <img class="image-center" src="https://mintcdn.com/cognigy-15abf2ba/kRoeN5SI_WzAukT3/_assets/ai/empower/knowledge-ai/knowledge-chunk/chunk-editor.png?fit=max&auto=format&n=kRoeN5SI_WzAukT3&q=85&s=d7d978cefdb52d62d76322e5913427c3" alt="Knowledge Chunk editor showing numbered text fields for editing Knowledge Chunks" style={{ width: 'auto' }} width="2006" height="1280" data-path="_assets/ai/empower/knowledge-ai/knowledge-chunk/chunk-editor.png" />
</Frame>

<Accordion title="Controls">
  | Button                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | Description                                                                                                                 |
  | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------- |
  | <img src="https://mintcdn.com/cognigy-15abf2ba/Aanuo4ANeXDMmSVF/_assets/icons/black-and-white/download.svg?fit=max&auto=format&n=Aanuo4ANeXDMmSVF&q=85&s=4b6f219b5da99985bd60cf7bb1f1d4e8" alt="download" width="20" height="20" data-path="_assets/icons/black-and-white/download.svg" />                                                                                  | You can download the Knowledge Source as a [CTXT file](/ai/agents/develop/knowledge-ai/knowledge-source/text-formats/ctxt). |
  | <img src="https://mintcdn.com/cognigy-15abf2ba/sIAERK2J23A3FpS0/_assets/icons/black-and-white/vertical-ellipsis.svg?fit=max&auto=format&n=sIAERK2J23A3FpS0&q=85&s=6d2d4d534ed7e5d4ea9442c1c11f87c8" alt="vertical-ellipsis" width="20" height="20" data-path="_assets/icons/black-and-white/vertical-ellipsis.svg" /> | Menu with options to edit, delete, or disable the Knowledge Chunk.                                                          |
  | <img src="https://mintcdn.com/cognigy-15abf2ba/FQ3zXISbl1jRGkQS/_assets/icons/black-and-white/collapse-arrow.svg?fit=max&auto=format&n=FQ3zXISbl1jRGkQS&q=85&s=9507a2fe7b017177202084c37186ef2a" alt="collapse-arrow" width="24" height="24" data-path="_assets/icons/black-and-white/collapse-arrow.svg" />                            | Collapses Knowledge Chunk field.                                                                                            |
  | <img src="https://mintcdn.com/cognigy-15abf2ba/I0ba9I1paCAUpGLP/_assets/icons/black-and-white/plus-sign.svg?fit=max&auto=format&n=I0ba9I1paCAUpGLP&q=85&s=4d8886f18ca8f167f2ccdbea9b1411b8" alt="plus-sign" width="12" height="12" data-path="_assets/icons/black-and-white/plus-sign.svg" />                                                                         | Adds a Knowledge Chunk.                                                                                                     |
</Accordion>

## More Information

* [Knowledge Chunk](/ai/agents/develop/knowledge-ai/knowledge-chunk/knowledge-chunk)
* [Knowledge Source](/ai/agents/develop/knowledge-ai/knowledge-source/overview)
