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

# 일정-상담 연결하기, 일지 출력하기

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

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

* 상담일지 기록 시, 등록된 일정을 이용해 상담일지를 기록하면 간편하게 일정과 상담일지가 연결됩니다.
* 사용방법은 아래 링크를 참고해주세요.

{% hint style="success" %}
링크 바로가기: [✍️ 등록된 일정을 이용해 상담 기록하기](/intro/pcmanual/counseling-notes/write-note.md#undefined)
{% endhint %}

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

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

### 🗓️ 일정내역에서 연결하기

![](/files/Oan2odJwtuopnJNWqTBb)

{% stepper %}
{% step %}
일정 정보 좌측 하단의 버튼을 클릭해주세요
{% endstep %}

{% step %}
노출된 창에서 “이 일정에 상담 연결하기” 버튼을 클릭해주세요.

![](/files/Ha5btyAOEXXkVVh327p5)
{% endstep %}

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

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

{% step %}
선택된 상담일지가 있을 경우 버튼이 활성화 됩니다.\
상담일지를 선택했다면 “연결하기” 버튼을 클릭해주세요!
{% endstep %}
{% endstepper %}

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

![](/files/c3GExozvUPsbdXTTB9tH)

{% stepper %}
{% step %}
상담일지 정보 좌측 하단의 “일정 연결” 버튼을 클릭해주세요.

![](/files/EJNY3KtfWmjrP7JM73vO)
{% endstep %}

{% step %}
기본적으로 등록된 상담내역과 동일한 일자에 등록된 일정내역의 목록을 노출합니다.\
만약 다른 날짜로 저장된 일정과 연결하시려면 “모든 내역”으로 변경해주세요.
{% endstep %}

{% step %}
연결하고자 하는 일정내역을 확인하고 클릭해주세요.
{% endstep %}

{% step %}
선택된 일정내역이 있을 경우 버튼이 활성화 됩니다.\
일정내역을 선택했다면 “연결하기” 버튼을 클릭해주세요!
{% endstep %}
{% endstepper %}

## 🖨️ 상담일지 출력하기

{% stepper %}
{% step %}
상담일지 정보 좌측 하단의 “일정 연결” 버튼을 클릭해주세요.

![](/files/Ezkhv2QS73e7S8J15GX8)
{% endstep %}

{% step %}
노출된 출력 화면에서 인쇄 버튼을 클릭해주세요.

![](/files/OLVWCgJicWfovx3NI2mf)
{% 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/pcmanual/counseling-notes/connect-print.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.
