---
title: "How to enable Region Segmentation"
description: "Region segmentation lets you author and serve content tailored to specific countries or regions. Once enabled at the workspace level, you can mark collections (and agents) for specific regions, and Brainfish will route visitors to the right content automatically."
canonical_url: "https://help.brainfi.sh/articles/how-to-enable-region-segmentation-7NU85bUPvM"
md_url: "https://help.brainfi.sh/articles/how-to-enable-region-segmentation-7NU85bUPvM.md"
---
# How to enable Region Segmentation

Region segmentation lets you author and serve content tailored to specific countries or regions. Once enabled at the workspace level, you can mark collections (and agents) for specific regions, and Brainfish will route visitors to the right content automatically.

## When to use it

- You serve customers in multiple countries with materially different policies, products, or pricing.
- You want a single Help Center to deliver region-specific content from one URL.
- Your agents (Help Center or web widget) should default to the visitor's region.

## Step 1 — Turn region segmentation on

1. In the Brainfish admin, open **Settings → Company → Details**.
2. Scroll to the bottom and toggle **Enable region segmentation** on (the indicator should be green).
3. Click **Save**.

   ![](https://help.brainfi.sh/api/attachments.redirect?id=2fc1b293-9982-4162-bc55-4a2a00be144f)

   ![](https://help.brainfi.sh/api/attachments.redirect?id=94130274-f9aa-4d4c-a46c-f3dbf5de847d)

## Step 2 — Tag a collection with a region

1. Return to the main Brainfish app.
2. Open **Knowledge → Collections** and click **New Collection** (top-right).
3. Name the collection and, under **Select region**, choose the region this content applies to.
4. Click **Create**.

   ![](https://help.brainfi.sh/api/attachments.redirect?id=3c9161c6-cab3-4371-9260-97a45cb01df2)

## Step 3 — Add region-specific articles

1. Open the new collection and create or move articles into it.
2. Publish the articles. The article preview shows the region this content is tagged with.

   ![](https://help.brainfi.sh/api/attachments.redirect?id=9f30a3f6-6141-4b8b-bda7-346c4143d718)

## Step 4 — Surface the region on a Help Center URL

To deep-link directly to a region in your Help Center, add a query parameter to the URL:

```
https://yoursubdomain.brainfi.sh/?region=US
```

See [Navigate to a specific region](/articles/navigate-to-a-specific-region-CAZAa7bel2) for the full list of supported region codes.

## Configuring region behavior on agents

If you want a web agent (Search bar / Sidebar / Popup) to filter by region at embed time, configure it via overrides — see [Configuring Region Segmentation for Agents](/articles/configuring-region-segmentation-for-self-service-agents-a5FxDPHxFi).

## FAQ

**What is region segmentation?**
A feature that lets you author and serve different content to different geographic regions, while sharing one Brainfish workspace.

**Can I disable it after enabling?**
Yes. Toggle it back off in **Settings → Company → Details**. Existing region-tagged content remains; it just stops being filtered.

**Is there a limit to how many regions I can target?**
No enforced limit — see [Navigate to a specific region](/articles/navigate-to-a-specific-region-CAZAa7bel2) for the list of supported codes (around 200 ISO-3166 codes).
