# Remote Offline

With an offline Profile you can import the structure of Tables or Views from an existing database into your Kalipso Project.

These Tables or Views will be considered by Kalipso as offline Tables (Kalipso doesn’t have the concept of View).

Projects that use this type of Profiles are commonly referred to as “Batch applications”. The objective is to import data from a server database to the device, so that it can be used in an environment where there are no communications. If new data is collected and stored on this database it can later be sent back to the server.

Kalipso has mechanisms to automatically deal with the data synchronization (import/export) with the server. For further details see the “[Synchronize](/kalipso5/developing/form/actions/actions-description/group-communications/synchronize.md)” action in the “[Actions](/kalipso5/developing/form/option-window/actions.md)” chapter.


---

# 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/remote-offline.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.
