# Tables

From each database associated with the project, it will be necessary to select which tables are necessary for the application. In this option, these parameters are defined.

Depending on the type of use of the tables (local, remote online or offline), you should select the most suitable link below.

* [Local](/kalipso5/developing/form/database-connection-profiles/tables/local.md)
* [Remote Online](/kalipso5/developing/form/database-connection-profiles/tables/online.md)
* [Remote Offline](/kalipso5/developing/form/database-connection-profiles/tables/remote-offline.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/developing/form/database-connection-profiles/tables.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.
