# Components

The Components are the basic building blocks, primarily representing a visual representation of a whole application. Each component has its properties, set up as constant values or defined from a dynamic source.

{% tabs %}
{% tab title="Components Search" %}
![](/files/AZ4KNi0dmAkWnMkkIVLN)
{% endtab %}

{% tab title="Components Groups" %}
![](/files/BZ71fKgMjBb1j8xZfyU1)
{% endtab %}
{% endtabs %}

Searching filter between components is handy, especially for intermediate users with knowledge of their names. Searching filter between components is handy, especially for intermediate users with knowledge of their names. Switching between components grid display even can save some time.

{% tabs %}
{% tab title="List Name Resolve" %}
![](/files/aPGt7gSHCi0ozV4IefbK)
{% endtab %}

{% tab title="Group Name Resolve" %}
![](/files/IUy0ShXFYqRTL6Y75qnB)
{% endtab %}
{% endtabs %}

The active component and parent sorting will appear in the Outline panel right after drag and drop in the canvas work field. The component can be sorted out from that moment, and its properties become editable.

![Drag and drop required component](/files/NBoCoZ7bNRsZ28nmsNSr)

The complete list of available components and their properties are described in the Reference Guide.

{% content-ref url="/pages/MJVRJvSAOrDtymLYCBX9" %}
[Components List](/reference-guide/components-list.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://docs.adapptio.com/getting-started/editor/components-panel/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.
