> 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/actions/unselect-options.md).

# Unselect Options

Automatically deselect specific options when a trigger fires — useful for reset buttons and managing mutually exclusive selections.

The **Unselect Options** action deselects specific options when a rule's trigger fires. Use it to reset selections, clear groups, or enforce mutually exclusive options.

## Setting up the rule

### 1. Navigate to rules

Open your product in Mimeeq and go to the **Rules** section. Create a new rule or open an existing one.

### 2. Name your rule

Give the rule a descriptive name — for example, *Unselect Material* or *Reset Colour Options*.

### 3. Configure the action

* Set your trigger — for example, when a specific option is selected or a button is clicked.
* Select **Unselect Options** as the action type.
* Set the **execution timing**: Always, On load, or After load.
* Set the **device scope** if the rule should apply only to specific devices.

![Example of the Unselect Options rule configuration](https://621103948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsqWfi8ifBhTdkvf1vOlY%2Fuploads%2FN3EXj3z8U01juzTcJ0Qr%2Funselect-rule-example-1_w1lxy4.png?alt=media)

### 4. Select options to unselect

Browse your available options and select one or more to deselect when the rule fires.

### 5. Check the option settings

For complete unselection to work, the target options must have the correct setting configured.

1. Open the options you want to unselect.
2. Enable **Allow initial load without selection**.
3. Save the option settings.

{% hint style="warning" %}
If **Allow initial load without selection** is disabled, the option resets to its default value instead of being fully deselected.
{% endhint %}

![Block settings required for the Unselect Options rule](https://621103948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsqWfi8ifBhTdkvf1vOlY%2Fuploads%2FiXsSullvCN8RS43HtYq8%2Funselect-rule-example-11_8xiapz.png?alt=media)

## Example use case

**Reset button for an option group**

1. Add a button option labelled *Reset* and add it to the group.
2. Create an unselect rule triggered by the button click.
3. Configure the rule to unselect all options in the group.

In the demo below, open the **Design Cover** group. After adding a cover, a **Reset** button appears. Clicking it unselects the cover and hides the button.

{% embed url="<https://codepen.io/mimeeq/embed/raeGaaQ/3bfb72b82e462db7346184365a12b67d?default-tab=result>" %}
Demo
{% endembed %}

## Related articles

* [Rules Overview](/configurator/rules/overview.md)
* [Triggers Overview](/configurator/rules/triggers.md)
* [Actions Overview](/configurator/rules/actions.md)


---

# 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/actions/unselect-options.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.
