> For the complete documentation index, see [llms.txt](https://docs.material.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.material.security/learn-more/administration/group-and-account-customization.md).

# Group and Account Customization

Some Global settings can be customized even further for individual groups and accounts.

## Custom Logo and Team Name

You can customize how your organization appears in end-user communication for the accounts in the selected group(s), or even for specific accounts.

1. From the left navigation, click **Explorer**.
2. Click **Groups** or **Accounts**.
3. Check the row for a group, then from the bottom toolbar click **Edit Account/Group Settings**.
4. Click **Organization Profile**.
5. Under Logo, select **Set custom logo** then upload your image (1 mb max, 50px x 150px for standard, 100px x 300px for retina).
6. Under Team Name, select **Set custom Team Name** then enter a name.
7. Click **Save**.

<figure><img src="/files/XzfMdCC8wQN4hqgJH5C2" alt="" width="375"><figcaption></figcaption></figure>

***

## Enable or Disable Message and File Syncing per Account/Group

By default, accounts and groups inherit the Global syncing setting configured during [deployment](/getting-started/deployment-guides/your-first-30-days/1-connect-and-sync.md#two-default-account-settings). To enable or disable separately for an individual account or group:

1. From the workspace, click **Explorer.**
2. Click **Accounts** or **Groups**.
3. Open an account or group, then click the **Settings** tab.
4. Under syncing, select **Set custom...** then toggle the option off and save.

   <figure><img src="/files/oRi7MKWmKkHc3juitVye" alt="" width="375"><figcaption></figcaption></figure>

{% hint style="info" %}
To bulk update settings, select multiple accounts/groups then from the bottom toolbar, click **Edit Settings:** ![](/files/OqtIwj7WntoKFcMlsd5E)
{% endhint %}

***

## Enable Email Threat Protection per Account/Group

Once you enable Email Threat Protection, it's enabled globally across all tenants. However, you can also disable it for specific groups and users while maintaining the global enablement.

1. As a super admin, log in to your Material instance. If you're already logged in, navigate to the **Workspace**.
2. Click **Explorer**
3. Choose **Accounts** to disable for specific users, or **Groups** to disable for a group of users.
4. Check the boxes for the accounts or groups you want to disable, then click **Edit Settings**.
5. Under **Email Threats** toggle **Set Custom Email Threats** to **On**.

<figure><img src="/files/OITF8tNs1ZU1FhLRJrJf" alt="Disable Phishing Protection for Specific Groups and Accounts" width="563"><figcaption><p>Disable Phishing Protection for Specific Groups and Accounts</p></figcaption></figure>

Inherit maintains the Global setting for Email Threat Protection, described above.


---

# 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://docs.material.security/learn-more/administration/group-and-account-customization.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.
