# 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: 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://junsangyu.gitbook.io/rtk-query/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.
