# Segment Types

### Static List

These are nothing but a list of CSV customers that you can upload. The static segment doesn't change once it is created, users in these segments are fixed. Learn more about the Static Segment.

### Real-time Segments

Dynamic segments keep themselves updated based on the rules mentioned for the segments. Dynamic segments can be defined using three rules:

* **Segment By User Attributes/Properties:**
  * With a User Property filter, you can group customers based on their properties like City, Total Orders, Last Order At, etc.

<figure><img src="/files/2R1Qk2e0FupgpCGHAaTo" alt=""><figcaption><p>Segment by User Attribute</p></figcaption></figure>

* **Segment By Performed Activity:**
  * With the 'Performed Event' filter, you can group customers based on certain activities they might have performed.
  * For example, you can segment customers by those who have performed the 'Purchased' activity in the last 60 days.

<figure><img src="/files/tJtX7Tor8yXHicQFXjWz" alt=""><figcaption><p>Segment by Performed Activity</p></figcaption></figure>

* **Segment By Not Performed Activity:**
  * With the 'Not Performed Event' filter, you can group customers based on certain activities they might have not performed.
  * For example, you can segment customers by those who have not performed the 'Purchased' activity in the last 60 days.

<figure><img src="/files/RxPEg7BtLH9WhHhsHwZF" alt=""><figcaption><p>Segment by Not Performed Activity</p></figcaption></figure>


---

# 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://support.growlytics.in/customers-and-segments/segmentation/segment-types.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.
