> For the complete documentation index, see [llms.txt](https://docs-ksc.gitbook.io/myksc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-ksc.gitbook.io/myksc/app/file-browser.md).

# 데이터 관리(File Browser)

#### 1. APP 추가 클릭 후 추가할 앱 선택 화면에서 데이터 관리를 선택합니다.

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

#### 2. 이미지를 선택하고 추가 버튼을 클릭합니다.

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

#### 3. APP 추가 후 데이터 관리 APP을 클릭하면 브라우저의 새로운 탭에서 File Browser가  실행됩니다.

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

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

#### 4. (파일  업로드) 사용자 PC에서 업로드 할 파일을 드래그하여 데이터 관리 프로그램의 특정 폴더로 이동 시키거나, Upload 아이콘을 클릭하여 PC 파일을 선택  후 업로드 할 수 있습니다.

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

#### 5. (파일 다운로드) 슈퍼컴퓨터의  사용자 폴더에서 대상 파일을 선택하고, Download 아이콘을 클릭하여 다운로드 할 수 있습니다.  여러 개의 파일을 선택하면, 압축 파일로 변환되어 다운로드 됩니다.&#x20;

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


---

# 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-ksc.gitbook.io/myksc/app/file-browser.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.
