# Properties Panel

The Properties panel, on the right side of the interface, allows you to adjust the properties of the selected node(s), including position, rotation and scale.

<figure><img src="/files/LHhG5IJM72cKYsUGWf8I" alt=""><figcaption></figcaption></figure>

The properties in the Properties panel will be displayed based on the selected type(s). All nodes will have position, rotation and scale. Nodes such as IK will have additional properties including pole angle and IK weight. Almost all of these properties can be animated.

{% hint style="info" %}
Besides typing values in the input field, you can drag left and right to make adjustments.
{% endhint %}

<div align="left"><figure><img src="/files/LVLQt4poTPjWiiC7bfb1" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
**What happens if multiple nodes are selected?**

**If multiple nodes are selected**, different values will be displayed as **‘-’** (Unity users would be familiar with this convention).

<img src="/files/fRLX5FYD8pCPmReFaZed" alt="" data-size="original">&#x20;
{% endhint %}

### Renaming Nodes

You can rename the node(s) using the input field next to an "**Eye"** icon.

![](/files/-Mfmqpx9Hs3bMYc1LIQJ)

### Visibility

You can also toggle the visibility of the node(s) using the<img src="/files/-MfmgqS65UoHkn4ZfqSK" alt="" data-size="original">icon. This button functions the same as the visibility button in the scene tree. &#x20;

![](/files/-Mfr-WkJ20iuDukOgn9E)


---

# 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://pixcap.gitbook.io/pixcap-docs/interface/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.
