> For the complete documentation index, see [llms.txt](https://mondrian.gitbook.io/yennefer-cluster/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mondrian.gitbook.io/yennefer-cluster/admin/overview.md).

# Overview

## What is Admin?

**Yennefer Admin**은 Elastic AI Infrastructure 기술을 활용하여 프라이빗 클러스터를 구성하고 사용량에 따라 탄력적이고 최적화된 자원 활용을 제공합니다.&#x20;

조직 내 관리자가 손쉽게 사용자와 자원을 통합 모니터링/관리 할 수 있는 웹 GUI 관리 도구를 함께 제공합니다.

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

## 제공 기능

Admin에서 제공하는 주요 기능은 다음과 같습니다.

* **자원 모니터링**
  * 서버 정보 및 자원 현황 확인
* **사용자 관리**
  * 사용자 검색 및 사용자 정보 조회
  * 자원 및 기능 권한 할당 및 계정 제어
  * 신규 사용자 계정 생성 및 비밀번호 초기화, 계정 비활성화, 탈퇴
* **자원 그룹 및 자원 관리**
  * 자원 생성 및 그룹별 자원 관리
  * 그룹별 최대 생성/동시 실행 가능 수 제한
* **프로젝트 관리**
  * 생성된 프로젝트의 실행 현황 및 상세 정보 조회
  * 각 프로젝트 실행 제어, 소유권 이전, 삭제
* **데이터셋 관리**
  * 생성된 데이터셋 목록 및 상세 조회
  * 각 데이터셋 소유권 이전, 삭제
* **스토리지 관리**
  * 생성된 스토리지 목록 및 상세 조회
  * 각 스토리지 소유권 이전, 삭제
* **태스크 관리**
  * 생성된 태스크, 수행별 목록 조회
  * 각 태스크 소유권 이전, 삭제
  * 각 수행 삭제
* **시스템 모니터링**
  * 플랫폼 자원 현황, GPU 활용 현황, 사용자 자원 활용 현황별 시각화 대시보드 제공
* **관리자 매뉴얼 외부 링크**
* **플랫폼 안내**


---

# 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://mondrian.gitbook.io/yennefer-cluster/admin/overview.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.
