# Attribute Types

There are different types of **Attributes**, which are described in detail in this section.

The **Attribute** types are:

* [**Asset/Object Attribute**](/incari-studio/2024.1/objects-and-types/attributes/attribute-types/asset-object-attribute.md): Attributes that link an **Object** or a **Node** to another piece of data, be it an **Asset** or an **Object**.
* [**Boolean Attribute**](/incari-studio/2024.1/objects-and-types/attributes/attribute-types/boolean-attribute.md): Attributes that hold a **Boolean** value.
* [**Color Attribute**](/incari-studio/2024.1/objects-and-types/attributes/attribute-types/color-attribute.md): Attributes that set the color and opacity of **Objects**.
* [**Numerical Attribute**](/incari-studio/2024.1/objects-and-types/attributes/attribute-types/numerical-attribute.md): Attributes that hold **Numerical Data**, be it of **Data Type** **Byte**, **Int**, **Float**, **Vector2**, **Vector3** or **Vector4**.


---

# 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.incari.com/incari-studio/2024.1/objects-and-types/attributes/attribute-types.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.
