> 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/br/conta-e-faturamento/settings/general.md).

# Geral

Na seção Geral, você pode gerenciar os detalhes da organização.

### Gerenciamento da organização

* Logo: envie um logotipo personalizado para o perfil da sua organização.
* Nome da organização: atualize o nome da sua organização para refletir sua equipe, departamento ou grupo.
* Excluir organização: exclua sua organização permanentemente. Esta ação é irreversível, e todos os dados associados à sua organização serão perdidos.

### Acessando as Configurações Gerais

1. Abra o menu suspenso da organização/conta (clique no logo da Morphic no canto superior esquerdo).
2. Selecione Configurações.
3. A seção Geral será a visualização padrão, ou clique em Geral na barra lateral esquerda.

Ou vá direto para lá: [studio.morphic.com/settings/general](https://studio.morphic.com/settings/general)

<figure><img src="/files/fc8882336d988b484d6972670d6fc0ed15f5539e" alt=""><figcaption><p>Gerenciando as configurações gerais da organização</p></figcaption></figure>

<figure><img src="/files/fb41a14bece27abc13d6e92de1c46fb004ea24a0" alt="General settings page"><figcaption><p>Interface das configurações gerais</p></figcaption></figure>

É assim que você gerencia os detalhes gerais da sua organização no Morphic.

***

Se você tiver algum problema ou alguma dúvida, entre em contato. Teremos prazer em ajudar. Escreva para nós em [**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/br/conta-e-faturamento/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.
