> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/using/environment/menu/align.md).

# Align

This section of the ribbon allows the alignment of various elements in the project.

![](/files/-M9xv3q4-kSakAzD0yA-)

The alignment process is divided into five areas:

* To change the placement of two or more controls:
  * *Top* - Aligns the selected controls from the top.
  * *Bottom* - Aligns the selected controls from the bottom.
  * *Left* - Aligns the selected controls from the left.
  * *Right* - Aligns the selected controls from the right.
  * *Center Horizo.* - Centers horizontally
  * *Center Vertica.* - Centers vertically

{% hint style="info" %}
The reference control for the placement adjustment is the first to be selected.
{% endhint %}

* To change the size of two or more controls:
  * *Same Width* - Sets the controls to the same width
  * *Same Height* - Set the controls to the same height
  * *Same Size* - Set the controls to the same size

{% hint style="info" %}
The reference control for the dimension adjustment is the first to be selected.
{% endhint %}

* To manage the spacing between two or more controls
  * *Distribute Horizo.* - Distribute the spacing horizontally
  * *Distribute Vertica*. - Distribute the spacing vertically
* To change the placement of a control in relation to the form.
  * *Top* - Moves to the top of the form
  * *Bottom* - Moves to the bottom of the form
  * *Left* - Moves to the left of the form
  * *Right* - Moves to the right of the form
  * *Center Horizo.* - Center horizontally in relation to the dimensions of the form.
  * *Center Vertica.* - Center vertically in relation to the dimensions of the form.<br>
* To change the placement of two or more controls in relation to the form.
  * *Center H. as One* - Center horizontally as one.
  * *Center V. as One* - Center vertically as one.

{% hint style="success" %}
The options appear active in the menu depending on whether it is a selected control or a set of controls.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.sysdevmobile.com/kalipso5/using/environment/menu/align.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
