# Introduction

![AngularJS with AngularJS Store](https://453439503-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LeMA39Nbdp794d86uzX%2F-LeMASE0gT0wXd1lT7r-%2F-LeMAU2iA5-E_panLpjW%2Ffavicon-with-angularjs.png?generation=1557314535247768\&alt=media)

If you heard about Flux, Redux, MobX (used for React) NgRx and NGXS (used for the latest version of Angular), those are state management pattern or library that acts as a single source of truth for web application's state. AngularJS Store is based on those popular libraries.

AngularJS Store is specially designed for AngularJS application. It will guide you to create a one way data flow in your application (Single Source of Truth). Help you manage your AngularJS application's state into a very predictable way.


---

# 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://angularjs-store.gitbook.io/docs/master.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.
