> For the complete documentation index, see [llms.txt](https://humanic.gitbook.io/humanic/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://humanic.gitbook.io/humanic/cohorts/how-to-create-a-cohort.md).

# How to create a Cohort?

Manually create a cohort

**Creating a Cohort**

* Choose the specific milestone you want to add a cohort to.
* Click the three dots (︙) on the milestone card and select 'Create Cohort'.
* Provide a name and a description for the cohort that accurately represents the users within it.
* Set up the rules using 'AND/OR' logic to define which users should be in this cohort.
* Assign an emotion icon to the cohort for visual representation.
* Review your criteria and click 'Submit' to add the new cohort.

**Editing a Cohort**

* Find the cohort you want to edit and click on its name to open the editing window.
* Here you can modify the name, description, rules, and emotion icon.
* Make the necessary changes to the cohort rules to refine the user criteria.
* Click 'Submit' to save the changes made to the cohort.

{% hint style="info" %}
To clone a cohort click on the clone button
{% endhint %}

**Deleting a Cohort**

* Navigate to the cohort you wish to remove.
* Enter the editing mode by clicking on the cohort's name.
* In the editing window, find and select the 'Delete' option.
* Confirm your choice to ensure the cohort is permanently removed.


---

# 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://humanic.gitbook.io/humanic/cohorts/how-to-create-a-cohort.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.
