> For the complete documentation index, see [llms.txt](https://docs.dat-hub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dat-hub.com/getting-started/first-connection.md).

# Create your first connection

1. Go to the ‘Connections’ tab on the sidebar.
2. Click on ‘Create connection’ to add the desired connection.

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

3. You will first need to add the source of your data. You can either search and select a previously configured source, or add a new data source.&#x20;

(a) The previously configured sources are visible as a carousel of cards and can be searched using the Search box. Once selected, Click on 'Next'.

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

(b) To add a new source, select the desired source from the list of verified sources. Fill in the configuration fields and click on 'Test and Submit' to add the source.

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

4. Similarly,  you will first need to add the generator you want to use for creating the embeddings. You can either search and select a previously configured generator, or add a new generator.&#x20;

(a) The previously configured generators are visible as a carousel of cards and can be searched using the Search box. Once selected, Click on 'Next'.

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

(b) To add a new generator, select the desired generator from the list of verified generator. Fill in the configuration fields and click on 'Test and Submit' to add the generator.

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

5. Next,  you will first need to add the destination you want to send your vector data to. You can either search and select a previously configured destination, or add a new destination.&#x20;

(a) The previously configured destinations are visible as a carousel of cards and can be searched using the Search box. Once selected, Click on 'Next'.

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

(b) To add a new destination, select the desired destination from the list of verified destinations. Fill in the configuration fields and click on 'Test and Submit' to add the destination.

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

6. Finally, you will be prompted to configure the connection you have created.

(a) You will need to give a name for easy identification of the connection you have created.

(b) Select a schedule for running the connection. This can vary between manual run or you can use a predefined schedule for an automatic run.

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

(c) Once you have added the name and schedule, click on refresh streams button to view all added streams. Use the toogle to select the desired stream and click on the edit icon to add the configuration of the stream. Fill in the fields and click on Save.

<figure><img src="/files/8N0jaSuOK2UUhJVf85el" alt=""><figcaption></figcaption></figure>

7. Click on the Submit button to complete the process of adding the connection. Once finished, you will be rediredted to this screen.

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


---

# 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.dat-hub.com/getting-started/first-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.
