> For the complete documentation index, see [llms.txt](https://docs.fyxer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fyxer.com/teams-and-admins/admin-controls-and-settings.md).

# Admin controls and settings

{% hint style="success" %}

* [Where admin controls live](#where-admin-controls-live)
* [Org-wide product settings](#org-wide-product-settings)
* [Notetaker admin settings](#notetaker-admin-settings)
* [Enterprise features](#enterprise-features)
  {% endhint %}

### Where admin controls live

Super Admins have access to a dedicated section in the Dashboard that regular members don't see: **Admin settings**.

From here you can manage:

* **Organization:** org-wide defaults and advanced settings
* **People**: users, roles, teams, and invitations
* **Product**: enable or disable features at an organization level
* **Billing**: subscription, seats, and plan changes

***

### Org-wide product settings

Go to [Dashboard](https://app.fyxer.com/) → Admin settings → Product to control which Fyxer features are active across your organization.

You can enable or disable:

* **Notetaker**: whether meetings are recorded and summarized
* **Categorization**: whether emails are sorted into categories
* **Drafts**: whether Fyxer generates draft replies

These toggles apply across the whole organization. Individual users can adjust their own preferences within whatever you've enabled, but they can't turn on a feature you've switched off.

If your organization already uses a third-party email signature tool like Exclaimer, Letsignit, or Signature 365, you can also disable email signatures from appearing in Fyxer drafts. Learn more: [**Email signatures: setup and troubleshooting.**](https://support.fyxer.com/article/email-signatures-setup-and-troubleshooting)

***

### Notetaker admin settings

Once enabled, there are a small number of org-wide defaults you can set in Notetaker. Go to [Dashboard](https://app.fyxer.com/) → Notetaker, then select the settings gear icon in the top right.

Most Notetaker settings are user-level and can't be set globally, but there are two worth configuring at the admin level:

#### Notetaker appearance

Set a custom image so that when Notetaker joins a meeting it looks consistent and on-brand, rather than appearing as a generic bot.

In Notetaker settings, scroll down to Notetaker appearance and toggle off the **Hide Notetaker image** option. This will allow you to upload a custom image.

#### Recording retention

This is one of the most important admin settings to get right, and one of the easiest to get wrong.

Retention controls how long recordings are stored before they're automatically deleted. The critical thing to understand is that **retention settings apply retroactively**. If you change from "Never" to "7 days", Fyxer doesn't just apply that rule going forward – it immediately deletes everything older than 7 days, including recordings your team may already be relying on. Deletions are automatic and cannot be undone.

If your organization has a compliance requirement around how long recordings should be kept, or how quickly they should be deleted, this is the setting to configure. You'll find this feature within Notetaker settings, just under Notetaker appearance.&#x20;

Communicate any change to your team *before* you make it, and make sure anyone who needs older recordings has reviewed or exported them.&#x20;

{% hint style="warning" %}
**Retention changes apply retroactively and deletions cannot be undone**. Review with your team before changing this setting.
{% endhint %}

***

### Enterprise features

On eligible Enterprise plans, Super Admins have access to additional controls. If you would like access to any of these features, please [book a chat with our Sales team](https://www.fyxer.com/sales).

#### Managed settings

Set feature defaults and control what members can change across your organization. Manage which features are enabled, how they behave, and which integrations members can access. Go to Dashboard → Admin settings → Managed settings.

Learn more: [Managed settings: control features and defaults for your organization.](https://support.fyxer.com/article/managed-settings-admin-controls)

#### Member connection status

See at a glance which members have their inbox and calendar connected. Quickly spot anyone who's disconnected or revoked before it affects their experience. Go to Dashboard → Admin settings → People → Members.

Learn more: [Check which team members have their email and calendar connected.](https://support.fyxer.com/article/check-member-connection-status)

#### Auto-connect onboarding

Automatic connection of inboxes and calendars for new members invited to your organization as part of the signup flow – no manual setup required.

Learn more: [Auto-connect onboarding for Enterprise organizations.](https://support.fyxer.com/article/auto-connect-onboarding-enterprise)

#### SCIM and SSO

Enterprise plans include identity provider integration for automated user provisioning and single sign-on.

Learn more:

* [Setting up single sign-on (SSO) for your organization](https://support.fyxer.com/article/setting-up-sso-for-your-organization)
* [Enforcing SSO and managing sign-in for your domain](https://support.fyxer.com/article/enforcing-sso-and-managing-domain-sign-in)
* [SCIM provisioning: automatically sync users and groups](https://support.fyxer.com/article/scim-provisioning-sync-users-and-groups)<br>

#### AI processing exclusion list

To stop Fyxer processing any emails or meetings from a specific email domain or contact, add them to the AI processing exclusion list.

Emails from these domains will be excluded from AI processing and Notetaker won't join meetings that have attendees from these domains. Subdomains are also excluded.

You set the rule once and it applies automatically for everyone. Go to: [Dashboard](https://app.fyxer.com/) → Admin settings → Organization → Advanced → AI processing exclusions.

***

### Next up <a href="#next-up" id="next-up"></a>

Learn about team scheduling and other shared resources.

* Next: [**Team scheduling and resources**](/teams-and-admins/team-scheduling-and-resources.md)


---

# 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.fyxer.com/teams-and-admins/admin-controls-and-settings.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.
