# 환경설정

시스템 운영에 필요한 환경 값을 설정하는 메뉴입니다.

### **업로드 허용 확장자**

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

* 전처리기와 파일 리소스에서 업로드 가능한 파일 확장자 목록을 설정합니다.
  * **전처리기:** 전처리기에 업로드 가능한 파일 확장자 목록을 JSON 배열 형태로 편집할 수 있습니다.
  * **파일 업로드:** 각 리소스에 업로드 가능한 파일 확장자 목록을 JSON 배열 형태로 편집할 수 있습니다.
  * **저장 버튼 활성화:** 목록에 수정이 발생하면 해당 영역의 저장 버튼이 활성화됩니다. 수정 사항이 없을 경우 저장 버튼은 비활성 상태로 유지됩니다.
  * **초기화:** 초기화 버튼을 누르면 수정 이전 상태로 되돌아가며, 저장 버튼은 다시 비활성화됩니다.
  * **빈 배열 저장 불가:** 확장자 목록을 모두 비운 상태로는 저장할 수 없습니다. 최소 1개 이상의 확장자가 포함되어 있어야 저장이 가능합니다.


---

# 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://genos-docs.gitbook.io/default/v1.8.5/admin-management/settings/undefined-1.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.
