# Attributes

Entities in **Incari**, such as **Objects**, **Nodes**, **Screens** etc., each have a set of **Attributes**. An **Attribute** defines a specific characteristic of an entity, and thus by modifying the **Value** of these **Attributes** you can modify its characteristics.

Generally, **Attributes** fall into one of two categories:

* **Object Attributes** - Modify the characteristics of **Objects** and can be edited in the **Attribute Editor**
* **Node Attributes** - Modify the behavior and characteristics of **Nodes** and can be edited in the **Node Attribute Editor**.


---

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