# sa5-state

- [About SA5's State Lib](https://attr.sygnal.com/sa5-state/about.md): Track, store, and apply website state for a better UX.
- [Quick Start | SA5 State](https://attr.sygnal.com/sa5-state/quick-start.md): How to Setup SA5's State Library
- [State ❺🧪](https://attr.sygnal.com/sa5-state/state.md): Track, store, and apply website state for a better UX.
- [State Handlers](https://attr.sygnal.com/sa5-state/state/state-handlers.md): Underlying state handlers which MAY BE made available for system versatility
- [SA5 State Handler](https://attr.sygnal.com/sa5-state/state/state-handlers/sa5-state-handler.md)
- [MobX](https://attr.sygnal.com/sa5-state/state/state-handlers/mobx.md)
- [Redux](https://attr.sygnal.com/sa5-state/state/state-handlers/redux.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://attr.sygnal.com/sa5-state.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
