> For the complete documentation index, see [llms.txt](https://wonjoon.gitbook.io/joons-til/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wonjoon.gitbook.io/joons-til/books/the-secret-of-the-underlying-computer/3.-lower-level-memory.md).

# 3. Lower level memory

- [3.1 Memory, pointer and reference](https://wonjoon.gitbook.io/joons-til/books/the-secret-of-the-underlying-computer/3.-lower-level-memory/3.1-memory-pointer-and-reference.md): 메모리의 본질, 포인터와 참조
- [3.2 Process in memory](https://wonjoon.gitbook.io/joons-til/books/the-secret-of-the-underlying-computer/3.-lower-level-memory/3.2-process-in-memory.md): 3.2 프로세스는 메모리 안에서 어떤 모습을 하고 있을까?
- [3.3 Memory: Stack area](https://wonjoon.gitbook.io/joons-til/books/the-secret-of-the-underlying-computer/3.-lower-level-memory/3.3-memory-stack-area.md): 3.3 스택 영역: 함수 호출은 어떻게 구현될까?


---

# 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:

```
GET https://wonjoon.gitbook.io/joons-til/books/the-secret-of-the-underlying-computer/3.-lower-level-memory.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.
