# Adding A Data Source

{% embed url="<https://www.youtube.com/watch?v=xg2eOVGsZi4>" %}

### Prerequisites

The DataFetch app is installed in your Slack Workspace.

You have credentials with the necessary permissions to access the intended data sources.

### Step 1. Start the New Data Source Wizard

To start the process of adding a new Data Source, you have two options.

A. Click ***New Data Source*** on the home screen of the DataFetch Slack App.

B. Click ***New Data Source*** on the ***Data Sources*** page of the DataFetch web interface.

{% hint style="info" %}
Both methods bring you to the same page on the web, so you can choose your favorite method in this case.
{% endhint %}

### Step 2. Select the Data Source Type

Find the [Data Source Type](/additional-resources/glossary.md#data-source-type) you want to be able to search. Click the *Next* button.&#x20;

### Step 3. Provide Required Credentials

Provide the credentials necessary to connect to this [Data Source](/additional-resources/glossary.md#data-source). Each [Data Source Type](/additional-resources/glossary.md#data-source-type) has its own defined requirements for a connection. View the documentation for the Data Source Type in question for specific credential requirements.


---

# 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.datafetch.io/slack-app/getting-started/adding-your-first-data-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.
