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

# Studio

- [Overview](https://mondrian.gitbook.io/yennefer-cluster/studio/overview.md)
- [주요 기능](https://mondrian.gitbook.io/yennefer-cluster/studio/features.md): Studio의 주요 기능을 확인해보세요!
- [홈](https://mondrian.gitbook.io/yennefer-cluster/studio/features/home.md): Yennefer Studio 홈 화면에서는 프로젝트 목록, 데이터셋 목록을 최근 업데이트 순으로 확인할 수 있습니다.
- [프로젝트](https://mondrian.gitbook.io/yennefer-cluster/studio/features/project.md): 프로젝트를 통해 다양한 데이터 분석 연구에 참여하고, 협업자와 효율적으로 프로젝트를 진행할 수 있습니다.
- [프로젝트 생성하기](https://mondrian.gitbook.io/yennefer-cluster/studio/features/project/create.md): 프로젝트는 데이터 분석 및 인공지능 연구를 위한 개발 환경입니다. 프로젝트 생성 시, 필요한 프레임워크 및 라이브러리, 자원(머신)을 선택하고 데이터를 프로젝트에 연결하면 연구를 위한 최적의 환경을 제공 받으실 수 있습니다.
- [프로젝트 상세보기](https://mondrian.gitbook.io/yennefer-cluster/studio/features/project/detail.md): 프로젝트의 개요, 환경 설정, 데이터, 공동 작업자에 대한 상세 내용과 프로젝트의 자원 활용 및 로그를 확인할 수 있습니다.
- [프로젝트 개요](https://mondrian.gitbook.io/yennefer-cluster/studio/features/project/overview.md): 프로젝트의 요약, 상세 설명, 도커 이미지, 머신 정보 등 전반적인 내용을 확인하고 수정할 수 있는 페이지입니다.
- [환경 설정](https://mondrian.gitbook.io/yennefer-cluster/studio/features/project/settings.md): 생성된 프로젝트의 연구, 개발을 진행하기 위한 환경 설정을 진행합니다.
- [데이터](https://mondrian.gitbook.io/yennefer-cluster/studio/features/project/data.md): 프로젝트에 필요한 데이터를 업로드하거나 추가 스토리지, 데이터셋을 연결하여 연구에 활용할 수 있습니다.
- [구성원](https://mondrian.gitbook.io/yennefer-cluster/studio/features/project/members.md): 공동으로 연구하고자 하는 구성원을 프로젝트에 초대할 수 있습니다.
- [리포트](https://mondrian.gitbook.io/yennefer-cluster/studio/features/project/report.md): 프로젝트의 데이터 분석 결과를 외부에 공유하는 기능입니다.
- [모니터링](https://mondrian.gitbook.io/yennefer-cluster/studio/features/project/monitoring.md): 프로젝트에 할당된 자원의 활용 현황과 추이를 조회할 수 있습니다.
- [시스템 로그](https://mondrian.gitbook.io/yennefer-cluster/studio/features/project/log.md): 프로젝트의 활성화/비활성화 요청에 대한 성공/실패 기록을 확인할 수 있습니다.


---

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