> 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/qshop/get_started/setup/template.md).

# 템플릿으로 시작하기

큐샵에서는 사이트 제작에 도움을 드리기 위해 템플릿을 제공하고 있습니다. 템플릿은 큐샵의 기능으로 제작이 된 완성 된 예시 사이트로 이를 바탕으로 보다 쉽고 빠르게 사이트 디자인을 하실 수 있습니다.

{% hint style="info" %}
템플릿을 통한 사이트 제작은 회원만 가능합니다.
{% endhint %}

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

1. 큐샵 회원 가입 및 로그인을 합니다. ([회원 가입하기](/customer_support/qshop/get_started/setup.md#id-1))
2. 큐샵 홈페이지 오른쪽 위 마이사이트로 이동합니다.
3. \[**사이트 생성하기**] 버튼을 클릭합니다. ([사이트 생성하기](/customer_support/qshop/get_started/setup.md#id-2))

{% hint style="info" %}
템플릿 페이지로 바로 이동하여 사이트를 생성 할 수 있습니다.
{% endhint %}

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

4. 왼쪽 카테고리 또는 템플릿 리스트의 여러 템플릿을 확인 후 템플릿을 선택합니다.

{% hint style="info" %}
클릭 시 템플릿의 디자인을 확인할 수 있습니다.
{% endhint %}

5. 선택한 템플릿 가운데 아래 \[**이 템플릿으로 생성하기**] 버튼을 클릭합니다.&#x20;

   <figure><img src="/files/gK6yNybpiaTL4Sz97w5r" alt=""><figcaption></figcaption></figure>
6. 사이트 이름, 사이트 URL을 입력합니다.

   <figure><img src="/files/qEouGrELnKsykWcI1N14" alt=""><figcaption></figcaption></figure>
7. 사이트 개설이 완료되었습니다. \
   에디터를 활용하여, 사이트 디자인을 할 수 있습니다 ([상점 디자인하기](/customer_support/guide/design.md))


---

# 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/qshop/get_started/setup/template.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.
