> For the complete documentation index, see [llms.txt](https://docs.dexlabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dexlabs.io/lakehouse-platform/connect-your-data/set-up-a-connection.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.dexlabs.io/lakehouse-platform/connect-your-data/set-up-a-connection.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
