# Static Segment

A static segment is a **predefined group of WhatsApp users that you manually create** based on specific criteria, such as **demographics**, **location**, or **behavior**. Some notable points of the static segment are:

* You set the criteria for the segment once, and the **members remain fixed until you decide to modify the segment manually**.
* **Use static segments when you have a defined group of users/contacts that won't change frequently** and you want to send targeted messages to this stable audience.

<details>

<summary>Example</summary>

**Segment: "VIP Customers"**

* ***Criteria:*** Users who have made a purchase of $100 or more in the past.
* ***How to Create:*** Manually select and add customers to the "VIP Customers" segment based on their historical purchase data.
* ***Use Case:*** You might send exclusive promotions, early access to sales, or special offers specifically to this group of high-value customers.

</details>

Before we move on to the steps to create a static segment, note that static segment can be via two tabs:

1. [**Via Segment Tab**](#create-static-segment-via-segment-tab)
2. [**Via Audience Tab**](#create-static-segment-via-audience-tab)

## Create Static Segment Via Segment Tab

Suppose you want to **create a segment based on user tags 'VIP '** signifying all those contacts who made purchase of over 10k in the last month.

How do you that? Here are the steps:

1. Head over to the **Segment Tab** on the **left-hand corner** of the **Dashboard**.

<figure><img src="/files/pnzD9rsWJWpdlxYpTur5" alt=""><figcaption></figcaption></figure>

1. To create a segment, click on **Add Segment**.

<figure><img src="/files/6ro2tOHIudLynmctxA7V" alt=""><figcaption></figcaption></figure>

3. Type a name for your new segment in the '**Segment Name**' box, as shown below. Select Static segment.

<figure><img src="/files/BrKzZyy8gzeQ4SUG5QWu" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**Enter a relevant segment name for remembrance**, like here we have given 'VIP customers' to denote audiences who made over 10k purchase in the last month.
{% endhint %}

4. Tap on the '**Add Filter**' option. A drop-down appears with list on what basis you want to filter and select audience.&#x20;

Choose that best select your desired audience. The example for which we were creating the segment was for user tags, so we selected user tags.

<figure><img src="/files/Oi33u8PCeZH8MCphZyXt" alt=""><figcaption></figcaption></figure>

5. Now, select on what grounds you have selected that particular attribute.&#x20;

Like we want all the contacts with user tag as 'VIP', so we select in and enter the value as 'VIP.'

<figure><img src="/files/kJh8bYXWAKP8XZoS7dWf" alt=""><figcaption></figcaption></figure>

6. If you want to add more filters, click the '**Add Filter**' option again and **repeat step 4 & 5**.&#x20;

Suppose you only want to add those contacts who were active in the last 30 days along with the tag VIP. So we again select user attributes and then 'less than X days ago' and enter value as 30.&#x20;

Finally, we select AND so that all the contacts that fulfils both the criteria are added to the contacts.

{% hint style="info" %}
Choose 'AND', 'OR' between filter accordingly. '**AND' means unless all the filters aren't true** for a particular audience, he/she won't be added. If you select **'OR', the audience fulfilling one filter will get added**, even if he/she doesn't meet the requirement of the other filters.
{% endhint %}

{% hint style="success" %}
You can **add numerous filters following the same procedure**.&#x20;
{% endhint %}

<figure><img src="/files/S6J49ydTjslvtvRdC4sk" alt=""><figcaption></figcaption></figure>

7. Once done, tap '**Create Segment'**.

<figure><img src="/files/SYwJ54F3F3GkO8x1ziKs" alt=""><figcaption></figcaption></figure>

8. The segment will be **created with all the contacts who have a user tag as 'VIP**' and **were active in the last 30 days**. It will now be available in the '**Segment**' table.

<figure><img src="/files/tZ4qGWtvAFcjA8PSZxDv" alt=""><figcaption></figcaption></figure>

## Create Static Segment Via Audience Tab

Just an another way to create a static segment with a different procedure. Tap [here](/chatman-enterprise-whatsapp-platform/chatman-functions/audience/audience-table.md#create-segment) to explore the steps for the same.

{% hint style="warning" %}
**Live segments cannot be made via the audience tab.**
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.makerobos.com/chatman-enterprise-whatsapp-platform/chatman-functions/segment/add-segment/static-segment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
