# Customizable

Creating a custom attribute allows a user to use this attribute as a way to store data to be displayed, used, or manipulated throughout the simulation.&#x20;

Attribute Name: Name of the attribute, some names are specific and be used for built-in interactions for Special Virtual Objects.

Attribute Type: Integer, Float, String, True/False, SMEntity, Monitor Display\
Integer: Integer Number (...-3,-2,-1,0 1,2,3...)\
Float: Decimal Number\
String: Text\
True/False: On or Off\
SMEntity:\
Monitor Display:  Allows for a Target Image to be used at the located Display Area.&#x20;


---

# 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.siminsights.com/authoring-a-simulation/inspector/customizable.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.
