> For the complete documentation index, see [llms.txt](https://junsangyu.gitbook.io/rtk-query/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://junsangyu.gitbook.io/rtk-query/master.md).

# RTK Query 공식 문서 한글 번역

[Redux Toolkit](https://redux-toolkit.js.org/) 문서에서 RTK Query 부분을 번역하는 프로젝트입니다.

개인적으로 RTK Query를 공부하기 위해서 공식 문서를 번역합니다. 오타나 오역이 있을 수 있습니다.&#x20;

번역 페이지 진행 체크리스트

* [x] RTK Query 시작하기
* [x] RTK Query 개요
* [x] 다른 라이브러리들과 비교
* [ ] 타입스크립트와 사용하기(번역이 어려워서 나중에 KEEP)
* [ ] Using RTK Query
  * [x] 쿼리
  * [ ] Mutations
  * [ ] Cache Behavior
  * [ ] Automated Re-fetching
  * [ ] Conditional Fetching
  * [ ] Error Handling
  * [ ] Pagination
  * [ ] Polling
  * [ ] Streaming Updates
  * [ ] Optimistic Updates
  * [ ] Code Splitting
  * [ ] Code Generation
  * [ ] Customizing createApi
  * [ ] Customizing Queries
  * [ ] Usage Without React Hooks
  * [ ] Migrating to RTK Query
  * [ ] Examples
* [ ] API Reference
  * [ ] createApi
  * [ ] fetchBaseQuery
  * [ ] ApiProvider
  * [ ] setupListeners
  * [ ] Generate API slices
    * [ ] API Slices Overview
    * [ ] Redux Integration
    * [ ] Endpoints
    * [ ] Code Splitting
    * [ ] Cache Management Utils
    * [ ] React Hooks


---

# 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, and the optional `goal` query parameter:

```
GET https://junsangyu.gitbook.io/rtk-query/master.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
