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

# 찰나 제품 소개

찰나(Charlla)는 온라인 쇼핑몰에서 자체적으로 숏폼을 게시하고 마케팅에 활용할 수 있도록 지원하는 B2B 서비스입니다. 상세페이지에 동영상을 활용한 상품 소개부터, 바로 구매 링크가 포함된 커머스 플레이어 제작까지. 찰나가 지원하는 여러 기능을 함께 사용하고, 소비자들의 찰나를 사로잡으세요.

<figure><img src="https://1296347489-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLKEFnVmIYlmffzSBEtw1%2Fuploads%2FLVTkNCVgl7jKyrhhiJxk%2Fitem.png?alt=media&amp;token=df6774ea-2d15-4b6f-a92a-cc07de03d403" alt=""><figcaption></figcaption></figure>

[찰나 소개 페이지](https://charlla.io/about)


---

# 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://support.charlla.io/charllaintro/intro.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.
