# Bench

컴퓨터의 모든 프로그램에는 현재 작업 디렉토리, 즉 cwd(current working directory)가 존재합니다. 하지만 HyperLab은 웹 서버에서 실행되며, 여기서 Bench는 사용자의 작업 디렉토리를 의미합니다.

* 개인 Bench는 본인만 볼 수 있는 개인 작업 디렉토리로, 다른 사람과 공유되지 않습니다.
* 공유 Bench는 분자를 다른 사용자와 공유할 수 있는 공개 작업 디렉토리입니다.

***


---

# Agent Instructions: 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:

```
GET https://docs.hits.ai/docs-ko/project-feature-ko/bench.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
