> 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/advanced/undefined.md).

# 지원하는 파일 유형

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

웍스AI는 관리자 및 사용자가 업로드한 **파일을 읽고, 이 파일 내용을 참고해 사용자의 요청을 처리**할 수 있는 능력을 가지고 있습니다.

관리자 및 사용자는 AI 비서를 만들면서 **1) 텍스트 위주의 파일을 읽고 답하는 능력** 또는 **2) 숫자 위주의 파일을 읽고 답하는 능력**을 켜거나 끌 수 있습니다.

## **1번 능력(텍스트 문서 읽기)**&#xC744; 켠 경우

### 다음 파일들을 업로드 할 수 있습니다.

### **첨부 가능 파일:** <mark style="color:orange;">PDF, DOCX, PPTX, HWP, HWPX</mark>, TXT, HTML, PY, PHP, JSON, MD, JAVA, C, CPP, RB, TEX

## **2번 능력(숫자 문서 읽기)**&#xC744; 켠 경우

### 다음 파일들을 업로드 할 수 있습니다.

### **첨부 가능 파일:** <mark style="color:blue;">XLSX, CSV, PDF, DOCX, PPTX</mark>, TXT, HTML, CSS, PY, PHP, XML, MD, JS, TS, JAVA, C, CPP, RB, TEX, ZIP, TAR, JPEG, JPG, GIF, PNG


---

# 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/advanced/undefined.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.
