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

# 응답내역 확인하기

{% hint style="info" %}
발송한 설문지/동의서에 대한 답변은 어디서 보는지 알려드릴게요!
{% endhint %}

## 📝 응답내역 조회하기

{% stepper %}
{% step %}
‘고객정보창 - 응답 내역’ 탭을 선택해주세요.

<figure><img src="/files/9wzF5O3AgkEXsRriEcv8" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
고객에게 발송한 설문지/동의서 목록이 노출됩니다.\
답변 내용을 조회하고자 하는 설문지/동의서를 클릭해주세요.

* `상태`
  * 발송한 설문지/동의서의 응답 내용을 조회했는지 표시됩니다.
* `응답자`
  * 응답 내역에서는 고객 정보에 등록된 전화번호로 발송된 모든 설문지/동의서가 표시되기 때문에, 응답자로 어떤 번호로 발송한 설문지/동의서였는지 구분이 가능합니다.
* `최초 조회일시/최초 조회자`
  * 이 응답 내역을 최초로 열어본 멤버가 누구인지 정보가 노출됩니다.
* `응답일시`
  * 고객이 응답을 한 시간이 언제인지 표시합니다. 아직 응답을 하지 않았다면 “-”가 표시됩니다.
    {% endstep %}

{% step %}

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

고객이 응답한 내용에 대해서 조회할 수 있어요.\
응답한 문항만 모아보거나, 응답 내역에 대한 출력도 가능합니다!
{% 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/responses.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.
