# Introduction

<div align="left"><figure><img src="https://2096029297-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fa8hQdsN7Pv00B1Pt9tuc%2Fuploads%2FF4Rh2PHWidya4YhQ9dHK%2Fno-reducer.png?alt=media&#x26;token=ea161df8-66ef-4362-aa9c-eddfa75f1cb9" alt="" width="375"><figcaption></figcaption></figure></div>

This tool is for developers who use <mark style="color:purple;">Redux</mark> to manage states but want to avoid creating reducers multiple times. With this tool, you can create states without having to create reducers. You can also perform various actions on the state tree, like inserting, replacing, updating, or removing .etc.

This library is an add-on, which means you can use it alongside your existing way of working with <mark style="color:purple;">Redux</mark>. It won't affect anything in your current workflow.


---

# 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://docs.no-reducer.com/no-reducer/introduction.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.
