> For the complete documentation index, see [llms.txt](https://alexs-organization-34.gitbook.io/il2cpp-scanner-reborn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alexs-organization-34.gitbook.io/il2cpp-scanner-reborn/how-to-use/fields-and-properties-panel.md).

# Fields & Properties panel

In the [fields & properties panel](/il2cpp-scanner-reborn/how-to-use/fields-and-properties-panel.md) all supported fields + properties of the previously selected component are shown.

The supported field and property types are:

* integers
* floats
* booleans
* subclasses

You can tweak them however you want.

On the top there are some checkboxes to show/hide the different types and a filter text input like the [Components panel](/il2cpp-scanner-reborn/how-to-use/components-panel.md) one + a [Methods call](/il2cpp-scanner-reborn/how-to-use/methods-calling-panel.md) button.

On the right side of the component name after the colon is the base class from which it inherit fields and methods (example only in 2° image)

{% hint style="info" %}
Properties grayed out are "get" only and can't be modified
{% endhint %}

{% hint style="warning" %}
Properties feature only work in some games (e.g not in SonsOfTheForest -> 1° image; but it works in Stumble Guys -> 2° image), it all depends if it can retrieve the return type of the property
{% endhint %}

{% hint style="warning" %}
Not all subclasses can be opened. If when clicked it doesn't do anything it means that class it's not enabled or is invalid in that moment
{% endhint %}

<div align="left"><figure><img src="/files/UApyFWY9qmW4zGE93tvl" alt=""><figcaption><p>image 2°: Properties</p></figcaption></figure> <figure><img src="/files/8iG0ncPtCfwWL8sj18v6" alt=""><figcaption><p>image 1°: Fields</p></figcaption></figure></div>


---

# 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:

```
GET https://alexs-organization-34.gitbook.io/il2cpp-scanner-reborn/how-to-use/fields-and-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.
