# 파일 목록의 AI 버튼을 이용하는 방법

### 개요

DirectCloud에서는, 생성형 AI를 활용하여 Storage에서 필요한 정보를 신속하게 찾을 수 있는 옵션 서비스인 DirectCloud AI를 제공하고 있습니다.\
DirectCloud AI가 활성화된 폴더 또는 파일을 대상으로 채팅을 시작하면, 생성형 AI가 해당 파일을 참조하여 정보를 보기 쉬운 형식으로 제시해 줍니다. 채팅에서는 질문과 답변 외에도 파일 요약, 비교, 검색 등 다양한 기능을 이용할 수 있습니다. 또한, AI 기능을 활용한 Web 검색도 가능합니다.\
DirectCloud AI가 활성화된 폴더에서는 DirectCloud AI 에디터를 사용하여 AI의 특성을 설정하거나 청크 데이터를 편집함으로써 더 정확한 답변을 얻을 수 있도록 조정할 수 있습니다. 채팅은 챗봇 위젯으로 외부 Web 사이트에 설치할 수도 있습니다.\
이 매뉴얼에서는, Web 브라우저에서 파일 목록을 표시하고, AI 버튼에서 파일 요약이나 채팅을 시작하는 방법에 대해 설명합니다.

***

### 절차

{% hint style="warning" %}
**AI 버튼에 대하여**
{% endhint %}

관리자 페이지에서 DirectCloud AI가 활성화로 설정되어 있는 경우, DirectCloud AI에 대응하는 확장자의 파일에는 AI 버튼 <img src="https://help.directcloud.jp/servlet/rtaImage?eid=ka0Q8000000Vj7J&#x26;feoid=00N2w00000JMb2T&#x26;refid=0EMQ800000bipzC" alt="" data-size="line"> 이 표시됩니다.

<figure><img src="/files/YR2OLfH28QAScjHL2wp8" alt=""><figcaption></figcaption></figure>

DirectCloud AI가 활성화로 설정되어 있지 않은 폴더에도 AI 버튼은 표시됩니다.

AI 버튼을 클릭하면 다음 메뉴를 선택할 수 있습니다.

<table><thead><tr><th width="212.4000244140625">메뉴</th><th width="466.79998779296875">설명</th></tr></thead><tbody><tr><td>파일 요약</td><td>이미 벡터 데이터가 생성된 파일에 대해서만 표시됩니다. 선택하면 별도 탭에서 DirectCloud AI Home이 표시되고 파일 요약이 시작됩니다.</td></tr><tr><td>이 파일로 채팅 시작</td><td>벡터 데이터가 생성되지 않은 파일의 경우에도 표시됩니다. 선택하면 별도 탭에서 DirectCloud AI Home이 표시되고, 선택한 파일을 대상으로 채팅을 시작할 수 있습니다. 벡터 데이터가 생성되지 않은 경우에는 채팅 실행 시 생성됩니다.</td></tr></tbody></table>

{% hint style="warning" %}
**파일 목록에서 파일 요약하기**
{% endhint %}

폴더·파일 목록 화면에서 Shared Box를 표시하고, 이미 벡터 데이터가 생성된 파일을 요약합니다.

1. 요약하고 싶은 파일의 AI 버튼을 클릭하고, '파일 요약'을 선택합니다.

<figure><img src="/files/Uv5sJYqjFwbzcbXkgXyV" alt="" width="563"><figcaption></figcaption></figure>

별도 탭에서 DirectCloud AI Home이 표시되고, 파일 요약이 시작됩니다.\
완료되면 파일 요약 결과가 표시됩니다.

<figure><img src="/files/UgmIfADeofSb4y0YIQG9" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
**파일 목록에서 채팅 시작하기**
{% endhint %}

이 매뉴얼에서는, 예시로 DirectCloud AI가 활성화로 설정되어 있지 않은 폴더에 있는 파일을 선택하여 채팅을 시작합니다.

1. 대상 파일의 AI 버튼을 클릭하고, '이 파일로 채팅 시작'을 선택합니다.\
   별도 탭에서 DirectCloud AI Home이 표시됩니다.

<figure><img src="/files/E0geGiPDEgM08DJExMMK" alt=""><figcaption></figcaption></figure>

2. 채팅에서 선택된 파일을 대상으로 질문을 하고, '전송' 버튼을 클릭합니다.

<figure><img src="/files/8ivxSokpQaQ6zrZ9aAvt" alt=""><figcaption></figcaption></figure>

파일의 벡터 데이터가 생성되고, 그것을 바탕으로 DirectCloud AI가 답변을 반환합니다.

<figure><img src="/files/XDItTkNqvdStyEZtU3qQ" alt=""><figcaption></figcaption></figure>


---

# 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.directcloud.net/user_manual/directcloud-ai/ai_button.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.
