> For the complete documentation index, see [llms.txt](https://docs.wrks.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wrks.ai/admin-guide/video-guide.md).

# 유튜브 매뉴얼

{% hint style="success" %}
**웍스AI 기업용 생성형 AI 업무지원시스템 소개서** 다운받기: [**링크**](https://bit.ly/wrkslead)
{% endhint %}

**웍스AI의 기업용 버전**인 '웍스AI 엔터프라이즈' **이용 방법**을 안내드립니다. 이 매뉴얼은 우선 **기업 관리자**를 위한 **서비스 사내 도입 가이드**입니다. 일반 **사용자들(직원들)을 위한 매뉴얼**은 [**여기**](https://docs.wrks.ai/user-guide)에 준비되어 있습니다.

## 1. 기업계정 가입부터 기본 대화 시작까지 (8분)

{% embed url="<https://www.youtube.com/watch?v=K94-WekQnjw>" %}

## 2. 주요 비서와의 대화 방법과 활용 사례 (6분)

{% embed url="<https://youtu.be/Bp4yFXtFpoY>" %}

## 3. 기업 관리자 이용 방법 (40분) - 실제 고객사(IGAWorks) 도입 교육

{% embed url="<https://www.youtube.com/watch?v=7Hl1qeLJHCE>" %}


---

# 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://docs.wrks.ai/admin-guide/video-guide.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.
