# ARCHITECTURE

- [객체지향과 절차지향](https://incheol-jung.gitbook.io/docs/q-and-a/architecture/undefined.md): 객체지향과 절차지향의 차이에 대해 알아보자
- [상속보단 합성](https://incheol-jung.gitbook.io/docs/q-and-a/architecture/undefined-2.md): 상속과 합성에 대해 알아보자
- [SOLID 원칙](https://incheol-jung.gitbook.io/docs/q-and-a/architecture/solid.md): SOLID 원칙에 대해 설명하시오
- [캡슐화](https://incheol-jung.gitbook.io/docs/q-and-a/architecture/undefined-1.md): 캡슐화에 대해 알아보자
- [DDD(Domain Driven Design)](https://incheol-jung.gitbook.io/docs/q-and-a/architecture/ddd.md): Domain Driven Design에 대해 알아보자


---

# 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://incheol-jung.gitbook.io/docs/q-and-a/architecture.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.
