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

# Global Keyword Settings

> Account-wide filters. Cut noise across every keyword without editing them one at a time.

Global keyword settings apply to **every keyword** in your workspace. Use them when the same noise keeps showing up across all your keywords (job posts, generic subreddits, bot accounts, internal repos) and you don't want to configure each keyword separately.

<Frame caption="The Global keyword settings sheet, opened from the top right of the Keywords page.">
  <img src="https://mintcdn.com/octolens/f3z8QlPPMpP2W0he/images/global-keyword-settings-sheet.png?fit=max&auto=format&n=f3z8QlPPMpP2W0he&q=85&s=91d0d2d70c1c0f8fea5d33ee53b42b65" alt="Global keyword settings sheet showing Global negative terms, Global negative authors, Allowed subreddits, Excluded subreddits, and Global negative GitHub repositories" width="966" height="1568" data-path="images/global-keyword-settings-sheet.png" />
</Frame>

## How global settings combine with keyword settings

A post must pass **both** the global filters *and* the keyword's own filters to land in your feeds. Global settings can only **reduce** results, they can't expand them.

> **Example.** You add `r/health` to Excluded subreddits globally, and your `mental health` keyword also has its own `beta` negative term. A post in `r/health` that mentions `mental health` is excluded globally; a post in `r/productivity` that mentions `mental health beta release` is excluded by the keyword. Both filters apply, always.

If you want filtering that's specific to one keyword, use [Keyword Settings](/docs/quickstart/keyword-settings) instead.

## Where to edit global settings

Open the **Keywords** page from the sidebar and click **Global keyword settings** in the top right. The settings open as a sheet over the Keywords page.

This is the only place global settings live now. They no longer have a dedicated tab on the main Settings page.

## Available global settings

### Global negative terms

Exclude posts that include these terms across **all keywords**.

* **Matching:** exact match
* **Input:** one or more terms (comma-separated)

> Example: `job, hiring, careers`

### Global negative authors

Exclude posts from these authors across **all keywords**.

* **Matching:** exact match, case sensitive
* **Input:** one or more author handles (comma-separated)

> Example: `Octolens, OctolensHQ`

### Allowed subreddits (allowlist)

When set, Octolens only includes Reddit posts from these subreddits, across every keyword.

* Leave empty to include all subreddits (except those in Excluded subreddits)
* **Format:** `r/<subreddit>`

> Example: `r/technology, r/startups`

<Note>
  **Allowlist overrides the excluded list.** If Allowed subreddits has any entries, **Excluded subreddits is ignored**. Use the allowlist when you want a strict "only these subreddits" policy.
</Note>

### Excluded subreddits

Exclude Reddit posts from these subreddits across **all keywords**.

* **Matching:** exact match, case insensitive
* **Format:** `r/<subreddit>`

> Example: `r/health`

### Global negative GitHub repositories

Exclude posts from these GitHub repos across **all keywords**.

* **Matching:** exact match, case insensitive
* **Format:** `owner/repo`

> Example: `For-Hives/beswib, facebook/react`

### Allowed web domains (allowlist)

When set, Octolens only includes Web mentions from these domains across every keyword.

* Leave empty to include all domains, except those in Excluded web domains
* Applies to the Web source only

> Example: `news.ycombinator.com`

### Excluded web domains

Exclude Web mentions from these domains across **all keywords**.

* Use this for domains you do not want counted toward Web results
* Applies to the Web source only

> Example: `idea2.work`

### Minimum Domain Rating (Web)

Only include Web mentions from pages on domains with a Domain Rating at or above the selected threshold.

* **Default:** 30
* Use **Custom override** to set your own threshold
* Applies to the Web source only

See [Web](/docs/learn/platforms/web) for how Web monitoring works and when it is enabled by default.

## Saving changes

<Note>
  Global settings apply to **new** mentions going forward. Existing mentions in your feeds keep their original scoring.
</Note>

## Next steps

* [Keyword Settings](/docs/quickstart/keyword-settings): per-keyword platforms, context, and include/exclude rules
* [Feeds](/docs/quickstart/feeds): organize mentions across keywords into saved filters
* [Mention Limits](/docs/learn/mention-limits): how filters affect your monthly quota
