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

# Overview

## What is Studio?

**Yennefer Studio**는 데이터 분석 및 인공지능 연구가 가능한 개발 환경을 제공합니다. 복잡한 설치과정 없이 손쉽게 연구에 필요한 라이브러리, 프레임워크를 제공 받을 수 있습니다. 또한 다른 연구자를 초대하여 협업이 가능하며 연구 결과를 리포트로 빠르게 배포할 수 있습니다.

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

### 제공 기능

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

* **프로젝트 생성 및 IDE 실행**
  * 프로젝트 생성 시, 다양한 프레임워크 선택 가능
  * 컨테이너에 따른 프로젝트별 맞춤형 연구 환경 제공
* **협업 기능**
  * 협업자 초대 및 제어 기능&#x20;
  * 팀 협업 기능 제공 (라이브 코딩 등)
* **리포트 기능**
  * 연구 결과 리포트 생성 및 배포 기능


---

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