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

# Amethyst node graph (.ang)

<img align="right" src="https://github.com/Geoxor/amethyst/raw/master/assets/images/ang.png" alt=".ang" width="128" />

### What is it?

This is a file that stores the positions, connections, and parameter values for all nodes within a node graph.

It's realistically a serialized [JSON](https://en.wikipedia.org/wiki/JSON) file with a fancy icon and extension; it can be edited with any text editor if you fancy suffering.

<Warning>
  It is **not recommended** to manually edit `.ang` files as it may result in crashes and unexpected behavior when loading them
</Warning>
