> For the complete documentation index, see [llms.txt](https://malgn.gitbook.io/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://malgn.gitbook.io/cloud/operation-guide/video-services.md).

# 동영상 서비스

- [위캔디오](https://malgn.gitbook.io/cloud/operation-guide/video-services/wecandio-troubleshooting.md)
- [플레이어 생성 및 적용하기](https://malgn.gitbook.io/cloud/operation-guide/video-services/wecandio-troubleshooting/create-apply-player.md)
- [플레이어 자동 재생 설정하기](https://malgn.gitbook.io/cloud/operation-guide/video-services/wecandio-troubleshooting/player-autoplay.md)
- [챕터 기능 설정하기](https://malgn.gitbook.io/cloud/operation-guide/video-services/wecandio-troubleshooting/chapter-settings.md)
- [화면 클릭 시 재생여부 설정하기](https://malgn.gitbook.io/cloud/operation-guide/video-services/wecandio-troubleshooting/click-to-play.md)
- [기본 볼륨 설정하기](https://malgn.gitbook.io/cloud/operation-guide/video-services/wecandio-troubleshooting/default-volume.md)
- [플레이어 재생 버튼 색상 변경하기](https://malgn.gitbook.io/cloud/operation-guide/video-services/wecandio-troubleshooting/play-button-color.md)
- [워터마크 기능 설정하기](https://malgn.gitbook.io/cloud/operation-guide/video-services/wecandio-troubleshooting/watermark-settings.md)
- [manifestLoadError 오류](https://malgn.gitbook.io/cloud/operation-guide/video-services/wecandio-troubleshooting/manifest-load-error.md)
- [원본 영상 삭제 방법 (스토리지 용량 줄이기)](https://malgn.gitbook.io/cloud/operation-guide/video-services/wecandio-troubleshooting/delete-original-video.md)
- [사용량 알림 설정하기](https://malgn.gitbook.io/cloud/operation-guide/video-services/wecandio-troubleshooting/usage-alert-settings.md)
- [사용량 확인하기](https://malgn.gitbook.io/cloud/operation-guide/video-services/wecandio-troubleshooting/check-usage.md)
- [콜러스](https://malgn.gitbook.io/cloud/operation-guide/video-services/kollus.md)
- [에러코드 안내](https://malgn.gitbook.io/cloud/operation-guide/video-services/kollus/error-code-guide.md)
- [-1002 녹화 감지 차단 해결 방법](https://malgn.gitbook.io/cloud/operation-guide/video-services/kollus/error-1002-screen-recording.md)
- [중복 재생 차단 기기대수 설정하기](https://malgn.gitbook.io/cloud/operation-guide/video-services/kollus/device-limit-settings.md)
- [기기대수 초과(code : 8673, 8464, 4102)](https://malgn.gitbook.io/cloud/operation-guide/video-services/kollus/device-limit-exceeded.md)
- [콘솔에서 영상 삭제하는 방법](https://malgn.gitbook.io/cloud/operation-guide/video-services/kollus/delete-video-console.md)
- [트래픽 및 스토리지 사용량 확인하기](https://malgn.gitbook.io/cloud/operation-guide/video-services/kollus/traffic-storage-usage.md)
- [사용량 초과 이메일 알림 설정하기](https://malgn.gitbook.io/cloud/operation-guide/video-services/kollus/usage-limit-email-alerts.md)
- [storage 오류 발생 시 조치 방법](https://malgn.gitbook.io/cloud/operation-guide/video-services/kollus/storage-error-fix.md)
- [플레이어 초기화 실패했습니다 문구](https://malgn.gitbook.io/cloud/operation-guide/video-services/kollus/player-init-error.md)
- [SFTP 영상 다운로드 방법](https://malgn.gitbook.io/cloud/operation-guide/video-services/kollus/sftp-video-download.md)
- [북마크 기능 설정하기](https://malgn.gitbook.io/cloud/operation-guide/video-services/kollus/bookmark-settings.md)
- [자막 설정하기](https://malgn.gitbook.io/cloud/operation-guide/video-services/kollus/subtitle-settings.md)
- [콜러스 플레이어 수동 설치하기](https://malgn.gitbook.io/cloud/operation-guide/video-services/kollus/manual-kollus-player-install.md)
- [원본 파일 관리하기](https://malgn.gitbook.io/cloud/operation-guide/video-services/kollus/source-file-management.md)
- [방문자수 확인하기](https://malgn.gitbook.io/cloud/operation-guide/video-services/kollus/visitor-count.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://malgn.gitbook.io/cloud/operation-guide/video-services.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.
