# Set up a Connection

{% hint style="success" %}
Setting up a connector is fully no-code—just enter your credentials and select your data
{% endhint %}

To configure a new connection in dex, follow the step-by-step process below:

1. Navigate to the **Connections** menu on the left-hand sidebar
2. Click on **“New Connection”** in the Connections menu.
3. Select a connector from the available catalog.
4. Enter a **name** for your connection and, optionally, a description.
5. Fill in the required credentials
6. dex will automatically test and validate the connection before saving it.

{% embed url="<https://youtu.be/R7rxvct26BE>" %}

After a connection is set up, you can click on it from the list to view more details. Inside the connection view, you’ll find options to manually trigger syncs and a log of all past runs, including status, duration, and any errors encountered. This gives you full transparency and control over how your data flows into dex.

<figure><img src="/files/N4tklVinkbtyy6yNaUNO" alt=""><figcaption><p>Connection details and history runs</p></figcaption></figure>

{% hint style="info" %}
Use [Secrets and Variables ](/lakehouse-platform/variables-and-secrets.md)to protect credentials and private information in a collaborative workspace.
{% endhint %}


---

# 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.dexlabs.io/lakehouse-platform/connect-your-data/set-up-a-connection.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.
