# Redux Resource

## Redux Resource

- [Home](https://redux-resource.js.org/master.md)
- [Introduction](https://redux-resource.js.org/introduction.md)
- [Motivation](https://redux-resource.js.org/introduction/motivation.md)
- [Core Concepts](https://redux-resource.js.org/introduction/core-concepts.md)
- [Similar Projects](https://redux-resource.js.org/introduction/similar-projects.md)
- [Examples](https://redux-resource.js.org/introduction/examples.md)
- [Resources](https://redux-resource.js.org/resources.md)
- [Resource Reducers](https://redux-resource.js.org/resources/resource-reducers.md)
- [Resource Objects](https://redux-resource.js.org/resources/resource-objects.md)
- [Meta](https://redux-resource.js.org/resources/meta.md)
- [Lists](https://redux-resource.js.org/resources/lists.md)
- [Modifying Resources](https://redux-resource.js.org/resources/modifying-resources.md)
- [Requests](https://redux-resource.js.org/requests.md)
- [Request Objects](https://redux-resource.js.org/requests/request-objects.md)
- [Keys](https://redux-resource.js.org/requests/request-keys.md)
- [Names](https://redux-resource.js.org/requests/request-names.md)
- [Statuses](https://redux-resource.js.org/requests/request-statuses.md)
- [Request Actions](https://redux-resource.js.org/requests/request-actions.md)
- [Updating Lists](https://redux-resource.js.org/requests/request-actions/updating-lists.md)
- [Reading Resources](https://redux-resource.js.org/requests/request-actions/reading-resources.md)
- [Updating Resources](https://redux-resource.js.org/requests/request-actions/updating-resources.md)
- [Creating Resources](https://redux-resource.js.org/requests/request-actions/creating-resources.md)
- [Deleting Resources](https://redux-resource.js.org/requests/request-actions/deleting-resources.md)
- [Other Guides](https://redux-resource.js.org/other-guides.md)
- [Usage With React](https://redux-resource.js.org/other-guides/usage-with-react.md)
- [Tracking Request Statuses](https://redux-resource.js.org/other-guides/tracking-request-statuses.md)
- [Using Request Statuses](https://redux-resource.js.org/other-guides/using-request-statuses.md)
- [Custom Action Types](https://redux-resource.js.org/other-guides/custom-action-types.md)
- [Migration Guides](https://redux-resource.js.org/other-guides/migration-guides.md)
- [Recipes](https://redux-resource.js.org/recipes.md)
- [Forms](https://redux-resource.js.org/recipes/forms.md)
- [Canceling Requests](https://redux-resource.js.org/recipes/canceling-requests.md)
- [Unauthorized Responses](https://redux-resource.js.org/recipes/unauthorized-responses.md)
- [User Feedback](https://redux-resource.js.org/recipes/user-feedback.md)
- [Related Resources](https://redux-resource.js.org/recipes/related-resources.md)
- [Caching](https://redux-resource.js.org/recipes/caching.md)
- [Ecosystem Extras](https://redux-resource.js.org/extras.md)
- [Redux Resource Action Creators](https://redux-resource.js.org/extras/redux-resource-action-creators.md)
- [Redux Resource XHR](https://redux-resource.js.org/extras/redux-resource-xhr.md)
- [Redux Resource Prop Types](https://redux-resource.js.org/extras/redux-resource-prop-types.md)
- [Redux Resource Plugins](https://redux-resource.js.org/extras/redux-resource-plugins.md)
- [HTTP Status Codes](https://redux-resource.js.org/extras/redux-resource-plugins/http-status-codes-plugin.md)
- [Selection](https://redux-resource.js.org/extras/redux-resource-plugins/selection-plugin.md)
- [Reset](https://redux-resource.js.org/extras/redux-resource-plugins/reset-plugin.md)
- [Included Resources](https://redux-resource.js.org/extras/redux-resource-plugins/included-resources-plugin.md)
- [FAQ](https://redux-resource.js.org/faq.md)
- [General](https://redux-resource.js.org/faq/general.md)
- [State Tree](https://redux-resource.js.org/faq/state-tree.md)
- [Actions](https://redux-resource.js.org/faq/actions.md)
- [Lists](https://redux-resource.js.org/faq/lists.md)
- [API Reference](https://redux-resource.js.org/api-reference.md)
- [resourceReducer](https://redux-resource.js.org/api-reference/resource-reducer.md)
- [getStatus](https://redux-resource.js.org/api-reference/get-status.md)
- [getResources](https://redux-resource.js.org/api-reference/get-resources.md)
- [upsertResources](https://redux-resource.js.org/api-reference/upsert-resources.md)
- [setResourceMeta](https://redux-resource.js.org/api-reference/set-resource-meta.md)
- [actionTypes](https://redux-resource.js.org/api-reference/action-types.md)
- [requestStatuses](https://redux-resource.js.org/api-reference/request-statuses.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://redux-resource.js.org/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.
