> 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/general.md).

# 일반

일반 섹션에서 조직 세부 정보를 관리할 수 있습니다.

### 조직 관리

* 로고: 조직 프로필에 사용할 사용자 지정 로고를 업로드하세요.
* 조직 이름: 팀, 부서 또는 그룹을 반영하도록 조직 이름을 업데이트하세요.
* 조직 삭제: 조직을 영구적으로 삭제합니다. 이 작업은 되돌릴 수 없으며, 조직과 관련된 모든 데이터가 손실됩니다.

### 일반 설정에 접근하기

1. 조직/계정 드롭다운을 엽니다(왼쪽 상단 모서리의 Morphic 로고를 클릭합니다).
2. 설정을 선택합니다.
3. 일반 섹션이 기본 보기로 표시됩니다. 또는 왼쪽 사이드바에서 일반을 클릭합니다.

**직접 링크**

* 다음에서 일반 섹션으로 바로 이동하세요 [studio.morphic.com/settings/general](https://studio.morphic.com/settings/general)

<figure><img src="/files/483b2eb8713178e7e32651196267fe34c6f742f8" alt=""><figcaption><p>일반 조직 설정 관리</p></figcaption></figure>

<figure><img src="/files/a6666262ec634ee48fe1dc4620ead9b65b35ae37" alt="General settings page"><figcaption><p>일반 설정 인터페이스</p></figcaption></figure>

***


---

# 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/general.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.
