# Controls

To create a report, they are available controls for the construction and configuration of the same as needed.

After configuring in the initial window (shown [here](/kalipso5/developing/report/option-window.md)) and clicking save, a set of specific icons appears in the menu bar to define the report controls. The image below illustrates these same icons.

![](/files/-MSSC5UA4jnqV8WalZi6)

To access the configurations of each option you can choose from the list below:

* [Header](/kalipso5/developing/report/controls/header.md)
* [Footer](/kalipso5/developing/report/controls/footer.md)
* [Table](/kalipso5/developing/report/controls/table.md)
* [Looper](/kalipso5/developing/report/controls/looper.md)
* [Label](/kalipso5/developing/report/controls/label.md)
* [Dynamic Field](/kalipso5/developing/report/controls/dynamic-field.md)
* [Concat](/kalipso5/developing/report/controls/concat.md)
* [Shape](/kalipso5/developing/report/controls/shape.md)
* [Image](/kalipso5/developing/report/controls/image.md)
* [Barcode](/kalipso5/developing/report/controls/barcode.md)

{% hint style="success" %}
To use the controls just click on the desired one and drag it to the report area.
{% endhint %}


---

# 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://doc.sysdevmobile.com/kalipso5/developing/report/controls.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.
