> 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/id/akun-and-penagihan/settings/general.md).

# Umum

Di bagian Umum, Anda dapat mengelola detail organisasi.

### Manajemen Organisasi

* Logo: Unggah logo kustom untuk profil organisasi Anda.
* Nama organisasi: Perbarui nama organisasi Anda agar mencerminkan tim, departemen, atau kelompok Anda.
* Hapus organisasi: Hapus organisasi Anda secara permanen. Tindakan ini tidak dapat dibatalkan, dan semua data yang terkait dengan organisasi Anda akan hilang.

### Mengakses Pengaturan Umum

1. Buka dropdown organisasi/akun (klik logo Morphic di sudut kiri atas).
2. Pilih Pengaturan.
3. Bagian Umum akan menjadi tampilan default, atau klik Umum dari bilah sisi kiri.

Atau langsung ke sana: [studio.morphic.com/settings/general](https://studio.morphic.com/settings/general)

<figure><img src="/files/d24f336c77e0d5b35bcd60fa747e4b144b93f118" alt=""><figcaption><p>Mengelola pengaturan umum organisasi</p></figcaption></figure>

<figure><img src="/files/d6cc8f35ce3cbcb7cda495ee83d19708b2bd8cc9" alt="General settings page"><figcaption><p>Antarmuka pengaturan umum</p></figcaption></figure>

Begitulah cara Anda mengelola detail umum organisasi Anda di Morphic.

***

Jika Anda mengalami kendala atau memiliki pertanyaan, jangan ragu untuk menghubungi kami. Kami dengan senang hati akan membantu. Tulis kepada kami di [**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/id/akun-and-penagihan/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.
