# API Reference

- [Store](/foxstore/api-reference/store.md): Wrapper of Dispatcher that have its own state which it can manage and share.
- [Handlers](/foxstore/api-reference/handlers.md)
- [Store options](/foxstore/api-reference/store-options.md): Configuration of Store
- [Logging options](/foxstore/api-reference/store-options/logging-options.md): Configuration of logging
- [Saver](/foxstore/api-reference/store-options/saver.md): One of the most popular problem of state is saving it. On Frontend it is saving to any Storage or sending data to server. So I decided to offer you an API which allows to control saving of Store.
- [Dispatcher Options](/foxstore/api-reference/store-options/dispatcher-options.md)
