> 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.md).

# Admin

- [Overview](https://mondrian.gitbook.io/yennefer-cluster/admin/overview.md)
- [주요 기능](https://mondrian.gitbook.io/yennefer-cluster/admin/features.md): Yennefer Admin의 주요 기능을 확인해보세요!
- [대시보드](https://mondrian.gitbook.io/yennefer-cluster/admin/features/dashboard.md): 대시보드 페이지에서는 사용자, 프로젝트 및 자원 현황과 설치된 각 서버 상태, 자원 활용량을 모니터링할 수 있습니다.
- [사용자 관리](https://mondrian.gitbook.io/yennefer-cluster/admin/features/user-management.md): Yennefer Admin의 사용자 관리 화면입니다.
- [사용자 상세 페이지](https://mondrian.gitbook.io/yennefer-cluster/admin/features/user-management/detail.md): Yennefer 사용자 정보 및 자원 활용 추이를 조회할 수 있는 페이지입니다.
- [자원 그룹 관리](https://mondrian.gitbook.io/yennefer-cluster/admin/features/resources-group-management.md): 자원 그룹 관리 페이지에서는 그룹별 자원(머신)을 할당하고 그룹 내 사용자별 최대 생성 가능한 프로젝트 수 및 동시 실행 가능한 수를 지정할 수 있습니다.
- [자원 관리](https://mondrian.gitbook.io/yennefer-cluster/admin/features/resources-management.md): 자원 관리 페이지에서는 그룹에 할당할 자원을 생성하고 관리할 수 있습니다.
- [프로젝트 관리](https://mondrian.gitbook.io/yennefer-cluster/admin/features/project-management.md): 프로젝트 관리에서는 시스템에 생성된 전체 프로젝트 현황을 확인하고 제어할 수 있습니다.
- [데이터셋 관리](https://mondrian.gitbook.io/yennefer-cluster/admin/features/dataset-management.md): 데이터셋 관리 페이지에서는 Yennefer에 생성된 전체 데이터셋 현황을 확인하고 제어할 수 있습니다.
- [스토리지 관리](https://mondrian.gitbook.io/yennefer-cluster/admin/features/storage-management.md): 스토리지 관리 페이지에서는 현재 생성된 전체 스토리지 현황을 확인하고 제어할 수 있습니다.
- [태스크 관리](https://mondrian.gitbook.io/yennefer-cluster/admin/features/task-management.md): 태스크 관리 페이지에서는 생성된 모든 태스크와 수행 내역을 확인하고 관리할 수 있습니다.
- [시스템 모니터링](https://mondrian.gitbook.io/yennefer-cluster/admin/features/system-monitoring.md): Yennefer Admin의 시스템 모니터링 화면입니다.
- [플랫폼 자원 현황](https://mondrian.gitbook.io/yennefer-cluster/admin/features/system-monitoring/platform-resource.md): 현재 플랫폼에 구축된 모든 노드와 자원의 운영 상태, 자원 할당 현황, 활용 추이를 조회할 수 있습니다.
- [GPU 활용 현황](https://mondrian.gitbook.io/yennefer-cluster/admin/features/system-monitoring/gpu-usage-status.md): 플랫폼에서 사용중인 GPU의 할당량, VRAM 활용률, GPU 자원의 활용 추이를 조회할 수 있습니다.
- [사용자 자원 활용 현황](https://mondrian.gitbook.io/yennefer-cluster/admin/features/system-monitoring/user-resource.md): 사용자별 활성화 프로젝트 수를 조회하고 자원 할당량 및 사용량을 확인할 수 있습니다.
- [플랫폼 안내](https://mondrian.gitbook.io/yennefer-cluster/admin/features/platform.md): Yennefer 플랫폼 구성원이 사용 중 문제가 발생했을 때 사용할 관리자 연락처를 남길 수 있습니다.


---

# 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.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.
