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

# charlla

- [찰나 제품 소개](https://support.charlla.io/charllaintro/intro.md): 찰나(Charlla)는 온라인 쇼핑몰에서 자체적으로 숏폼을 게시하고 마케팅에 활용할 수 있도록 지원하는 B2B 서비스입니다. 상세페이지에 동영상을 활용한 상품 소개부터, 바로 구매 링크가 포함된 커머스 플레이어 제작까지. 찰나가 지원하는 여러 기능을 함께 사용하고, 소비자들의 찰나를 사로잡으세요.
- [자주 묻는 질문](https://support.charlla.io/charllaintro/faq.md)
- [공지사항](https://support.charlla.io/charllaintro/notice.md)
- [2026.06.01 초과 로드수 요금 인하 및 서비스 약관 개정 안내](https://support.charlla.io/charllaintro/notice/2026.06.01.md)
- [2025.05.29 ‘내 상품’ 탭 open beta 기간 과금 제외 안내](https://support.charlla.io/charllaintro/notice/2025.05.29.md)
- [2025.04.14 카페 24 리뷰 이벤트 참여 안내](https://support.charlla.io/charllaintro/notice/2025.04.14-24.md)
- [2024.06.10 재생목록 과금 시작 안내](https://support.charlla.io/charllaintro/notice/2024.06.10.md)
- [2024.05.30 재생목록 과금안내](https://support.charlla.io/charllaintro/notice/2024.05.27.md)
- [2023.09.18 통계 변경 안내](https://support.charlla.io/charllaintro/notice/2023.09.18.md)
- [2023.08.31 통계 변경 안내](https://support.charlla.io/charllaintro/notice/2023.08.30.md)
- [업데이트 소식](https://support.charlla.io/charllaintro/releasenote.md)
- [2025.8.11 상단 알림과 동영상 개별 통계 업데이트](https://support.charlla.io/charllaintro/releasenote/2025.8.11.md)
- [2025.7.28 샵 플레이어 & 재생목록 배너 추가, 순서 변경 기능 개선](https://support.charlla.io/charllaintro/releasenote/2025.7.28-and.md)
- [2025.6.26 아이폰 저전력 모드에서 재생 버튼 표시,  내 상품 메뉴 개선](https://support.charlla.io/charllaintro/releasenote/2025.6.26.md)
- [2025.5.21 업로드 개선 안내](https://support.charlla.io/charllaintro/releasenote/2025.5.21.md)
- [2025.2.3 플랜 업로드수 전체 증가, 베이직 플랜 기능 확장 안내](https://support.charlla.io/charllaintro/releasenote/2025.2.3.md)
- [2024.12.26 재생목록 탭 위치 변경, 태그 일괄수정 기능 추가 안내 업데이트 안내](https://support.charlla.io/charllaintro/releasenote/2024.12.26.md)
- [2024.12.12 재생목록 탭 위치 변경, 태그 일괄수정 기능 추가 안내 업데이트 안내](https://support.charlla.io/charllaintro/releasenote/2024.12.12.md)
- [2024.11.15 태그 추가 개선, 카페24 연동 업데이트 안내](https://support.charlla.io/charllaintro/releasenote/2024.11.15.md)
- [2024.11.4 오디오 버튼 추가, 업로드 해상도 업데이트 안내](https://support.charlla.io/charllaintro/releasenote/2024.11.4.md)
- [2024.10.17 채우기 설정, 코드 복사 업데이트 안내](https://support.charlla.io/charllaintro/releasenote/2024.10.17.md)
- [2024.09.26 소셜 로그인 업데이트 안내](https://support.charlla.io/charllaintro/releasenote/2024.09.26.md)
- [2024.08.07 모바일 업로드 업데이트 안내](https://support.charlla.io/charllaintro/releasenote/2024.08.07.md)
- [2024.07.25 필터 업데이트 안내](https://support.charlla.io/charllaintro/releasenote/2024.07.25.md)
- [2024.04.01 재생목록 업데이트 안내](https://support.charlla.io/charllaintro/releasenote/2024.04.01.md)
- [2024.01.08 기능 업데이트 안내](https://support.charlla.io/charllaintro/releasenote/2024.01.08.md)
- [2023.09.26 플레이어 기능 업데이트 안내](https://support.charlla.io/charllaintro/releasenote/2023.09.26.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://support.charlla.io/charllaintro.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.
