> 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/mobmanual/schedules/create-manage.md).

# 일정 등록/관리하기

{% hint style="info" %}
일정을 체계적으로 관리하실 수 있도록 일정 등록 방법에 대해서 알려드릴게요!
{% endhint %}

## 🗓️ 현황판에서 일정 등록하기

{% hint style="success" %}
‘고객 일정’과 ‘기타 일정’ 모두 등록 방법은 동일 합니다.

어떤 종류의 일정인지만 선택해주세요!
{% endhint %}

### 방법 1️⃣ 만들기 버튼 사용하기

![](/files/x4lJHoXXxNwFJklYQfhA)

{% stepper %}
{% step %}
우측 하단에 + (만들기) 버튼을 눌러주세요.
{% endstep %}

{% step %}
노출된 메뉴 중 ‘새 일정’ 메뉴를 클릭해주세요.
{% endstep %}

{% step %}
‘새 일정’ 메뉴를 클릭하셨다면, ‘새 일정 등록창’이 노출됩니다.

일정 정보를 입력해주세요. 고객과 담당자는 필수 항목입니다.
{% endstep %}

{% step %}
모든 일정 정보가 입력되었다면 “등록하기” 버튼을 클릭해주세요.
{% endstep %}
{% endstepper %}

### 방법 2️⃣ 스케줄표 사용하기 (🌟추천)

![](/files/TAlNlClbtfVjqHac9iLk)

{% hint style="warning" %}
현황판 보기 방식이 “월별” 제외 모든 경우에 사용 가능합니다.
{% endhint %}

{% stepper %}
{% step %}
일정을 추가하고자 하는 담당자, 시간의 위치를 클릭해주세요.
{% endstep %}

{% step %}
클릭하셨다면, 화면 우측에 ‘새 일정 등록창’이 노출됩니다.

일정 정보를 입력해주세요. 고객과 담당자는 필수 항목입니다.
{% endstep %}

{% step %}
모든 일정 정보가 입력되었다면 ‘등록하기’ 버튼을 클릭해주세요.
{% endstep %}
{% endstepper %}

## 👨‍👩‍👧‍👧 고객정보창에서 일정 등록하기

![](/files/cOlxBDSD60f1bP2DQeHm)

{% stepper %}
{% step %}
우측 하단의 만들기 버튼을 클릭한 뒤 \[새 일정]버튼을 클릭해주세요.
{% endstep %}

{% step %}
‘새 일정’ 버튼을 클릭하셨다면, ‘새 일정 등록창’이 노출됩니다.

일정 정보를 입력해주세요. 고객과 담당자는 필수 항목입니다.
{% endstep %}

{% step %}
모든 일정 정보가 입력되었다면 “등록하기” 버튼을 클릭해주세요.
{% endstep %}
{% endstepper %}

## 🔁 반복일정 등록하기

![](/files/AATMLsBEWmI0uTBtfRwf)

{% stepper %}
{% step %}
하나의 반복일정 묶여있는 일정은 동일한 부서/담당자로만 설정할 수 있어요.
{% endstep %}

{% step %}
반복 일시 옆에 > 버튼을 클릭해주세요.
{% endstep %}

{% step %}
일정설정 옆 아래 버튼을 클릭해주세요.
{% endstep %}

{% step %}
반복일정들의 내용을 입력해주세요.
{% endstep %}
{% endstepper %}

반복일시 조건 설정

![](/files/tAg5uQGNLszeYmKO8vcm)

{% stepper %}
{% step %}
달력의 날짜를 선택하거나, 반복일시 조건 설정을 통해 반복일정의 날짜를 지정해주세요.
{% endstep %}

{% step %}
언제부터 반복일정을 등록할지 선택해주세요.
{% endstep %}

{% step %}
반복 주기를 선택해주세요. 매주 반복되는 일정이라면 1주로 설정해주시면 됩니다!
{% endstep %}

{% step %}
선택된 요일마다 일정이 생성됩니다. 어느 요일에 반복되는 일정인지 선택해주세요.
{% endstep %}

{% step %}
횟수로 반복할지, 기간으로 반복할지 선택할 수 있어요.
{% endstep %}

{% step %}
모든 정보가 입력됐다면 “선택하기” 버튼을 눌러주세요!
{% endstep %}
{% endstepper %}

## 🔧 일정 수정/삭제하기

![](/files/mZNAvFMUB45nsApGibWr)

{% stepper %}
{% step %}
\[일정 세부정보창] 오른쪽 상단에서 수정/삭제 버튼이 확인됩니다.
{% endstep %}

{% step %}
\[고객정보창]-\[일정 내역]에서 더보기 아이콘 클릭 후 수정하기/삭제하기가 확인됩니다.
{% endstep %}
{% endstepper %}


---

# 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/mobmanual/schedules/create-manage.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.
