> For the complete documentation index, see [llms.txt](https://usermanual.ergonode.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://usermanual.ergonode.com/products/segments/conditions.md).

# Conditions

This is probably the most important tab in Segments, as here you are able to set up different conditions for a product to meet, so they will be added to a segment by the system.&#x20;

<figure><img src="/files/pxq8Ei41Ro9JqgBz2MYB" alt=""><figcaption></figcaption></figure>

Available conditions are displayed on the left panel, to add them you simply drag and drop them.

In conditions where the user has a multi-select type to choose from, it's possible to select more than one.

<figure><img src="/files/9i0AM0wekpv2GZE6D4qy" alt=""><figcaption></figcaption></figure>

Please be aware that configuration means: "if the product belongs to Monitors or Phillips category". If you wish for a condition to say: "if the product belongs to more than one (specific) category" the proper configuration is to use the same condition twice.

<figure><img src="/files/h6tRQ3QS3bUlIYeC3Ypv" alt=""><figcaption></figcaption></figure>

You can add one or more conditions but remember that both of them will need to be met for a product to appear in that segment (**AND** operator)

Depending on the condition there may be extra options to choose from.

<figure><img src="/files/REZ6dYeqvMPMtdY8mYal" alt=""><figcaption></figcaption></figure>

When you are done, click on *SAVE CHANGES*.


---

# 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://usermanual.ergonode.com/products/segments/conditions.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.
