# Setup and Configuration

Marple Insight is a web application that you access from your browser.

## Connecting your data

To visualize your data in Marple Insight, the application must be properly configured to retrieve and interpret information from your data source.

1. **Providing Credentials** – First, Marple Insight needs the correct credentials to access your database securely.
2. **Defining Queries** – Once access is established, Marple Insight must be configured to correctly interpret your data. This is done by defining queries within the application, ensuring that the right data is received, and this data is structured and displayed as needed.

{% content-ref url="/pages/jgfvywaEuafdjRDxAyva" %}
[Data connection](/docs/marple-insight/setup-and-configuration/data-connection.md)
{% endcontent-ref %}

## Deployment

The easiest and fastest way to get started with Marple Insight is to have us deploy it for you in our cloud. This ensures a hassle-free setup with minimal effort on your end.

For organizations that prefer to self-manage Marple Insight and deploy it within their own network, we have outlined the key requirements and considerations to help you get started smoothly.

{% content-ref url="/pages/jjNqkcA5ZWF4fOUGIwlb" %}
[Deployment](/docs/marple-insight/setup-and-configuration/deployment.md)
{% endcontent-ref %}

## API

Once Marple Insight is deployed, you can integrate with it dynamically through our API. For seamless interaction within Python, we also provide a dedicated Python package, making it easy to connect and interact with Marple directly from your code.

{% content-ref url="/pages/KewRw4snOJuXIfOXidEy" %}
[Broken mention](broken://pages/KewRw4snOJuXIfOXidEy)
{% endcontent-ref %}

{% content-ref url="/pages/FXNdeAKUqBPGzO0jkdbZ" %}
[Broken mention](broken://pages/FXNdeAKUqBPGzO0jkdbZ)
{% endcontent-ref %}

Note that also sharing analysis can be done automatically, thanks to our dynamic share links: [Sharing](/docs/marple-insight/user-manuals/sharing.md#dynamic-share-links).


---

# 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.marpledata.com/docs/marple-insight/setup-and-configuration.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.
