> ## Documentation Index
> Fetch the complete documentation index at: https://docs.honeycomb.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Manage Team Behavior

> Set your Team's default environment, enable or disable the Query Assistant, and manage which external URLs appear as links across your Honeycomb Team.

export const HnyIcon = ({alias, path, size = 16, iconColor}) => {
  const iconMap = {
    "home": "house.svg",
    "marker": "caretFilledDown.svg",
    "show-marker-options": "chatTextLeft.svg",
    "download": "arrowLineDown.svg",
    "trace-waterfall": "trace.svg",
    "show-query-details": "listDashes.svg",
    "table": "table.svg",
    "log-lines": "logLines.svg",
    "chart": "chartLine.svg",
    "show-settings": "gear.svg",
    "add": "plus.svg",
    "remove": "delete.svg",
    "persist": "caretDown.svg",
    "close": "close.svg",
    "copy": "copy.svg",
    "zoom-in": "magnifyingGlassPlus.svg",
    "zoom-out": "magnifyingGlassMinus.svg",
    "color-assignment": "drop.svg",
    "drag": "dots-six-vertical.svg",
    "drawer": "drawer.svg",
    "show-actions": "dotsThree.svg",
    "edit": "pencil.svg",
    "delete": "trash.svg",
    "move": "arrowsOutCardinal.svg",
    "show-legend": "circleInfo.svg",
    "usage-ok": "usageGood.svg",
    "usage-warning": "usageWarning.svg",
    "usage-danger": "usageDanger.svg",
    "open-query-builder": "query.svg",
    "home-menu": "house.svg",
    "query-menu": "query.svg",
    "boards-menu": "board.svg",
    "triggers-menu": "bell.svg",
    "slos-menu": "handshake.svg",
    "service-map-menu": "serviceMap.svg",
    "history-menu": "clockCounterClockwise.svg",
    "manage-data-menu": "cube.svg",
    "usage-menu": "usageGood.svg",
    "canvas-menu": "sparkle.svg",
    "anomalies-menu": "anomalies.svg",
    "show-details": "dotsThreeVertical.svg",
    "resize-handle": "board-panel-resize-handle.png",
    "standard-dataset": "cube.svg",
    "trace-dataset": "cubeChat.svg",
    "all-datasets": "linkedSquares.svg",
    "share": "arrowBentRight.svg",
    "run-in-query-builder": "arrowSquareUpRight.svg",
    "link": "link.svg",
    "text": "text.svg",
    "receive": "arrowLineDown.svg",
    "process": "lightning.svg",
    "sample": "drop.svg",
    "send": "arrowLineUp.svg",
    "submit": "arrowUp.svg",
    "canvas-menu": "sparkle.svg",
    "canvas": "sparkle.svg",
    "chat-about-this-page": "sparkle.svg",
    "private": "lockKey.svg",
    "shared": "people.svg",
    "expand": "caretDown.svg",
    "previous": "caretLeft.svg",
    "next": "caretRight.svg",
    "expand-chat": "caretLeft.svg",
    "minimize-chat": "caretRight.svg",
    "open-in-canvas": "arrowSquareUpRight.svg"
  };
  const iconBasePath = "/_assets/icons/";
  const iconPath = path || (alias ? `${iconBasePath}${iconMap[alias]}` : undefined);
  return <span className="hny-icon" style={{
    display: "inline-block",
    width: `${size}px`,
    height: `${size}px`,
    maskImage: `url(${iconPath})`,
    maskSize: "contain",
    maskRepeat: "no-repeat",
    maskPosition: "center",
    WebkitMaskImage: `url(${iconPath})`,
    WebkitMaskSize: "contain",
    WebkitMaskRepeat: "no-repeat",
    WebkitMaskPosition: "center",
    backgroundColor: iconColor || "var(--hny-icon-color)",
    verticalAlign: "middle"
  }} />;
};

export const CalloutExample = ({children}) => {
  return <Callout icon="clipboard-check" color="#6B7280">
      {children}
    </Callout>;
};

Each Honeycomb Team, which represents your organization in Honeycomb, allows its Team Owners to manage its behavior.
Team Owners can set their Team's default environment, enable or disable the Query Assistant, and manage which URLs are displayed as external links for your team.

## Set default environment

Set the default environment that Team members should land in when they are new to the Team or when Honeycomb can't identify their last environment.

<Info>
  Only Team Owners can set a default environment.
</Info>

To set your team's default environment:

1. Select **Account** from the main navigation menu, then select **Team settings**.
2. On the **Team Details** view, locate the **Environments and API Keys** section.
3. Select the default environment from the dropdown.

Honeycomb saves your changes automatically.

## Manage Honeycomb Intelligence

[Honeycomb Intelligence](/get-started/honeycomb/honeycomb-intelligence) is a suite of AI-powered features built into Honeycomb.
Team Owners can enable or disable Honeycomb Intelligence at any time.
When disabled, no Honeycomb Intelligence features are active, including features that surface insights passively.

<Info>
  Only Team Owners can enable or disable Honeycomb Intelligence.
</Info>

### Enable Honeycomb Intelligence

Turn on Honeycomb Intelligence to make all Honeycomb Intelligence features available to your Team.

1. Select **Account** from the navigation menu, then **Team settings**.
2. On the **Team Details** view, locate the **Honeycomb Intelligence** section.
3. Select **<HnyIcon alias="canvas" /> Turn on**.

The button updates to **<HnyIcon alias="canvas" /> Turn off**, confirming that Honeycomb Intelligence is now enabled for your Team.

### Disable Honeycomb Intelligence

Turn off Honeycomb Intelligence to deactivate all Honeycomb Intelligence features for your Team, including features that surface insights passively.

1. Select **Account** from the navigation menu, then **Team settings**.
2. On the **Team Details** view, locate the **Honeycomb Intelligence** section.
3. Select **<HnyIcon alias="canvas" /> Turn off**.

The button updates to **<HnyIcon alias="canvas" /> Turn on**, confirming that Honeycomb Intelligence is now disabled for your Team.

## Manage Allowed Web Domains

Team Owners can control which URLs they want Honeycomb to display as external links by adding domains to the web domain allowlist.
Honeycomb compares the web domain allowlist against URLs in your Honeycomb instance to determine whether we should display a URL as an external link rather than as static text in the Query Builder, the Explore Data tab, and the Trace View.

Honeycomb notifies all Team Owners any time a change is made to the web domain allowlist.

<CalloutExample>
  **Scenario:** You add `honeycomb.io` to your Team's web domain allowlist.

  **Outcome:** Honeycomb will display the following URLs as external links in the UI:

  * `https://ui.honeycomb.io`
  * `https://www.honeycomb.io`
  * `https://honeycomb.io`
  * `https://honeycomb.io/about`

  Honeycomb will display the following URLs as static text in the UI:

  * `https://malicioushoneycomb.io` (allowed domain is `honeycomb.io`, not `malicioushoneycomb.io`)
  * `https://ui.malicioushoneycomb.io` (allowed domain is `honeycomb.io`, not `malicioushoneycomb.io`)
  * `clickherehttps://honeycomb.io` (valid protocol is `https`, not `clickherehttps`)
  * `honeycomb.io` (no protocol provided)
  * `https://honeycomb.io clickhere` (string contains a valid URL but is not a valid URL itself)

  To learn about criteria for valid domains and URLs, visit [Team Settings: Valid Domains and URLs](/reference/honeycomb-ui/account/team-settings/#valid-domains-and-urls).
</CalloutExample>

<Info>
  Only Team Owners can manage allowed web domains.
</Info>

### Add allowed web domains

Add a domain to the allowlist to let Honeycomb display URLs from that domain as external links across your Team.

1. Select **Account** from the navigation menu, then **Team settings**.
2. On the **Team Details** view, locate the **Manage allowed domains** section.
3. Select the **Web domains** view.
4. Enter a domain, then select **Add domain**, and confirm that the web domain allowlist now contains your entry.

   <Note>
     To learn more about domain validation rules, visit [Team Settings: Valid Domains and URLs](/reference/honeycomb-ui/account/team-settings/#valid-domains-and-urls).
   </Note>

The domain appears in the allowlist.

### Remove allowed web domains

Remove a domain from the allowlist to stop Honeycomb from displaying URLs from that domain as external links across your Team.

1. Select **Account** from the main navigation menu, then select **Team settings**.
2. On the **Team Details** view, locate the **Manage allowed domains** section.
3. Select the **Web domains** view.
4. Locate the web domain you want to remove in the allowlist, and select **Remove**.

The domain no longer appears in the allowlist.
