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

# 설문지/동의서 응답내역 확인하기

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

설문지,동의서는 메세지를 통해 발송되며, 메세지 기능은 PC에서 이용 가능합니다!
{% endhint %}

## 👁️‍🗨️ 응답내역 확인하기

![](/files/1VEPCe7a2wDYr8Z8RkUa)

{% stepper %}
{% step %}
고객정보창 - 응답내역 에 들어가면, 고객에게 보낸 설문지/동의서가 확인됩니다.
{% endstep %}

{% 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/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.
