# CONCEPTS

- [STORE](https://www.ngxs.io/master/concepts/store.md)
- [Store Schematics](https://www.ngxs.io/master/concepts/store/schematics.md)
- [Store Options](https://www.ngxs.io/master/concepts/store/options.md)
- [Error Handling](https://www.ngxs.io/master/concepts/store/error-handling.md)
- [Meta Reducers](https://www.ngxs.io/master/concepts/store/meta-reducer.md)
- [ACTIONS](https://www.ngxs.io/master/concepts/actions.md)
- [Action Schematics](https://www.ngxs.io/master/concepts/actions/schematics.md)
- [Actions Life Cycle](https://www.ngxs.io/master/concepts/actions/actions-life-cycle.md)
- [Actions Stream](https://www.ngxs.io/master/concepts/actions/actions-stream.md)
- [Cancellation](https://www.ngxs.io/master/concepts/actions/cancellation.md)
- [Dynamic Action Handlers](https://www.ngxs.io/master/concepts/actions/dynamic-action-handlers.md)
- [Monitoring Unhandled Actions](https://www.ngxs.io/master/concepts/actions/monitoring-unhandled-actions.md)
- [STATE](https://www.ngxs.io/master/concepts/state.md)
- [State Schematics](https://www.ngxs.io/master/concepts/state/schematics.md)
- [Life-cycle](https://www.ngxs.io/master/concepts/state/life-cycle.md)
- [Composition](https://www.ngxs.io/master/concepts/state/composition.md)
- [Lazy Loading](https://www.ngxs.io/master/concepts/state/lazy.md)
- [State Operators](https://www.ngxs.io/master/concepts/state/operators.md)
- [Custom State Operators](https://www.ngxs.io/master/concepts/state/operators-1.md)
- [Shared State](https://www.ngxs.io/master/concepts/state/shared-state.md)
- [State Token](https://www.ngxs.io/master/concepts/state/token.md)
- [Immutability Helpers](https://www.ngxs.io/master/concepts/state/immutability-helpers.md)
- [Error Handling](https://www.ngxs.io/master/concepts/state/error-handling.md)
- [Sub States](https://www.ngxs.io/master/concepts/state/sub-states.md)
- [SELECT](https://www.ngxs.io/master/concepts/select.md)
- [Mapped Sub States](https://www.ngxs.io/master/concepts/select/mapped-sub-states.md)
- [Optimizing Selectors](https://www.ngxs.io/master/concepts/select/optimizing-selectors.md)
- [Type-Safe Selectors](https://www.ngxs.io/master/concepts/select/type-safe-selectors.md)
- [Selector Utils](https://www.ngxs.io/master/concepts/select/selector-utils.md)
- [Error Handling](https://www.ngxs.io/master/concepts/select/error-handling.md)
- [Signals](https://www.ngxs.io/master/concepts/select/signals.md)
- [Select Decorator](https://www.ngxs.io/master/concepts/select/select-decorator.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://www.ngxs.io/master/concepts.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.
