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

# 탈리

탈리(Tally)는 무료 양식 및 설문 조사를 만들 수 있는 폼(Form) 빌더로, 쉽고 간단한 편집 과정을 통해 \
깔끔한 폼 양식을 생성할 수 있는 장점을 가지고 있습니다.

{% hint style="info" %}
일부 기능 사용을 위해서는 탈리 서비스 결제가 필요합니다.
{% endhint %}

1\. [탈리(Tally)](https://tally.so/)에 접속한 후 회원가입 또는 로그인을 합니다.

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

2\. My Workspaces 페이지로 이동하여, 오른쪽 위 **\[+ new Form]** 버튼을 클릭합니다.

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

3\. 가운데 **\[Press Enter to start from scratch]** 버튼을 클릭합니다.

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

4\. 폼 제목을 입력하고, 폼 양식 추가를 위해 **\[+]** 버튼을 클릭합니다.

<figure><img src="/files/3SLQLnmNPA2tzI1vP3KA" alt=""><figcaption></figcaption></figure>

5\. 원하는 양식을 선택한 후 오른쪽 위 **\[Insert]** 버튼을 클릭하여 추가합니다.

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

6\. **\[Type a question]** 영역에 폼을 통해 받고자 하는 질문을 작성합니다.

<figure><img src="/files/0nV3pi8VF4mNGKft4SV1" alt=""><figcaption></figcaption></figure>

7\. 항목의 왼쪽 **\[⁝⁝]** 버튼을 클릭 후 드래그하여 순서를 변경하거나, 클릭 후 폼에 대한 설정을 할 수 있습니다.

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

8\. 위 5번 \~ 7번 과정을 반복하여, 폼을 완성합니다.

9\. 폼 구성을 마치셨다면 **\[Submit]** 버튼을 클릭하여, 버튼의 문구를 변경한 후 \
오른쪽 위 **\[Publish]** 버튼을 클릭하여 생성한 폼을 저장합니다.

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

10\. Share Link 의 **\[Copy]**&#xBC84;튼을 클릭하여 ULR을 복사합니다.

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

11\. 탈리 블록의 상세 설정에 들어간 후 위에서 복사한 URL을 붙여넣습니다.

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

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

<figure><img src="/files/ewMXI4ZsDOD1La88eoon" 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/tally.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.
