# Inspector

The Component Inspector in Elements lets you edit the properties of the currently selected component. When you click on a component in your design, its available settings appear in the Inspector, giving you full control over how it looks and behaves.

The Inspector is context-aware, meaning the options change depending on which component you have selected. This keeps the interface clean and ensures you only see the settings that are relevant.

{% embed url="<https://youtu.be/e3SSIyd9H8U>" %}

### Group Defaults

When you change any value within a group, the group title highlights using the system accent colour. This makes it easy to spot which settings have been modified on a component at a glance.

<figure><img src="https://3876014504-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNy6AECEVH2p4eFDicpM1%2Fuploads%2FWYryKPkZ9WgRd9Ii9n4a%2FCleanShot%202025-12-17%20at%201%E2%80%AF.38.00%402x.png?alt=media&#x26;token=8a7b52be-e0bd-4b5f-b92a-fd07413ca2b3" alt=""><figcaption></figcaption></figure>

You can reset an individual control by right-clicking it and choosing **Reset to Default**.

To reset everything in a group back to its defaults, right-click the group heading and choose **Reset Group to Defaults**.

### Inspector Group Modes

To change the display modes in the Component Inspector, right-click on a heading and choose from the following options:

* **Expand All** - Will expand all settings.
* **Collapse All** - Will collapse all open settings.
* **Single Group Mode** - Switching to the single group mode only allows one setting area to be open at a time.

When in Single Group mode the only option available in the right-click menu is switch back to default mode:

* **Single Group Mode** (ticked) - Untick to switch back to the default mode, this will then allow you to view multiple setting at the same time again.


---

# 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.realmacsoftware.com/elements-docs/elements/component-inspector.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.
