> For the complete documentation index, see [llms.txt](https://docs.oobeya.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oobeya.io/integrations/adding-new-integration/adding-a-new-data-source.md).

# Adding A New Data Source

## **OVERVIEW**

If you want to work with a data source, you must install the addon of the tool that you want to connect.

After installing an addon on Oobeya Integrations page, you are able to add a new data source in order to connect your own tools and accounts with Oobeya.

![](https://firebasestorage.googleapis.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MGIlBSTjQtZxUoFwUx4%2Fuploads%2FLnn6JjQV3N0oVT2VuLZj%2Ffile.png?alt=media)

## **ADDING A NEW DATA SOURCE**:electric\_plug:&#x20;

1\. Navigate to **Data Sources**.&#x20;

![](https://firebasestorage.googleapis.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MGIlBSTjQtZxUoFwUx4%2Fuploads%2Fk0l4xogFxAgSX8XsLGbn%2Ffile.png?alt=media)

2\. Click the addon that you want to connect.

3\. Click **"New Data Source"** button and fill in the form.&#x20;

![](https://firebasestorage.googleapis.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MGIlBSTjQtZxUoFwUx4%2Fuploads%2FbwaOpjP1b3ANToIRPrxB%2Ffile.png?alt=media)

See the articles below for detailed information about the integrations:

* [Azure DevOps](/integrations/all-integrations/scm-addons/azure-devops-integration.md) & Oobeya Integration
* [Bitbucket Server](/integrations/all-integrations/scm-addons/bitbucket-server-integration.md) & Oobeya Integration
* [Bitbucket Cloud](/integrations/all-integrations/scm-addons/bitbucket-cloud-integration.md) & Oobeya Integration
* [GitHub](/integrations/all-integrations/scm-addons/github-integrations.md) & Oobeya Integration
* [GitLab](/integrations/all-integrations/scm-addons/gitlab-addon.md) & Oobeya Integration
* [Jenkins](/integrations/all-integrations/scm-addons/jenkins-integration.md) & Oobeya Integration
* [SonarQube](/integrations/all-integrations/code-quality-addons/sonarqube-integration.md) & Oobeya Integration

## **WHAT'S NEXT?**:dart:&#x20;

* Creating Gitwiser Repository Analysis
* [Adding A New Widget](/dashboards/adding-a-new-widget.md)
* [Updating and Deleting Data Sources](/integrations/adding-new-integration/updating-and-deleting-data-sources.md)


---

# 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.oobeya.io/integrations/adding-new-integration/adding-a-new-data-source.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.
