> 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).

# 환경설정

새 Copilot 채팅이 시작되는 모드와, 생성이 준비되었을 때 브라우저에서 알림을 받을지 설정하는 방법.

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

Morphic에서 환경설정을 설정하는 방법을 간단히 안내해 드립니다:

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

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

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

### 기본 채팅 모드

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

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

선택할 수 있는 옵션은 바로 생성하는 '자동', 작업을 실행하기 전에 설정과 크레딧 비용을 보여주는 '묻기', 생성하지 않고 계획만 작성하는 '계획'입니다. 참고: [채팅 모드](/docs/kr/getting-started/copilot/chat-modes.md) 각 모드가 하는 일을 확인하세요.

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

비디오 작업을 자주 하거나 공동 크레딧 잔액을 사용하는 경우, 기본값을 '묻기'로 설정하면 새 채팅마다 비용을 지출하기 전에 먼저 보여 줍니다.

### 브라우저 알림

'브라우저 알림'은 생성이 완료되면 브라우저가 알려 주도록 하여, 긴 렌더링이 끝나는 동안 다른 탭에서 작업할 수 있게 해 줍니다.

1. '환경설정' 열기
2. '브라우저 알림' 켜기 또는 끄기

### 알아두면 좋은 점

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

이렇게 하면 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.
