> For the complete documentation index, see [llms.txt](https://docs.antsomi.com/cdp-365-user-guide-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/personas/segments/how-to-create-a-static-segment-matching-file.md).

# How to create a Static Segment (Matching file)

## Use case:

I have a group of customers who have a number of purchases in the fair, the information about them was stored in my local file. I want to create a **VIP Customer segment** that the data from the system matches my file

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

## Prerequisites:

A file of Customers (file formats include: .csv, .xls, .xlsx)

## Steps:

1. On the left hand side menu, hover your mouse over **Profiles**, select **Segments**, click ![](/files/nMJBPVGJhO11D6Avpt4L)and choose **Customer Segment** in the Segment data table interface&#x20;

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

2\. **Configure Segment:**

**2.1.** Audience Name: VIP Customers

**2.2.** Update Segment: Static Segment - no update

**2.3.** Member input method: Matching file

**2.4**. After choosing the Member input method, the system will display Upload your audiences file.

Click **Browse** and select file name **VIP** **Customer** from the Local

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

**2.5**. Click **Add Criteria** and input **criteria**

* Choose logic between 2 criteria: OR
* Criteria 1:&#x20;
  * The field in the system: Name (name)
  * Condition: is exactly&#x20;
  * Matching column: Name
* Criteria 2:
  * The field in the system: Email (email)
  * Condition: is exactly&#x20;
  * Matching column: Email

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

**2.6.** Segment Member: No limit

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

**2.7.** Notification Setup: Notify when the computation fails by **sending an Email and pushing a notification**

<figure><img src="/files/9uFsrvaypggNWp1WYu6O" alt=""><figcaption></figcaption></figure>

3\. Click **Save**

## The result of Segment Computation

### Computation Status

You can check the **Computation Status** of the **VIP Customer** in the data table of the **Computation History** tab

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

### Segment information

You can find **detailed information about the Segment** by clicking Segment name - **VIP Customer**

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

## Guidance video

{% embed url="<https://drive.google.com/file/d/1s9VMsxunhFPC817POmA06O9d1FTP7W2t/view?usp=sharing>" %}


---

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

```
GET https://docs.antsomi.com/cdp-365-user-guide-en/use-cases/personas/segments/how-to-create-a-static-segment-matching-file.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.
