# Direct Access & Properties

In the design area, and specifically in the active form, depending on the control that is selected, this bar changes the options for that same selected control.

![](/files/-MBoF6iaKn2d6_bPiXIS)

### Direct Access

![](/files/-MBoGcXgWGx6_Yd5Q2ND)

* **General** - Access the [properties ](/kalipso5/developing/form/controls/properties.md)menu for the selected control (tab "General"). Available for all controls.
* **Content** - Access the "Content" tab of the properties menu of the selected control directly. Available only for controls that have this option (tabulation), such as images.
* **Relations** - Access the tables relations of the selected control. Available only for controls that have this option (tabulation), such as tables.
* **Link** - Direct access to the specific tab (Tab "Link") of every controls that have data link (combo, lists, etc.).
* **Actions** - Access the available actions to associate with the selected control. In addition, when clicking, it also provides quick access to the mouse function of clicking with the left or right button to be associated with an action. To see more about actions click [here](/kalipso5/developing/form/option-window/actions.md).

{% hint style="info" %}
This option complements the direct access to the properties of the selected control when pressing the F3 key.
{% endhint %}

### Properties

The properties area summarizes the most relevant information for the selected control. That is, depending on the type of control selected, the information varies showing the data for each type of control.


---

# 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/using/environment/direct-access.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.
