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

# Overview

**Yennefer Storage**는 Yennefer에서 진행한 연구, 개발의 산출물을 저장할 수 있는 하나의 저장소입니다. \
사용자는 Storage를 필요한 에셋과 연결하여 Storage 내에 저장된 데이터를 공통 데이터로 활용할 수 있습니다.

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

### 제공 기능

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

* **프로젝트 산출물 데이터 관리 기능**
  * 연구, 개발 환경에서 나온 다양한 산출물을 하나의 저장소에 저장하여 관리할 수 있습니다.
* **하나의 데이터로 여러 에셋에 연결하여 공통 데이터로 활용**&#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/storage/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.
