> For the complete documentation index, see [llms.txt](https://book.hajoeun.dev/friendly-next-js/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.hajoeun.dev/friendly-next-js/part-3-next.js/undefined-5.md).

# 마치며

첫 번째 강의를 기대 이상으로 좋아해 주신 덕분에 세 번째 강의까지 낼 수 있었습니다. 진심으로 감사드립니다.

올해는 새로운 강의를 내진 않을 생각입니다. 대신 [나만의 블로그 고도화하기 챕터](/friendly-next-js/part-3-next.js/undefined-4.md)를 업데이트 해나가면서 기존 강의를 리뉴얼하는 데 집중할 계획입니다. 또 [유튜브](https://www.youtube.com/@hajoeun)로 많은 분들을 만나길 바라고 있습니다. 제 일상과 배움을 나누며 함께 성장할 기회로 삼고 싶습니다.&#x20;

앞으로의 제 행보를 응원하는 마음으로 수강평 남겨주세요!

완강하느라 고생하셨습니다.


---

# 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://book.hajoeun.dev/friendly-next-js/part-3-next.js/undefined-5.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.
