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

# 전체 설문지 내역 조회하기

{% hint style="info" %}
이제 설문 데이터를 고객별로 하나씩 열어보지 않아도,\
조회메뉴에서 기간별로 한 번에 확인하고 엑셀로 내보낼 수 있어요!
{% endhint %}

## 🔍 설문지 내역 조회하기

{% stepper %}
{% step %}
![](/files/ySfIjSxUQXWYpCGfiAFY)

화면 상단의 ‘조회’ 탭을 클릭한 후, ‘설문지 내역’ 메뉴를 클릭해주세요.

{% endstep %}

{% step %}
![](/files/eqjbzZpCQD6jjoXwmyNX)

설문지를 선택해주세요 (필수)

* 동의서/설문지 관리하기 메뉴에 생성 된 양식 중 ‘설문지’만 불러옵니다.
* 사용여부와 상관없이 모든 설문지 내역의 응답내역을 조회할 수 있습니다.
* 검색 기능을 이용해, 조회를 원하는 설문지를 빠르게 찾을 수 있어요!
  {% endstep %}

{% step %}
![](/files/AaAM6ZSQpnTCuAS86I4E)

조회 기간을 선택해주세요.
{% endstep %}

{% step %}
설문지와 조회기간을 선택하셨다면 \[조회하기]를 클릭한 뒤, 검색결과를 확인할 수 있습니다.
{% endstep %}
{% endstepper %}

## 👀 설문지 내역 조회결과

![](/files/uJ5hSk7Oe3urB2wzjU6t)

{% stepper %}
{% step %}
응답일자 : 작성자가 응답한 일자를 표시합니다.
{% endstep %}

{% step %}
연락처: 모바일로 발송 시 수신받은 연락처나, 새응답 시 선택한 연락처가 표기됩니다.
{% endstep %}

{% step %}
관련 고객정보: 해당 연락처가 다수의 고객정보에 저장되어있는 경우, 관련 된 고객정보를 모두 표기합니다.
{% endstep %}

{% step %}
이 후 상단 컬럼은 설문지 문항과 응답내용을 표기합니다.
{% endstep %}
{% endstepper %}

## 📤 내역 엑셀 내보내기

![](/files/zzG3jwK2pUB60a9HFw36)

{% stepper %}
{% step %}
엑셀로 내보내기를 원하는 검색결과를 개별선택하거나, 전체선택합니다.
{% endstep %}

{% step %}
\[엑셀 내보내기] 버튼이 활성화되면 클릭해주세요.

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

{% step %}
“설문지제목\_yyyymmdd(출력일).xlsx” 제목 형태의 엑셀파일이 다운로드됩니다.
{% 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/pcmanual/surveys-consents/all-surveys.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.
