> 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/counseling-notes/connect-schedule.md).

# 일정-상담 연결하기

{% hint style="info" %}
상담일지를 관리할 때 유용한 기능에 대해서 소개해드릴게요!
{% endhint %}

## 🔗 일정-상담  간편  연결하기

* 상담일지 기록 시, 등록된 일정을 이용해 상담일지를 기록하면 간편하게 일정과 상담일지가 연결됩니다.
* 사용방법은 아래 링크를 참고해주세요.\
  [✍️ 등록 된 일정을 이용해 상담 기록하기](/intro/mobmanual/counseling-notes/write-note.md)

## 🔗 일정-상담직접 연결하기

{% hint style="warning" %}
상담일지가 기록 됐음에도 일정 정보에 연결된 상담일지 존재여부가 표시되지 않으시나요?
{% endhint %}

### 📅일정내역에서 연결하기

![](/files/auSCvOfxyFUrPChqfPVv)

{% stepper %}
{% step %}
일정 수정창 하단에 상담 연결버튼을 눌러주세요.
{% endstep %}

{% step %}
기본적으로 등록된 일정내역과 동일한 일자에 작성된 상담일지의 목록을 노출합니다. 만약 다른 날짜로 저장된 상담일지와 연결하시려면 해당 버튼을 클릭해주세요.
{% endstep %}

{% step %}
연결하고자 하는 상담일지를 확인하고 클릭해주세요.
{% endstep %}

{% step %}
상담일지를 선택했다면 “수정하기” 버튼을 눌러 연결을 해주세요.
{% endstep %}

{% step %}
일정내역에서 연결되어있는 상담내역이 있다고 표시됩니다.
{% endstep %}
{% endstepper %}

### 📋 상담내역에서 연결하기

![](/files/efEJ5tAUb7rnk5DDX6ar)

{% stepper %}
{% step %}
상담 수정창 하단에 일정연결 버튼을 눌러주세요.
{% endstep %}

{% 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/counseling-notes/connect-schedule.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.
