> 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/zh/account-and-billing/settings/general.md).

# 通用

通用选项卡可让你管理组织的一般设置。在此选项卡中，你可以为组织命名或删除组织。

在“常规”部分，您可以管理组织详情。

### 组织管理

* 标志：为您组织的个人资料上传自定义标志。
* 组织名称：更新您组织的名称，以体现您的团队、部门或小组。
* 删除组织：永久删除您的组织。此操作不可逆，所有与您的组织相关的数据都将丢失。

### 访问常规设置

1. 打开组织/账户下拉菜单（点击左上角的 Morphic 标志）。
2. 选择“设置”。
3. “常规”部分将是默认视图，或者从左侧边栏点击“常规”。

或者直接前往： [studio.morphic.com/settings/general](https://studio.morphic.com/settings/general)

<figure><img src="https://2197859893-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPhHCbNZdzW70rakoLhf%2Fuploads%2FhfvmThKtQ2zE1n92TW1W%2FGeneral.gif?alt=media&amp;token=812cd7ce-d604-4377-a01e-0e4888d113e3" alt=""><figcaption><p>管理组织常规设置</p></figcaption></figure>

<figure><img src="https://2197859893-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FoPhHCbNZdzW70rakoLhf%2Fuploads%2Fgit-blob-3915891aab6404e33c6a37c64c4d6e2469b7bc65%2FCleanShot_2025-09-11_at_16.31.422x.png?alt=media" alt="General settings page"><figcaption><p>常规设置界面</p></figcaption></figure>

这就是您在 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/zh/account-and-billing/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.
