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