> For the complete documentation index, see [llms.txt](https://jinwon-yoon.gitbook.io/jinonys-blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jinwon-yoon.gitbook.io/jinonys-blog/about-til.md).

# About TIL

### TIL(Today I Learned)를 시작하며

gitbook을 이용하여 일일 회고를 시작해보려 한다.

> *기억은 기록을 이길 수 없다.*

라는 말처럼 기록을 하여 시간이 지났을 때 뒤돌아 보며 *얼마나 성장하고 발전했는지, 무엇이 부족했는지*를 알기 위해서이다.

그날 그날의 할 일, 목표, 개선할 점, 공부한 것 들을 일기 형식으로 써보려 한다.


---

# 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://jinwon-yoon.gitbook.io/jinonys-blog/about-til.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.
