# 일정 관리

* 진행 중인 일정부터 다가오는 일정까지, 현재와 가까운 날짜 순으로 최대 3개가 자동으로 보여집니다.
* 일정은 진행 중 (open) / 예정된 (soon), (d-n) / 지난 (closed) 상태로 분류됩니다.
* 일정 내용과 관련된 사이트로 바로 접속하게 연결할 수도 있습니다.
* 입력한 기간에 따라 진행/예정된 일정과 지난 일정이 자동으로 분류됩니다.&#x20;
* 종료된 일정도 날짜만 수정하여 다시 사용할 수 있습니다.
* 각 링크의 공개/숨김 일정과 연동되는 기능도 추후 업데이트 됩니다.


---

# 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://abz.gitbook.io/inpocklink/guide/manage/schedule.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.
