# 구글 스프레드 시트

{% hint style="info" %}
사용자의 전화번호, 이메일 등의 리드를 수집하는 방법을 알려드려요!
{% endhint %}

### 구글 스프레드시트에 데이터 입력하기

Elements 중에서 Form(폼)을 화면에 추가하고, 화면 우측 Logic 탭에 들어가주세요.

<figure><img src="https://www.waveon.io/_ipx/f_webp/static/img/guide/spreadsheet-form-result-select.png" alt=""><figcaption></figcaption></figure>

Result에서 “구글 시트로 폼 데이터 전송”을 선택해주세요.

<figure><img src="https://static.waveon.io/img/guide/spreadsheet-send-form-data.png" alt=""><figcaption></figcaption></figure>

Sign in to Google Sheets 버튼을 눌러서 구글 스프레드시트의 사용 권한을 설정해주세요.

<figure><img src="https://www.waveon.io/_ipx/f_webp/static/img/guide/spreadsheet-form-sheet-select.png" alt=""><figcaption></figcaption></figure>

구글 스프레드 시트 계정을 선택한 다음 아래에서 데이터가 입력될 구글 스프레드 시트를 선택해 주세요.

이제 고객이 데이터를 입력하면 폼 내용이 해당 스프레드시트 1행의 각 셀에 나란하게 입력돼요.


---

# Agent Instructions: 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:

```
GET https://docs.waveon.io/user-data/spreadsheet.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
