# Lyftrondata Apps

<table data-full-width="true"><thead><tr><th>App Name</th><th>Description</th></tr></thead><tbody><tr><td>Data Loader</td><td>Enables loading of data from various sources</td></tr><tr><td>Data Mirror</td><td>Enables real-time data replication and mirroring</td></tr><tr><td>Data Vault</td><td>Manages and secures historical data for long-term storage</td></tr><tr><td>Data Analytic</td><td>Provides tools for data analysis and insights</td></tr><tr><td>ETL</td><td>Facilitates Extract, Transform, and Load processes</td></tr><tr><td>ELT</td><td>Allows Extract, Load, and Transform operations</td></tr></tbody></table>


---

# 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://docs.lyftrondata.com/lyftrondata/introduction/lyftrondata-apps.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.
