# Mastering Async/Await

### by Valeri Karpov

본 문서는 Valeri Karpov 씨의 전자책 저작물인 "Mastering Async/Await"를 당사자의 허락을 득 한 후 번역하였습니다.

원문은 별도 구매가 필요합니다. 아래 주소를 참고하세요.

<https://thecodebarbarian.com/new-ebook-mastering-async-await.html>

번역 내용에 대한 문의는 <gcback@gmail.com>


---

# 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://gcback-1.gitbook.io/mastering-async-await-by-valeri-karpov/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.
