# Conduit Data Lake

The data is stored in our data lake because many of the platform's APIs do not respond quickly enough to real-time requests.&#x20;

We temporarily transfer the data to our AWS data lake. This step is essential due to the slow performance of many data source APIs, which are incompatible with Copilot and dashboard requirements.

We can host on-premise, using your or your client's AWS server. If you'd be interested in discussing that, please ping us via the support chat or [support@getconduit.app](/getting-started/readme.md)

<br>


---

# 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.getconduit.app/getting-started/conduit-data-lake.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.
