> For the complete documentation index, see [llms.txt](https://docs.mindkosh.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mindkosh.com/ko/image-video-annotation/workspace-overview/settings.md).

# 설정

설정 화면은 두 섹션으로 나뉩니다

**캔버스 설정**

<figure><img src="/files/2bd4af67d139bd5acb2d39e83a733153b9ba2079" alt="Settings panel - Canvas settings"><figcaption></figcaption></figure>

1. 자동 저장 활성화 - 작업을 자동으로 저장합니다
2. 항상 객체 세부정보 표시 - 라벨이 지정된 객체의 이름 및 기타 세부정보를 항상 표시합니다
3. 자동 경계 설정 - 폴리곤의 공유 경계를 그릴 때 기존 폴리곤의 기존 점을 강조 표시하여 공통 점을 표시할 수 있습니다.

**이미지 설정**

<figure><img src="/files/084aa4ff3fb859f7386dc90cc3edd4889298bafc" alt="Settings panel - Image settings"><figcaption></figcaption></figure>

1. 캔버스 배경색 선택 - 캔버스 배경색을 변경합니다. 기본값은 흰색입니다.
2. 격자 표시 - 캔버스에서 이미지를 나누는 수직 및 수평선을 표시합니다. a. 격자 크기 - 표시할 격자선 수. b. 격자 색상 - 격자선 색상. c. 격자 불투명도 - 격자선의 불투명도.
3. 모든 이미지 회전 - 현재 배치의 모든 이미지를 회전합니다.
4. 현재 이미지에 대한 밝기, 대비 및 채도 설정.


---

# 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://docs.mindkosh.com/ko/image-video-annotation/workspace-overview/settings.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.
