# Connect a Source

### Case 1: You already have a data warehouse

To add a new source to your DinMo workspace, follow this setup sequence:

* First, navigate to the Settings section. This section is only available for Admin users, make sure you have the right role.
* Then, click on *Sources*.

<figure><img src="/files/bY0tY0pdOgoupAXHuuep" alt=""><figcaption></figcaption></figure>

* Click "Add a new source"
* Choose the target data warehouse you wish to establish a connection with.<br>

<figure><img src="/files/QNd4H3NFsSR8KDoS2lWj" alt=""><figcaption></figcaption></figure>

* Then, please follow the step-by-step instructions specific to the chosen DataWarehouse, as the connection steps will depend on it. You will find these tutorials in the [Data Sources section](/integrations/data-sources.md).

{% hint style="info" %}
DinMo will **never** store data located on your source. Furthermore, every computation made by DinMo will be processed in your data warehouse.
{% endhint %}

### Case 2: You have subscribed to DinMo Hosting

To add activate DinMo Hosting, follow this setup sequence:

* First, navigate to the Settings section. This section is only available for Admin users, make sure you have the right role.
* Then, click on *Databases*.

<figure><img src="/files/yjNMIhcN1t7xBGdl7Od7" alt=""><figcaption></figcaption></figure>

* Click "Add a new Database"
* Select the data warehouse provider where you want to host the data and follow the technical documentation displayed.


---

# 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.dinmo.io/guides/get-started-with-dinmo/initial-configuration-of-dinmo/connect-a-source.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.
