# 插件

- [Rematch Select](https://rematch.gitbook.io/handbook/cha-jian/untitled.md): 给Rematch使用的selectors插件
- [Rematch Loading](https://rematch.gitbook.io/handbook/cha-jian/rematch-loading.md)
- [Rematch Persist](https://rematch.gitbook.io/handbook/cha-jian/rematch-persist.md): 当前 Rematch 依赖 Redux-Persist v5 版本插件。
- [Rematch Updated](https://rematch.gitbook.io/handbook/cha-jian/rematch-updated.md)
- [React Navigation](https://rematch.gitbook.io/handbook/cha-jian/react-navigation.md)
- [Rematch Immer](https://rematch.gitbook.io/handbook/cha-jian/rematch-immer.md): 给 Rematch 使用的 Immer 插件。在 immer 库上提供不可变能力。


---

# 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://rematch.gitbook.io/handbook/cha-jian.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.
