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

# J:Log

## J:Log

**지식은 기억보다 기록에 남는다.**

문제를 해결한 과정과 배운 것을 짧게 기록합니다.\
다시 필요할 때 바로 꺼내 쓰려고 씁니다.

<a href="https://github.com/JJH0204/" class="button secondary">GitHub 바로가기</a>

### 주제별 링크(기존 주소)

<table data-view="cards"><thead><tr><th>Topic</th><th data-type="content-ref"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><i class="fa-folder-open">:folder-open:</i><strong>Projects</strong><br>프로젝트 기록과 회고</td><td><a href="https://krjaeh0.gitbook.io/j-log/projects">https://krjaeh0.gitbook.io/j-log/projects</a></td><td></td></tr><tr><td><i class="fa-gamepad">:gamepad:</i><strong>GameDev</strong><br>게임 개발 관련 기록</td><td><a href="https://krjaeh0.gitbook.io/j-log/gamedev">https://krjaeh0.gitbook.io/j-log/gamedev</a></td><td></td></tr><tr><td><i class="fa-code">:code:</i><strong>Programming</strong><br>언어/CS/구현 메모</td><td><a href="https://krjaeh0.gitbook.io/j-log/programming">https://krjaeh0.gitbook.io/j-log/programming</a></td><td></td></tr><tr><td><i class="fa-shield-halved">:shield-halved:</i><strong>Security</strong><br>보안 학습과 실험</td><td><a href="https://krjaeh0.gitbook.io/j-log/security">https://krjaeh0.gitbook.io/j-log/security</a></td><td></td></tr><tr><td><i class="fa-globe">:globe:</i><strong>Network</strong><br>네트워크 기본원리/보안/서비스</td><td><a href="https://krjaeh0.gitbook.io/j-log/network">https://krjaeh0.gitbook.io/j-log/network</a></td><td></td></tr><tr><td><i class="fa-screwdriver-wrench">:screwdriver-wrench:</i><strong>DevTool</strong><br>개발 도구/워크플로우</td><td><a href="https://krjaeh0.gitbook.io/j-log/devtool">https://krjaeh0.gitbook.io/j-log/devtool</a></td><td></td></tr><tr><td><i class="fa-cloud-word">:cloud-word:</i><strong>Cloud</strong><br>리눅스 사용/트러블슈팅/클라우드</td><td><a href="https://krjaeh0.gitbook.io/j-log/cloud">https://krjaeh0.gitbook.io/j-log/cloud</a></td><td></td></tr><tr><td><i class="fa-database">:database:</i><strong>Database</strong><br>DB 설계/쿼리/운영</td><td><a href="https://krjaeh0.gitbook.io/j-log/database">https://krjaeh0.gitbook.io/j-log/database</a></td><td><a href="https://krjaeh0.gitbook.io/j-log/daylog">https://krjaeh0.gitbook.io/j-log/daylog</a></td></tr><tr><td><i class="fa-book-open-lines">:book-open-lines:</i><strong>DayReport</strong><br>일일 작업 기록</td><td><a href="https://krjaeh0.gitbook.io/j-log/daylog">https://krjaeh0.gitbook.io/j-log/daylog</a></td><td></td></tr></tbody></table>


---

# 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://krjaeh0.gitbook.io/j-log/readme.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.
