> For the complete documentation index, see [llms.txt](https://docs.caraml.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.caraml.dev/user-guides/01_getting_started-1/12_creating_segments.md).

# Creating Segments

From the Experiments List page, click on 'Segments'.

![Create Segment Navigation](/files/Bkdup9ptk7J2Y0CHJToA)

Segments can be created from the segments landing page. Created segments can be used as a template, to initialise one or more segments in an experiment (See [`Creating Experiments - Configure Experiment's Segmenters`](https://github.com/caraml-dev/docs/blob/main/module/experiment/how-to/04_creating_experiments/README.md#2-Configure-Experiments-Segmenters) for more information).

## 0. Create Segment

a. Click on the "Create Segment" button on the landing page. ![Create Segment Landing](/files/F528X8tWP8bO5HY4iwPp)

## 1. Configure Segment's General Settings

1. In the Create Segment's general settings page, you may either input the fields from scratch or choose to select a pre-configured Segment template where upon selection, would fill up the respective fields of the form. Subsequently, you may continue editing the fields if necessary. ![Create Segment General](/files/uk5GEOeEpnHu0UKbIYMB)
2. **Name**: Name of Segment.
3. **Configuration**: Configuration of Segment. The dropdowns that are shown are dependent on the project's segmenters.

b. Click "Save" to create the Segment.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.caraml.dev/user-guides/01_getting_started-1/12_creating_segments.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
