> 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/surveys-consents/responsesview.md).

# 설문·동의서 내역 확인하기

{% hint style="info" %}
발송된 설문지·동의서 목록과 작성 완료된 설문·동의서의 답변 내용을 확인할 수 있어요!
{% endhint %}

## 📄 설문·동의서 내역 안내

> 고객에게 발송 된 설문·동의서의 진행 현황에 대해 확인해보세요.

{% stepper %}
{% step %}

### 표시 항목

<figure><img src="/files/R3C5ZOMZe5ltsCf0hivF" alt=""><figcaption></figcaption></figure>

* 유형 : 발송 및 작성된 문서의 종류를 나타내며, 설문지 또는 동의서로 구분돼요.
* 제목 : 설문·동의서의 제목을 확인할 수 있어요.
* 작성일시 : 작성 후 ‘제출하기’를 한 일시가 표시되어요.
* 작성자 : 설문·동의서에 응답한 작성자의 연락처 정보와 구분이 표시돼요.

<figure><img src="/files/BWeFWwaLloEUzgCDtwCW" alt=""><figcaption></figcaption></figure>

* 상태
  * `작성대기`
    * 메시지 발송 후 고객이 설문·동의서를 제출하기 전 상태입니다.
    * `!` 표시가있는경우, 마우스를 갖다 대면 메시지발송 특이사항을확인할 수 있어요!
  * `작성 완료`
    * 설문·동의서 작성 및 제출이 완료된 상태입니다.
    * 제출을 완료하면 ‘작성일시’에 표시돼요!
      {% endstep %}

{% step %}

### 메뉴 안내

<figure><img src="/files/ZDdL0rVr9qF6ZlqcPAWI" alt=""><figcaption></figcaption></figure>

설문·동의서 우측 더보기(⋮) 버튼을 클릭해주세요.

* 출력하기 : 설문·동의서 상세 내용을 인쇄할 있어요. 설문지는 아래와 같은 양식으로 출력되어요.

<figure><img src="/files/YtYDqeIZZY1cdJGMLeqa" alt=""><figcaption></figcaption></figure>

* 다운로드 : 설문·동의서 상세 내용을 내 PC로 다운로드(PDF) 할 수 있어요.
* 삭제하기 : 데이터가 삭제되며, 삭제 된 데이터는 복구할 수 없어요.&#x20;

<figure><img src="/files/tdTWxHjniVvoUiXXCKYA" alt=""><figcaption></figcaption></figure>

체크박스를 선택하여 여러 개의 설문·동의서를 관리할 수 있어요.
{% endstep %}
{% endstepper %}

***

## 🔍 설문·동의서 상세내용 확인

> 작성 한 설문·동의서의 상세내용을 확인해보세요.

{% stepper %}
{% step %}

### 설문지 확인하기

<figure><img src="/files/yUZIGLbv0GHKXqPAqbIz" alt=""><figcaption></figcaption></figure>

* 응답한 문항만 보기 : 체크 시, 작성이 된 문항만 볼 수 있어요.&#x20;
* 출력하기 : 제공되는 양식으로 설문지 내용을 인쇄할 수 있어요.&#x20;
* 삭제하기 : 데이터가 삭제되며, 삭제 된 데이터는 복구할 수 없어요.&#x20;
  {% endstep %}

{% step %}

### 동의서 확인하기

<figure><img src="/files/6Vf0ENQmqpJfnQJcZLj3" alt=""><figcaption></figcaption></figure>

동의서 상세 내용 확인이 가능하며, PDF로 출력, 다운로드 및 삭제가 가능해요.
{% 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/surveys-consents/responsesview.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.
