> 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/getting-around/settings.md).

# 설정

설정 페이지에서는 Morphic에서 일반 설정, 멤버 및 조직 설정, 요금제 및 결제, 그리고 프로필을 관리할 수 있습니다.

### 설정으로 이동

**직접 링크**

* 이 링크를 통해 언제든지 설정으로 바로 이동할 수 있습니다: [studio.morphic.com/settings/general](https://studio.morphic.com/settings/general)

**Canvas에서 (로그인 후 기본 보기)**

* 로그인하면 기본적으로 Canvas로 이동합니다.
* 설정을 열려면 왼쪽 상단 모서리의 프로필 로고를 클릭하세요. 그러면 조직/계정 드롭다운이 열립니다.
* 드롭다운 메뉴에서 설정을 선택하세요.

**Canvas에서 Dashboard로 이동**

* 같은 드롭다운(Morphic 로고를 클릭하면 열림)에서 대시보드로 돌아가기를 선택하세요.
* 그러면 Dashboard 보기로 이동하며, 여기에서 모든 프로젝트 파일을 볼 수 있습니다.

**Dashboard에서**

* Dashboard 보기에서 왼쪽 상단 모서리의 조직 로고를 클릭하세요.
* 드롭다운 메뉴에서 설정을 선택하세요.

### 언어 변경

Canvas 또는 Dashboard에서 Morphic의 인터페이스 언어를 변경할 수 있습니다.

Morphic은 현재 다음 인터페이스 언어를 지원합니다:

* EN – 영어
* JP – 日本語 (일본어)
* KO – 한국어 (한국어)
* ZH – 中文 (简体) (간체 중국어)

**Canvas에서 (로그인 후 기본 보기)**

1. Canvas 보기에서 왼쪽 상단 모서리의 Morphic 로고를 클릭하세요. 그러면 조직/계정 드롭다운이 열립니다.
2. 드롭다운 메뉴에서 언어를 클릭하세요.
3. 목록에서 원하는 언어를 선택하세요.
4. 인터페이스가 즉시 선택한 언어로 전환됩니다.

**Dashboard에서**

1. Dashboard 보기에서 왼쪽 상단 모서리의 조직 로고를 클릭하세요. 그러면 조직/계정 드롭다운이 열립니다.
2. 드롭다운 메뉴에서 언어를 클릭하세요.
3. 목록에서 원하는 언어를 선택하세요.
4. 인터페이스가 즉시 선택한 언어로 전환됩니다.

<figure><img src="/files/12516d2f827538cb36b0ed6df8eafc082dae4988" alt=""><figcaption><p>인터페이스 언어 변경</p></figcaption></figure>

<figure><img src="/files/ca0a037dceadd57f889cd567a98287da0adb6ff0" alt="Language selection dropdown"><figcaption><p>언어 선택 옵션</p></figcaption></figure>

문제가 있거나 궁금한 점이 있으면 언제든지 연락해 주세요. 기꺼이 도와드리겠습니다. 다음 주소로 [**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/getting-around/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.
