# Item Rules and Logic

Rules are meant to define the configurator behavior by controlling Attribute and Attribute Value visibility, as well as setting attribute values.

Rules consist of Conditions and Actions.

Conditions leverage Attributes. Multiple conditons are evaluated based on an AND operator.

### Action Types

The following are the actions possible within a Rule

**set attribute visible** -- reveals an entire attribute on the basis of a satisfied condition

**set attribute enabled** -- makes a previously unavailable, visible attribute usable

**set attribute value** -- dynamically sets the value of a given attribute.

**set attribute value visiblity** -- reveals an attribute value on the basis of a satisfied condition

**set attribute value enabled** -- Makes a previously unavailable, visible attribute value usable

[Learn here more about the Rules and Logic System.](/platform-documentation/project-data/logic.md)


---

# 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://community.threekit.com/platform-documentation/project-data/catalog/item-rules-and-logic.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.
