> ## Documentation Index
> Fetch the complete documentation index at: https://mvp.open.nno.app/llms.txt
> Use this file to discover all available pages before exploring further.

# State management

# State Management

* Neutrino MVP uses [`jotai`](https://github.com/pmndrs/jotai) to manage state.
* atoms are stored in the `src/store/atoms` directory
