# Segmentation

## Concept Summary

| Concept                                                                   | Description                                                                                                                                                   |
| ------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Triggers](/adnuntius-data/user-interface-guide/segmentation/triggers.md) | A set of user actions that determine when a user should be added or removed from a segment.                                                                   |
| [Segments](/adnuntius-data/user-interface-guide/segmentation/segments.md) | A group of users, grouped together based on common actions (triggers).                                                                                        |
| [Folders](/adnuntius-data/user-interface-guide/segmentation/folders.md)   | Triggers and segments can be added to folders, which in turns are accessible to teams; all so that you can control which users have access to which triggers. |

The conceptual drawing below may help you understand how the main concepts hang together. A user will have access to one or more teams, and teams have access to folders. So, whenever you would like to invite a user you can determine the triggers and segments they should have access to by giving them access to teams, and then connecting the team to specific folders of segments and triggers.

![Adnuntius Data: how the main concepts work together.](/files/-M3lctDrBbI7imz8tU8_)

A trigger determines the actions that a user must take in order to be added to, or removed from, a segment. Finally, segments can be exported to other systems that should activate the data.


---

# 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.adnuntius.com/adnuntius-data/user-interface-guide/segmentation.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.
