# 속도형과 기능형의 차이가 무엇인가요?

## 속도형

스킨을 속도형으로 만들었을 때 긴 로딩 없이 빠르게 로딩이 돼요.\
속도가 빠르지만 파워기능등 노출 제한이 있을 수 있어요.

## 기능형

스킨을 기능형으로 만들었을 때 스크립트 액션을 통해 많은 상품 노출이 가능하며\
다양한 컨텐츠도 노출이 가능하지만 속도에 제한이 있을 수 있어요.


---

# 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://help.makeshop.co.kr/faq/mobile/undefined-2/undefined-9.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.
