> 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/c1.5.0/whats-new.md).

# What's New

### 1. 데이터셋 관리&#x20;

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

* Admin 데이터셋 관리를 통해 데이터셋 현황 조회가 가능하도록 하였습니다.
* 액션의 데이터셋 바로가기를 통해 데이터 카달로그의 데이터셋 상세페이지로 이동하실 수 있습니다.

### 2. 프로젝트 상세페이지

<figure><img src="/files/6XiOmupYd0dEBCHNnbNY" alt=""><figcaption></figcaption></figure>

* Studio의 프로젝트 상세페이지 요약 탭에서 최근 추가된 카달로그 데이터셋을 조회할 수 있도록 개선하였습니다.
* 프로젝트 데이터와 카탈로그 데이터 탭으로 분리하여 데이터 관리가 가능하도록 개선하였습니다.

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

* 카탈로그데이터 탭에서는 최근 추가된 카탈로그의 데이터셋 조회가 가능하도록 개선하였습니다.
* 데이터셋 추가 버튼을 통해 데이터셋 추가를 할 수 있습니다.
* 액션의 제거를 통해 데이터셋 제거를 할 수 있습니다.

### 3.데이터셋 상세페이지

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

* 데이터셋 상세 페이지 연결 탭에서 데이터셋 목록을 확인할 수 있도록 개선하였습니다.
* 데이터셋 목록의 상태 필터를 통해 확인하고자 하는 상태의 데이터셋만 확인할 수 있습니다.

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

주제  탭에서 주제 선택하기를 통해 데이터셋의 주제를 적용 가능하도록 개선하였습니다.


---

# 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/c1.5.0/whats-new.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.
