> For the complete documentation index, see [llms.txt](https://frissyn.gitbook.io/celeste-saves/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://frissyn.gitbook.io/celeste-saves/glossary.md).

# Glossary

Glossary for savefile specific terminology and synonyms for in-game features or concepts.

### Area

Synonym for Chapters in-game. For example an [`AreaStats`](https://github.com/frissyn/celeste-saves/blob/master/Pages/savedata.md#AreaStats) node with an ID of `1` represents the game statistics for Chapter 1, Forasken City.

### Mode

Synonym for Alternate Sides in-game. The [`Modes`](https://github.com/frissyn/celeste-saves/blob/master/Pages/savedata.md#Modes) node contains list of [`AreaModeStats`](https://github.com/frissyn/celeste-saves/blob/master/Pages/savedata.md), each representing a chapter's A, B, and C sides, if applicable.

### Poem

Synonym for the Crystal Hearts Journal in-game. The Poem element in a savefile denotes which Crystal Hearts have been obtained. See the [element documentation](https://github.com/frissyn/celeste-saves/blob/master/Pages/savedata.md#poem) or the [Topic :: Poem](https://github.com/frissyn/celeste-saves/blob/master/Pages/Topics/README.md) page for more details.
