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

# 문의양식 가림막 기능 이용하기

가림막 기능은 모든 플랜에서 이용할 수 있어요. \
단, 페이지를 지정해서 가림막을 사용하는 기능은 Pro Plan에서만 제공됩니다.&#x20;

1. **어느 페이지를 가릴 것인지 지정합니다.**
   1. 문의양식을 입력하는 폼을 띄울 페이지를 지정합니다. \
      예를 들어, 1페이지로 지정하면 뷰어에 접속하자마자 폼이 노출됩니다. \
      5페이지로 지정하면 1-4페이지까지는 폼 입력 없이 읽을 수 있다가 5페이지에서 폼이 등장하게 됩니다. \ <br>
2. **1번에서 선택한 페이지'만' 가릴 것인지, 그 페이지 '이후 모두' 가릴 것인지 지정합니다.**&#x20;

   1. 특정 페이&#xC9C0;**'만'** 가리기 옵션을 선택하면, 그 페이지를 제외한 다른 페이지들은 별도의 폼 입력 없이도 열람할 수 있으며, 해당 페이지 이후 페이지로도 자유롭게 이동할 수 있습니다.&#x20;
   2. 특정 페이지 **'이후 모두'** 가리기 옵션을 선택하면, 해당 페이지 뒷 페이지로 페이지 이동이 제한되며 폼 입력을 한 사람만 이후 콘텐츠를 열람할 수 있게 됩니다. &#x20;

<figure><img src="/files/toOeM66zVkHAobCC8d2E" 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://salesclue.gitbook.io/guide/features/cta/undefined.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.
