# Types of components

As mentioned previously, the Component class serves as the foundational base for all components utilized in program creation. Building upon this class, there exist several primary subclasses, each assigned a distinct role. Additionally, there are specialized types of components responsible for defining the actual structure of the program. These subclasses and specialized components play crucial roles in organizing and defining the program's architecture.

## Schema of core components

<figure><img src="/files/XnYfXp6b1IkLx5XFAPi4" alt=""><figcaption></figcaption></figure>

In details about each component, see:

{% content-ref url="/pages/4xyVbssgBVteElwGM9F3" %}
[Component](/core/component.md)
{% endcontent-ref %}

{% content-ref url="/pages/TCh9VQioeCubZUC8EmPk" %}
[BaseExecutor](/core/baseexecutor.md)
{% endcontent-ref %}

{% content-ref url="/pages/QIWGxs6Sy4ZF0Y9JVb2W" %}
[Structural components](/structural-components.md)
{% endcontent-ref %}

{% content-ref url="/pages/S4P41TBEqJEDFZQstUvL" %}
[Evaluator](/core/evaluator.md)
{% endcontent-ref %}

{% content-ref url="/pages/xRP83Erje0C1C6ieX17r" %}
[Memory management](/core/memory-management.md)
{% endcontent-ref %}

{% content-ref url="/pages/QmXTSe9sGJEzJRfgcHYh" %}
[Action](/core/action.md)
{% endcontent-ref %}

{% content-ref url="/pages/xMHFOV98Mgz7QxdWE9pC" %}
[Base Actions](/base-actions.md)
{% endcontent-ref %}

{% content-ref url="/pages/an5wESXzoZPNcb2zIV88" %}
[Executable](/core/executable.md)
{% endcontent-ref %}

{% content-ref url="/pages/166eASqh2zNw3AzbAS43" %}
[Predictors](/predictors.md)
{% endcontent-ref %}

{% content-ref url="/pages/bBoWt555ZZIiLg00wIaS" %}
[Tasks](/tasks.md)
{% endcontent-ref %}

And see them in use in examples:

{% content-ref url="/pages/rMYihwaWoC6CylShtkTw" %}
[Examples](/examples.md)
{% endcontent-ref %}


---

# 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://utca.knowledgator.com/concepts/types-of-components.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.
