> For the complete documentation index, see [llms.txt](https://salesclue.gitbook.io/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://salesclue.gitbook.io/guide/features/cta.md).

# 파일 내 버튼/문의양식 설정하기

### 버튼 & 문의양식

세일즈클루에서 간단하게 PDF 자료에 CTA(Call-to-action)를 더할 수 있어요.

* **버튼**은 독자를 외부 링크로 연결시킬 수 있는 기능입니다. 버튼을 누르면, 새 탭에서 지정해두신 링크가 열려요.\
  \*버튼은 하나의 파일 안에서도 **여러 페이지에 각각 추가**할 수 있습니다.

<div align="center"><figure><img src="/files/EcYWVZkluHvHLwM6r1Yb" alt=""><figcaption></figcaption></figure></div>

* **문의양식**은 독자가 폼을 제출하도록 할 수 있는 기능입니다. (아래처럼!)\
  \* 단, “문의 양식”은 전체 파일 중 **딱 한 페이지에서만** 받을 수 있습니다.

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

### 어디에서 설정하나요?&#x20;

원하는 PDF의 PDF 설정 > 문의양식 & 가림막 더하기 메뉴에서 설정하실 수 있습니다.&#x20;

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

### **버튼을 클릭해본 사람이 있는지 알 수 있나요?**&#x20;

네, 개별 열람마다 어떤 페이지에서 버튼 클릭이 있었는지, 어떤 문의양식이 접수되었는지 모두 확인할 수 있습니다&#x20;

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

### 어떨 때 쓰면 좋을까요?

* E-book을 배포하고 그 중 일부 잠재고객을 미팅 등으로 전환하고 싶은 경우
* 자료를 소셜미디어 광고에 활용할 때, 자료에서 바로 리드 수집을 하고 싶은 경우

등, 고객이 소개자료를 보고 있는 그 순간에 다음단계로 전환되기를 바란다면 활용해보세요!


---

# 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://salesclue.gitbook.io/guide/features/cta.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.
