> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/kr/account-and-billing/settings/preferences.md).

# 환경설정

Morphic의 환경설정에서는 원하는 기본값을 설정할 수 있습니다. 이 설정은 조직 전체가 아니라 사용자 본인에게만 적용되므로, 변경해도 팀원에게는 영향을 주지 않습니다.

Morphic에서 환경설정을 설정하는 간단한 안내입니다:

### 환경설정에 접근하기

1. 대시보드 보기에서 왼쪽 상단 모서리의 Org 로고를 클릭합니다.
2. 드롭다운에서 설정을 선택합니다.
3. 왼쪽 사이드바의 '계정' 아래에서 '환경설정'을 클릭합니다.

또는 바로 이동하세요: [studio.morphic.com/settings/preferences](https://studio.morphic.com/settings/preferences)

### 기본 채팅 모드

'기본 채팅 모드'는 새 Copilot 채팅이 시작되는 모드를 설정합니다.

1. '환경설정'을 엽니다
2. '기본 채팅 모드' 옆의 드롭다운을 클릭합니다
3. 원하는 모드를 선택합니다

선택지는 'Auto'로 즉시 생성하고, 'Ask'로 실행하기 전에 설정과 크레딧 비용을 보여주며, 'Plan'으로는 생성하지 않고 계획만 작성합니다. 다음을 참조하세요 [채팅 모드](/docs/kr/getting-started/copilot/chat-modes.md) 각 모드가 하는 일에 대한 설명입니다.

이 설정은 새 채팅에만 적용됩니다. 어떤 채팅에서든 모드를 전환할 수 있으며, 하나의 채팅에서 변경해도 기본값은 바뀌지 않습니다.

동영상 작업을 자주 하거나 공유 크레딧 잔액을 사용하는 경우, 기본값을 'Ask'로 설정하면 새 채팅마다 비용이 발생하기 전에 먼저 비용을 보여줍니다.

### 브라우저 알림

'브라우저 알림'은 생성이 준비되었을 때 브라우저에 알려 주므로, 긴 렌더링이 끝나는 동안 다른 탭에서 작업할 수 있게 합니다.

1. '환경설정'을 엽니다
2. '브라우저 알림'을 켜거나 끕니다

### 알아두면 좋은 점

* 알림을 처음 켤 때 브라우저가 권한을 요청합니다. 이후에도 알림이 보이지 않으면, 브라우저 설정에서 Morphic이 알림을 보낼 수 있도록 허용되어 있는지 확인하세요.
* 이 설정은 본인에게만 적용됩니다. 변경해도 조직 내 다른 사람에게는 영향을 주지 않습니다.
* 동영상 작업을 자주 하거나 공유 잔액을 사용하는 경우, 기본값을 'Ask'로 설정하면 새 채팅마다 비용을 사용하기 전에 먼저 표시합니다.

이것이 Morphic에서 환경설정을 설정하는 방법입니다. 새 채팅의 동작 방식과 완료된 작업에 대해 알림을 받는 방식이 이렇게 정해집니다.

***

문제가 있거나 궁금한 점이 있으시면 언제든지 연락해 주세요. 기꺼이 도와드리겠습니다. 다음 주소로 문의해 주세요: [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/kr/account-and-billing/settings/preferences.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.
