> For the complete documentation index, see [llms.txt](https://genos-docs.gitbook.io/default/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://genos-docs.gitbook.io/default/v1.9.2/admin-management/settings/resource/jar.md).

# JAR 패키지 관리

JAR 패키지는 AI 모델 개발과 워크플로우 실행 환경에서 필요한 JAR 라이브러리를 업로드해 관리하는 기능입니다. 등록한 JAR 패키지는 MCP 서버 내부 연결 등에서 선택해 활용합니다.

## 목록

* 목록에서 ID, 제목, 상세 설명, 아티팩트명, 버전, 그룹 ID, 제작자, 관리 그룹, 등록일시를 확인할 수 있습니다.
* 제목, ID, 상세 설명, 제작자로 검색할 수 있습니다.
* 체크박스로 선택해 삭제할 수 있으며, 삭제 시 재입력 확인을 거칩니다.

## 생성

JAR 패키지 생성 버튼을 눌러 다음을 입력합니다.

* **파일 업로드:** .jar 형식만 지원하며 1개 파일만 업로드할 수 있습니다.
* **상세 설명:** 패키지의 기능과 용도를 입력합니다.
* **관리 그룹:** 패키지를 관리할 관리 그룹을 선택합니다(필수).


---

# 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://genos-docs.gitbook.io/default/v1.9.2/admin-management/settings/resource/jar.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.
