> For the complete documentation index, see [llms.txt](https://help.qshop.ai/customer_support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.qshop.ai/customer_support/guide/design/editor/contents/button/googleform.md).

# 구글 폼

구글 폼은 구글에서 제공하는 설문조사 툴입니다.

폼 생성이 쉽고, 구글에서 제공하는 구글독스, 스프레드시트, 슬라이드 등 다른 앱과 연동하여 사용을 할 수 있습니다.

1\. 구글 로그인 후[ google forms](https://docs.google.com/forms/u/0/)에 접속합니다.

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

2\. 빈 양식 버튼을 클릭 하여 새로운 양식 폼을 생성합니다.

{% hint style="info" %}
이미 생성 된 양식이 있다면 생성 된 설문을 클릭합니다.
{% endhint %}

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

3\. 생성이 된 설문 오른쪽 위 **\[보내기]**&#xBC84;튼을 클릭합니다.

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

4\. 전송용 앱 탭의 링크 탭으로 이동하여 **\[복사]**&#xBC84;튼을 클릭합니다.

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

5\. 구글 폼 설정에 위에서 복사한 URL을 붙여넣습니다.

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

6\. 폼 내용이 모두 보이도록 블록의 크기를 조절합니다.

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


---

# 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://help.qshop.ai/customer_support/guide/design/editor/contents/button/googleform.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.
