# Properties panel

The properties panel shows the properties of the selected component:

![](/files/gJzf9HA2QBeKo0AgLIQn)

Each component can be different properties depending on its defined properties, and its type. They will always have a **Self** section with some common properties:

* **Name**: Name of the component that will be displayed on the components panel.
* **Public Id**: Id that can be used to call this component from a different component.
* **Private Id**: Id of the component that can be used by any child to refer it.
* **Visible**: Property that can be used to define the visibility of the component.
* **Disabled**: Property that can be used to disable the component.

Also, any other custom property created from the Components panel will be displayed in this section.

Below the Self section, other styling sections appear. These sections will map directly to CSS properties so for any further reference a CSS manual can always be consulted:

![](/files/jYKNtinji5GerNMhPWaz)


---

# 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://help.pickzen.com/design-system/the-builder/properties-panel.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.
