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

# BOOK

- [헤드퍼스트 디자인 패턴](https://devlee.gitbook.io/docs/book/undefined.md): 헤드퍼스트 디자인 패턴 책을 읽고 정리한 내용입니다.
- [전략 패턴(Strategy Pattern)](https://devlee.gitbook.io/docs/book/undefined/strategy-pattern.md): 전략 패턴에 대해 알아봅시다.
- [옵저버 패턴(Observer Pattern)](https://devlee.gitbook.io/docs/book/undefined/observer-pattern.md): 옵저버 패턴에 대해 알아봅시다.
- [커맨드 패턴(Command Pattern)](https://devlee.gitbook.io/docs/book/undefined/command-pattern.md): 커맨드 패턴에 대해 알아봅니다.
- [데코레이터 패턴(Decorator Pattern)](https://devlee.gitbook.io/docs/book/undefined/decorator-pattern.md): 데코레이터 패턴에 대해 알아봅니다.
- [자바의 정석](https://devlee.gitbook.io/docs/book/undefined-1.md): 남궁성님의 자바의 정석을 읽고 정리한 글입니다.
- [Chapter 14. Lambda & Stream](https://devlee.gitbook.io/docs/book/undefined-1/chapter-14.-lambda-and-stream.md): 람다와 스트림에 대해 다룹니다.
- [함께 자라기](https://devlee.gitbook.io/docs/book/undefined-2.md): 김창준님의 함께 자라기를 읽고 정리한 글입니다.
- [자라기](https://devlee.gitbook.io/docs/book/undefined-2/undefined.md): 자라기 파트를 읽고 정리한 글입니다.


---

# 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://devlee.gitbook.io/docs/book.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.
