# Create your first Segment

On DinMo, you need to create a segment in order to sync data to a destination platform.

To create a new segment, follow this setup sequence:

1. First, navigate to the Segment page and click on **“New segment”** on the upper right<br>

   <figure><img src="/files/GSvwihF4Jp2KtrL9dngw" alt=""><figcaption></figcaption></figure>
2. Select the segment type you wish to create. It can either be a user segment, an event segment, or a custom segment.
3. Select your parent model of the segment, then put as many filters as you wish to create the target segment. Refer to [this page](/segments/visual-builder.md) for more information on the visual builder features.\ <br>

   <figure><img src="/files/Bk8BccAFxCmePpMvAwc1" alt=""><figcaption></figcaption></figure>
4. Preview the data, and hit Continue if you are satisfied with your segment.<br>
5. Name your segment, add a short description to simplify the navigation.\ <br>

   <figure><img src="/files/ls7coSysu0fD4P28CxKv" alt=""><figcaption></figcaption></figure>
6. Hit "Create".

Congrats, you’ve created your first segment! You are now ready to sync it to your preferred destination platforms.


---

# 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.dinmo.io/guides/get-started-with-dinmo/create-and-activate-segments-on-dinmo/create-your-first-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.
