# Terminology

* [**Scene**](https://docs.incari.com/incari-studio/2021.4/getting-started/project-objects/scene): Collection of **Objects** that constitute what is shown on the *User Interface*.
* [**Screen**](https://docs.incari.com/incari-studio/2021.4/getting-started/project-objects/screen): Technical specifications of the physical display of a **Project**.
* [**Project**](https://docs.incari.com/incari-studio/2021.4/modules/project-outliner): A collection of **Screens** with their corresponding **Scenes**.
* [**Assets**](https://docs.incari.com/incari-studio/2021.4/getting-started/attributes/attribute-types/asset-object-attribute): Files in the **Project** **Asset** folder. They can be linked to and modify **Objects**.
* [**Event**](https://docs.incari.com/incari-studio/2021.4/toolbox/events): Action or occurrence that triggers a **Logic Branch**, represented in the **Logic Graph** by the **Events** **Nodes**.
* [**Data Types**](https://docs.incari.com/incari-studio/2021.4/getting-started/data-types): A classification of data values into several categories that specify how they are read by the program and which operations they can be subjected to.
* [**Node**](https://docs.incari.com/incari-studio/2021.4/modules/logic-editor#nodes): Components of the **Logic Graph** that evaluate data values or represent **Variables**, **Events**, or **Objects**.
* [**Flow Control**](https://docs.incari.com/incari-studio/2021.4/toolbox/flow-control): Type of **Nodes** that are used to define the order in which the **Logic** is evaluated.
* [**Pulse**](https://docs.incari.com/incari-studio/2021.4/modules/logic-editor#pulse): Connections that determine the order of execution of **Nodes**.
* [**Input**](https://docs.incari.com/incari-studio/2021.4/modules/logic-editor#sockets): **Node** **Sockets** that receive data or **Pulses**.
* [**Output**](https://docs.incari.com/incari-studio/2021.4/modules/logic-editor#sockets): **Node** **Sockets** that send data or **Pulses**.
* [**Attributes**](https://docs.incari.com/incari-studio/2021.4/getting-started/attributes): Collection of customizable characteristics of **Objects**, **Nodes**, **Screens**, and **Scenes**.
* [**Euclidean division**](https://docs.incari.com/incari-studio/2021.4/toolbox/math/modulo): Process of dividing one integer by another, producing a quotient and a remainder.


---

# 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/2021.4/getting-started/terminology.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.
