> For the complete documentation index, see [llms.txt](https://sangdamtoday.gitbook.io/intro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sangdamtoday.gitbook.io/intro/pcmanual/schedules/overview.md).

# 일정 자세히 알아보기

{% hint style="info" %}
오늘상담에서 등록 가능한 일정 종류에 대해서 알아볼까요?
{% endhint %}

## 🗓️ 일정 종류

### 👨‍👩‍👦‍👦 고객 일정

![](/files/rhTRyNvA6YktXZ33Ij2w)

* 고객 일정은 고객의 예약, 당일 방문 등 고객에 관련된 일정을 등록할 수 있어요.
* 고객 일정은 현황판과 고객정보창에서 기록 가능해요.

### 🏠 기타 일정

![](/files/RQ14KRnOcpqZQuwwub7n)

* 기타 일정은 고객 일정 외에 센터 내부 운영에 필요한 일정을 관리할 때 사용하는 기능이에요.
* 직원 휴무, 내부 회의, 센터 이벤트 일정 등을 기록할 수 있습니다.
* 기타 일정은 현황판에서만 기록 및 확인이 가능해요.

### 🔃 반복 일정

![](/files/pizmqb8lnHzYhhmHV3n5)

* 반복 일정 은 동일한 일정 내용을 여러 날짜에 등록할 수 있는 기능입니다.


---

# 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://sangdamtoday.gitbook.io/intro/pcmanual/schedules/overview.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.
