> 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.6.1/studio/main-feature/project/undefined.md).

# 프로젝트 자원

환경 탭에서는 프로젝트의 환경 및 자원 정보를 확인할 수 있고 자원을 변경할 수 있습니다.

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

* **자원 정보** : 현재 프로젝트에 적용 중인 자원 정보입니다.
* **머신(자원) 선택 :** 사용자가 사용할 수 있는 머신(자원) 정보를 확인할 수 있습니다. 머신 변경이 필요한 경우, **서버 비활성화 상태**일 때만 변경이 가능합니다.&#x20;
* **환경 프리셋 :** 환경  프리셋은 연구 및 개발이 가능한 IDE환경과 필요한 Library를 제공합니다. 프로젝트 생성 시 선택한 환경 프리셋을 확인할 수 있습니다.


---

# 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.6.1/studio/main-feature/project/undefined.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.
