# Index

Kalipso, as a software for creating mobile applications, defines itself as being simple to use, interactive, responsive and adaptable. The set of features it offers is structured here. You can then consult this documentation using this index.

The index is divided into "**Application**", which indicates how to install the program; "**Using**" where the interface and general options of Kalipso are presented; "**Developing**" with all the information necessary for the development of a project; "**Test and Deploy**" which presents the various ways to put the project in a terminal, online store or even test before publishing; "**Addons**" with a set of additional Kalipso features to optimize integration with third-party applications.

Options are displayed up to the second level of the index:

* [Introduction](/kalipso5/readme.md)

### Application

* [Installation](/kalipso5/application/installation.md)

### Using

* [Environment](/kalipso5/using/environment.md)
  * [Online Licensing - Login](/kalipso5/using/environment/log-in.md)
  * [File Menu](/kalipso5/using/environment/file.md)
  * [Ribbon](/kalipso5/using/environment/menu.md)
  * [Project Tree](/kalipso5/using/environment/project-tree.md)
  * [Design Area & Status Bar](/kalipso5/using/environment/design-area-and-status-bar.md)
  * [Direct Access & Properties](/kalipso5/using/environment/direct-access.md)
* [Styles](/kalipso5/using/styles.md)
* [Find](/kalipso5/using/find.md)
* [Backup](/kalipso5/using/4.2.-backup.md)
* [Shortcuts](/kalipso5/using/shortcuts.md)
* [Other](https://github.com/Sysdev-LDA/Kalipso5-Gitbook/blob/main/using/9.-other)
  * [Languages](/kalipso5/using/9.-other/languages.md)
  * [Kalipso File Extensions](/kalipso5/using/9.-other/kalipso-file-extensions.md)
  * [Multithread](/kalipso5/using/9.-other/multithread.md)
  * [ASCII Table](/kalipso5/using/9.-other/ascii-table.md)

### Developing

* [Project](/kalipso5/developing/project.md)
  * [New Project](/kalipso5/developing/project/create.md)
  * [Properties](/kalipso5/developing/project/properties.md)
  * [Recovery](/kalipso5/developing/project/recovery.md)
* [Form](/kalipso5/developing/form.md)
  * [Form Properties](/kalipso5/developing/form/option-window.md)
  * [Controls](/kalipso5/developing/form/controls.md)
  * [Actions](/kalipso5/developing/form/actions.md)
  * [Expressions](/kalipso5/developing/form/expressions.md)
  * [Database Connection Profiles](/kalipso5/developing/form/database-connection-profiles.md)
  * [Communication Profiles](/kalipso5/developing/form/communication-profiles.md)
  * [Global Variables](/kalipso5/developing/form/variables.md)
* [Report](/kalipso5/developing/report.md)
  * [Properties](/kalipso5/developing/report/option-window.md)
  * [Controls](/kalipso5/developing/report/controls.md)
* [Printers](/kalipso5/developing/printers.md)
* [Specific Options](/kalipso5/developing/specific-options.md)
  * [Cleanup Files](/kalipso5/developing/specific-options/cleanup-files.md)
  * [Documentation](/kalipso5/developing/specific-options/documentation.md)
  * [Tasks](/kalipso5/developing/specific-options/tasks.md)
  * [Global Action Sets](/kalipso5/developing/specific-options/global-action-sets.md)
  * [Resources](/kalipso5/developing/specific-options/resources.md)
  * [Web Services](/kalipso5/developing/specific-options/web-services.md)
  * [JScript](/kalipso5/developing/specific-options/jscript.md)
  * [Sockets](/kalipso5/developing/specific-options/sockets.md)
  * [Files](/kalipso5/developing/specific-options/files.md)
  * [DLL's](/kalipso5/developing/specific-options/dll-s.md)
  * [Critical Sections](/kalipso5/developing/specific-options/critical-sections.md)
  * [Services](/kalipso5/developing/specific-options/services.md)
  * [Language and Translation](/kalipso5/developing/specific-options/language-translation.md)
* [Error Codes](/kalipso5/developing/error-codes.md)

### Test and Deploy

* [Test](/kalipso5/deploying/debug.md)
  * [Local Machine](/kalipso5/deploying/debug/local-machine.md)
  * [Remote Device](/kalipso5/deploying/debug/operating-systems.md)
* [Deploy](/kalipso5/deploying/deploy.md)
  * [Create Executable](/kalipso5/deploying/deploy/create-executable.md)
  * [Create Folder](/kalipso5/deploying/deploy/create-folder.md)
  * [Create APPX](/kalipso5/deploying/deploy/create-appx.md)
  * [Create APK](/kalipso5/deploying/deploy/create-apk.md)
  * [Create IPA](/kalipso5/deploying/deploy/create-ipa.md)
  * [Create Update](/kalipso5/deploying/deploy/update.md)
  * [Create Component](/kalipso5/deploying/deploy/component.md)

### Addons

* [Adobe XD](/kalipso5/addons/adobe-xd.md)


---

# 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/index.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.
