> For the complete documentation index, see [llms.txt](https://redux-actions.js.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://redux-actions.js.org/introduction/motivation.md).

# Motivation

Redux has made data store mutations predictable, but it has also made them verbose. This tool was made with that in mind. Abundance of boilerplate can be painful to write and read. Keeping track of action string constants in your action creators and reducers can be overwhelming for beginners. `redux-actions` is the utility belt for [FSA](https://github.com/redux-utilities/flux-standard-action)-compliant actions in Redux. With helpers for both handling and creating actions it makes working with an FSA in Redux easier for everyone.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://redux-actions.js.org/introduction/motivation.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.
