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

# Rules

Learn how to create configurator rules with triggers and actions that control options, materials, and product behaviour.

Rules let you define logic that responds to what a customer selects in the configurator. Each rule combines a trigger — the condition that fires the rule — with one or more actions that change the configurator state. Use rules to show or hide options, override materials, change mesh behaviour, and more.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><strong>Rules Overview</strong></td><td>Understand the structure of rules and how triggers and actions work together.</td><td><a href="/configurator/rules/overview.md">Rules Overview</a></td><td><a href="https://621103948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsqWfi8ifBhTdkvf1vOlY%2Fuploads%2FJYPXxwpD7hqtn4wnFz0f%2F09-rules-overview.png?alt=media&amp;token=964a7703-0261-44d5-9ff5-7b0502a30af2">09-rules-overview.png</a></td></tr><tr><td><strong>Triggers Overview</strong></td><td>Browse every available trigger condition and learn when to use each one.</td><td><a href="/configurator/rules/triggers.md">Triggers Overview</a></td><td><a href="https://621103948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsqWfi8ifBhTdkvf1vOlY%2Fuploads%2F4eirOUJsJrkbNfRtWDdZ%2F10-triggers-overview.png?alt=media&amp;token=e2dd69b5-6323-4cbb-a29e-f2ca70c8c86a">10-triggers-overview.png</a></td></tr><tr><td><strong>Actions Overview</strong></td><td>Browse every available action and what each one does to the configurator.</td><td><a href="/configurator/rules/actions.md">Actions Overview</a></td><td><a href="https://621103948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsqWfi8ifBhTdkvf1vOlY%2Fuploads%2FQE71cEeOwWHOzEx0ScEt%2F11-actions-overview.png?alt=media&amp;token=e1bcc932-13e8-42a6-b082-681a00e31cc6">11-actions-overview.png</a></td></tr></tbody></table>


---

# 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://help.mimeeq.com/configurator/rules.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.
