# Introduction

![NGXF is a non-state management pattern + library for Angular](https://3405684832-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LO9nIadpngrjQA2qBpG%2F-LPeMUis9JGvQafEbTmd%2F-LPeMY7OOZgjbRf7X3fT%2F1.png?alt=media\&token=699e33d4-ad61-4e73-aefa-9267db52d949)

### ⁉️What is NGXF?

NGXF is a non-state management pattern + library for Angular. It acts as a multiple source of truth for your application's state, providing simple rules for predictable state mutations.

NGXF is modeled after the CQRS pattern popularly implemented in libraries like Redux, NGRX and NGXS but reduces boilerplate by using modern HTML features such as templates and directives.

### 👋 New to NGXF?

If you're just getting started with NGXF, I recommend you head over to the [concepts](https://ngxf.gitbook.io/platform/concepts/introduction) and then explore the rich ecosystem of examples in the [community resources](https://ngxf.gitbook.io/platform/community/faq) page.

### ❓ Need Help?

To chat with other users and contributers join us on Telegram: <https://t.me/ngSoviet>

If you think there is a bug in this library, you can open an issue on GitHub (<https://github.com/ngxf/platform/issues/new>). If possible a link to a <http://stackblitz.com> (or github) repo with a repro or a failing test would be great.

### ❤️ Giving Back

Become a [Contributor](https://ngxf.gitbook.io/platform/community/contributing).


---

# 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://ngxf.gitbook.io/platform/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.
